r00tb3

OSCP-Prep

Dec 8th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.03 KB | None | 0 0
  1. How to prepare for OSCP complete guide
  2.  
  3. Below are 5 skills which you have to improve before registering for OSCP
  4. > Learn basic of Computer Network, Web application, and Linux
  5. > Learn Bash and Python scripting
  6. > Enumeration is key in OSCP lab, I repeat Enumeration is key in OSCP Lab and in real world too
  7. > Download vulnerable VM machines from vulnhub
  8. > Buffer Overflow (BOF) exploitation
  9.  
  10. Below are the free reference before registration of OSCP
  11. > https://www.cybrary.it/course/ethical-hacking/
  12. > https://www.cybrary.it/course/web-application-pen-testing/
  13. > https://www.cybrary.it/course/advanced-penetration-testing/
  14. > https://www.offensive-security.com/metasploit-unleashed/
  15. > https://www.cybrary.it/course/python/
  16.  
  17. Below is the reference for Buffer overflow and exploit development for OSCP
  18. > http://www.fuzzysecurity.com/tutorials/expDev/1.html
  19. > https://www.corelan.be/index.php/2009/07/19/exploit-writing-tutorial-part-1-stack-based-overflows/
  20.  
  21. For Bash Scripting
  22. > http://www.tldp.org/LDP/Bash-Beginners-Guide/html/
  23.  
  24. Transferring Files from Linux to Windows & post-exploitation
  25. > https://blog.ropnop.com/transferring-files-from-kali-to-windows/
  26. > https://www.cybrary.it/course/post-exploitation-hacking/
  27.  
  28. Privilege Escalation:
  29. > http://www.greyhathacker.net/?p=738
  30. > http://www.fuzzysecurity.com/tutorials/16.html
  31. > https://github.com/GDSSecurity/Windows-Exploit-Suggester
  32. > http://pwnwiki.io/#!privesc/windows/index.md
  33. > https://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation/
  34. > https://github.com/rebootuser/LinEnum
  35. > https://www.youtube.com/watch?v=PC_iMqiuIRQ
  36. > https://www.adampalmer.me/iodigitalsec/2013/08/13/mysql-root-to-system-root-with-udf-for-windows-and-linux/
  37.  
  38. Port redirection/tunneling
  39. > https://chamibuddhika.wordpress.com/2012/03/21/ssh-tunnelling-explained/
  40. > http://www.abatchy.com/search/label/Networking
  41.  
  42. Practise Lab online & offline --- Most of this lab help you to understand different attack and (privilege escaltion very very important for OSCP )
  43. > http://overthewire.org/wargames/bandit/
  44. > https://www.explainshell.com/
  45. > https://www.vulnhub.com/?q=kioptrix&sort=date-asc&type=vm
  46. > https://www.vulnhub.com/entry/fristileaks-13,133/
  47. > https://www.vulnhub.com/entry/brainpan-1,51/ (Buffer overflow vm)
  48. > https://www.vulnhub.com/entry/mr-robot-1,151/
  49. > https://www.vulnhub.com/entry/hacklab-vulnix,48/
  50. > https://www.vulnhub.com/entry/vulnos-2,147/
  51. > https://www.vulnhub.com/entry/sickos-12,144/
  52. > https://www.vulnhub.com/entry/devrandom-scream,47/
  53. > https://www.vulnhub.com/entry/skytower-1,96/
  54. > https://github.com/rapid7/metasploitable3/wiki
  55. ====================================================================================================
  56.  
  57. OSCP Links
  58. This is a list of links I used while studying for the Offensive Security Certified Professional (OSCP) exam.
  59.  
  60. Reverse Shell Cheat Sheet – http://pentestmonkey.net/cheat-sheet/shells/reverse-shell-cheat-sheet
  61.  
  62. Offensive Security’s Exploit Database Archive – https://www.exploit-db.com/
  63.  
  64. OSCP resource gold mine – https://backdoorshell.gitbooks.io/oscp-useful-links/content/
  65.  
  66. 0x0 Exploit Tutorial: Buffer Overflow – Vanilla EIP Overwrite – http://www.primalsecurity.net/0x0-exploit-tutorial-buffer-overflow-vanilla-eip-overwrite-2/
  67.  
  68. Basic Linux Privilege Escalation – https://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation
  69.  
  70. Vulnerable by Design – https://vulnhub.com
  71.  
  72. Elevating privileges by exploiting weak folder permissions – www.greyhathacker.net/?p=738/
  73.  
  74. NSEDoc Reference – https://nmap.org/nsedoc/
  75.  
  76. Encyclopaedia Of Windows Privilege Escalation – Brett Moore – www.youtube.com/watch?v=kMG8IsCohHA
  77.  
  78. Windows Privilege Escalation Fundamentals – http://www.fuzzysecurity.com/tutorials/16.html
  79.  
  80. 0daysecurity Enumeration – http://0daysecurity.com/penetration-testing/enumeration.html
  81.  
  82. Free Password Hash Cracker – https://crackstation.net/
  83.  
  84. LinEnum – https://github.com/rebootuser/LinEnum
  85.  
  86. Linux_Exploit_Suggester – https://github.com/PenturaLabs/Linux_Exploit_Suggester
  87.  
  88. Windows-Exploit-Suggester – https://github.com/GDSSecurity/Windows-Exploit-Suggester
  89.  
  90. Windows Privilege Escalation – a cheatsheet – http://it-ovid.blogspot.com/2012/02/windows-privilege-escalation.html
  91.  
  92. unix-privesc-check – http://pentestmonkey.net/tools/audit/unix-privesc-check
  93.  
  94. windows-privesc-check – http://pentestmonkey.net/tools/windows-privesc-check
  95.  
  96. John The Ripper Hash Formats – http://pentestmonkey.net/cheat-sheet/john-the-ripper-hash-formats
  97.  
  98. Microsoft Privilege Escalation – www.toshellandback.com/2015/11/24/ms-priv-esc/
  99.  
  100. Kali linux Commands Complete List from A to Z – https://geekviews.tech/kali-linux-commands-complete-list/
  101. ====================================================================================================================
  102.  
  103. Vulnerable vms for oscp
  104. Kioptrix: Level 1 (#1) https://www.vulnhub.com/entry/kioptrix-level-1-1,22/
  105. Kioptrix: Level 1.1 (#2) https://www.vulnhub.com/entry/kioptrix-level-11-2,23/
  106. Kioptrix: Level 1.2 (#3) https://www.vulnhub.com/entry/kioptrix-level-12-3,24/
  107. Kioptrix: Level 1.3 (#4) https://www.vulnhub.com/entry/kioptrix-level-13-4,25/
  108. Kioptrix: 2014 https://www.vulnhub.com/entry/kioptrix-2014-5,62/
  109. FristiLeaks: 1.3 https://www.vulnhub.com/entry/fristileaks-13,133/
  110. Stapler: 1 https://www.vulnhub.com/entry/stapler-1,150/
  111. VulnOS: 2 https://www.vulnhub.com/entry/vulnos-2,147/
  112. SickOs: 1.2 https://www.vulnhub.com/entry/sickos-12,144/
  113. Brainpan: 1https://www.vulnhub.com/entry/brainpan-1,51/
  114. HackLAB: Vulnix https://www.vulnhub.com/entry/hacklab-vulnix,48/
  115. /dev/random: scream https://www.vulnhub.com/entry/devrandom-scream,47/
  116. pWnOS: 2.0 https://www.vulnhub.com/entry/pwnos-20-pre-release,34/
  117. SkyTower: 1 https://www.vulnhub.com/entry/skytower-1,96/
  118. Mr-Robot: 1 https://www.vulnhub.com/entry/mr-robot-1,151/
  119. PwnLab: init https://www.vulnhub.com/entry/pwnlab-init,158/
  120. IMF https://www.vulnhub.com/entry/imf-1,162/
  121. =================================================================================================================
Advertisement
Add Comment
Please, Sign In to add comment