├── .github └── FUNDING.yml ├── LICENSE ├── README.md └── RESORCES.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | 4 | custom: https://bank.hackclub.com/donations/start/cyber-junk 5 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | This is free and unencumbered software released into the public domain. 2 | 3 | Anyone is free to copy, modify, publish, use, compile, sell, or 4 | distribute this software, either in source code form or as a compiled 5 | binary, for any purpose, commercial or non-commercial, and by any 6 | means. 7 | 8 | In jurisdictions that recognize copyright laws, the author or authors 9 | of this software dedicate any and all copyright interest in the 10 | software to the public domain. We make this dedication for the benefit 11 | of the public at large and to the detriment of our heirs and 12 | successors. We intend this dedication to be an overt act of 13 | relinquishment in perpetuity of all present and future rights to this 14 | software under copyright law. 15 | 16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 17 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 18 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 19 | IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR 20 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 21 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 22 | OTHER DEALINGS IN THE SOFTWARE. 23 | 24 | For more information, please refer to 25 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # OSCP-Preparation-Guide 2 | > It is a compilation of some resources for preparing for OSCP. 3 | 4 | > Check [RESOURCE.md](https://github.com/Cyber-Junk/OSCP-Preparation-Guide/blob/main/README.md) for the Treasure you have been looking for. 5 | 6 | Offensive Security Certified Professional is an ethical hacking certification offered by Offensive Security that teaches penetration testing methodologies and the use of the tools included with the Kali Linux distribution. 7 | 8 | ## >> CHECK OUR [WEBSITE](https://cyberjunk.co) TO KNOW MORE ABOUT UPCOMING PROGRAMS! 9 | 10 | DONATE FOR A GOOD CAUSE: https://bank.hackclub.com/donations/start/cyber-junk 11 | 12 | ## Feel free to Conrtibute :) 13 | 14 | 15 | 16 | 17 |

Join The Community:

18 |

19 | cyberjunk_ 20 | cyber-junk 21 | cyber.junk_ 22 | @prasan26 23 | ZmCmkw2enz 24 |

25 | 26 |

Languages and Tools:

27 |

bash html5 linux

28 | -------------------------------------------------------------------------------- /RESORCES.md: -------------------------------------------------------------------------------- 1 | ## OSCP-Preparation-Guide 2 | ![favicon](https://user-images.githubusercontent.com/89853697/131653317-51bd25dc-e894-4e5d-a55e-e9f4c74180f7.png) 3 | It is a compilation of some resources for preparing for OSCP. ![favicon](https://user-images.githubusercontent.com/89853697/131653317-51bd25dc-e894-4e5d-a55e-e9f4c74180f7.png) 4 | 5 | 6 | 7 | ## Resources: 8 | https://github.com/wwong99/pentest-notes/blob/master/oscp_resources/OSCP-Survival-Guide.md 9 | 10 | https://github.com/RustyShackleford221/OSCP-Prep 11 | 12 | https://github.com/strongcourage/oscp 13 | 14 | https://github.com/six2dez/OSCP-Human-Guide 15 | 16 | https://sushant747.gitbooks.io/total-oscp-guide 17 | 18 | https://johnjhacking.com/blog/the-oscp-preperation-guide-2020/ 19 | 20 | https://ltsirkov.medium.com/oscp-preparation-2021-learning-path-41a88eb1a4b 21 | 22 | https://infosecwriteups.com/how-i-passed-oscp-with-100-points-in-12-hours-without-metasploit-in-my-first-attempt-dc8d03366f33 23 | 24 | https://niiconsulting.com/checkmate/2017/06/a-detail-guide-on-oscp-preparation-from-newbie-to-oscp/ 25 | 26 | https://www.cbtnuggets.com/blog/certifications/security/how-i-passed-the-oscp-on-the-first-try 27 | 28 | # Courses Prep 29 | 30 | http://gohacking.com.br/ 31 | 32 | https://acaditi.com.br/ 33 | 34 | http://sec4us.com.br/ 35 | 36 | https://tcm-sec.com/ 37 | 38 | https://www.pentesteracademy.com/ 39 | 40 | https://www.udemy.com/course/advance-your-ethical-hacking-skills/ 41 | 42 | https://www.udemy.com/course/oscp-prep-practical-hands-on-offensivept-penetration-testing/ 43 | 44 | https://www.udemy.com/course/linux-privilege-escalation-oscp-training/ 45 | 46 | https://www.udemy.com/course/windows-privilege-escalation/ 47 | 48 | https://www.udemy.com/course/linux-privilege-escalation-for-beginners/ 49 | 50 | https://www.udemy.com/course/windows-privilege-escalation/ 51 | 52 | https://www.udemy.com/course/windows-privilege-escalation-for-beginners/ 53 | 54 | http://hackersec.com.br/ 55 | 56 | https://esecurity.com.br/ 57 | 58 | https://ine.com/ 59 | 60 | https://app.pluralsight.com/paths?tab=certifications 61 | 62 | https://codered.eccouncil.org/ 63 | 64 | # Mindmaps 65 | 66 | https://www.linkedin.com/feed/update/urn:li:activity:6754329534872522753/ 67 | 68 | https://github.com/umuttosun/OSCP-MindMap 69 | 70 | https://firebitsbr.wordpress.com/2015/04/04/mind-map-penetration-testing-with-kali-linux-pwk-2015-unofficial/ 71 | 72 | https://rafalharazinski.gitbook.io/security/penetration-testing-with-kali 73 | 74 | https://githubmemory.com/repo/corneacristian/OSCP-MindMap 75 | 76 | https://medium.com/@peregerinebunny/my-oscp-journey-d3addc26f07b 77 | 78 | https://emaragkos.gr/oscp/useful-oscp-mindmaps/ 79 | 80 | # Labs 81 | 82 | https://github.com/rkhal101/Hack-the-Box-OSCP-Preparation 83 | 84 | First mockup: 85 | • Brainpan VulnHub 86 | • Kioptrix2014 VulnHub 87 | • Lordoftheroot VulnHub 88 | • Pwnlab_init VulnHub 89 | • VulnOsv2 VulnHub 90 | 91 | Second mockup 92 | • Bastard HTB 93 | • Blue HTB 94 | • Conceal HTB 95 | • Devel HTB 96 | • Metasploitable3_windows GitHub 97 | • Silo HTB 98 | 99 | Third mockup 100 | • LazySysadmin VulnHub 101 | • Metasploitable3_ubuntu GitHub 102 | • MrRobot VulnHub 103 | • Pinky's Palace v1 VulnHub 104 | • Own crafted Windows XP machine with SLMail, Minishare, DoStackOverflowGood, VulnServer and WarFTPD. 105 | 106 | Fourth mockup 107 | • Active HTB 108 | • Bounty HTB 109 | • Brainpan VulnHub 110 | • Cronos HTB 111 | • DevOops HTB 112 | 113 | https://www.mindmeister.com/pt/1781013629/the-best-labs-and-ctf-red-team-and-pentest 114 | 115 | # Repositories 116 | 117 | https://github.com/0x4D31/awesome-oscp 118 | 119 | https://github.com/RustyShackleford221/OSCP-Prep 120 | 121 | https://github.com/cpardue/OSCP-PWK-Notes-Public 122 | 123 | https://github.com/gh0x0st/OSCP-A-Step-Forward 124 | 125 | https://github.com/noraj/OSCP-Exam-Report-Template-Markdown 126 | 127 | https://github.com/wwong99/pentest-notes/blob/master/oscp_resources/OSCP-Survival-Guide.md 128 | 129 | https://github.com/omurugur/OSCP 130 | 131 | https://gist.github.com/natesubra/5117959c660296e12d3ac5df491da395 132 | 133 | https://github.com/0x4D31/awesome-oscp 134 | 135 | https://github.com/whoisflynn/OSCP-Exam-Report-Template 136 | 137 | https://github.com/strongcourage/oscp 138 | 139 | https://github.com/CyDefUnicorn/OSCP-Archives 140 | 141 | https://github.com/DriftSec/AutoRecon-OSCP 142 | 143 | https://gist.github.com/unfo/5ddc85671dcf39f877aaf5dce105fac3 144 | 145 | https://github.com/six2dez/OSCP-Human-Guide 146 | 147 | https://github.com/tagnullde/OSCP 148 | 149 | https://github.com/superhero1/OSCP-Prep 150 | 151 | https://github.com/The-Lynx-Team/OSCP 152 | 153 | https://github.com/chvancooten/OSCP-MarkdownReportingTemplates 154 | 155 | https://github.com/ssstonebraker/oscp-scripts 156 | 157 | https://github.com/CaptBoykin/oscp 158 | 159 | https://github.com/burntmybagel/OSCP-Prep 160 | 161 | https://github.com/alexiasa/oscp-omnibus 162 | 163 | https://github.com/rewardone/OSCPRepo 164 | 165 | https://github.com/0x4D31/awesome-oscp#resources 166 | 167 | 168 | • Subtopic 1 169 | https://github.com/JoaoPauloF/OSCP 170 | 171 | https://steflan-security.com/my-oscp-journey/ 172 | 173 | https://johnjhacking.com/blog/the-oscp-preperation-guide-2020/ 174 | 175 | https://www.netsecfocus.com/oscp/2019/03/29/The_Journey_to_Try_Harder-_TJNulls_Preparation_Guide_for_PWK_OSCP.html 176 | 177 | https://cybersecurity.att.com/blogs/security-essentials/how-to-prepare-to-take-the-oscp 178 | 179 | https://medium.com/@shubhamkhichi5/how-to-practice-and-pass-oscp-from-scratch-a06ef4b5d28a 180 | 181 | https://rana-khalil.gitbook.io/hack-the-box-oscp-preparation/my-oscp-journey-a-review 182 | 183 | # Collection of OSCP scripts 184 | https://github.com/akenofu/OSCP-Cheat-Sheet 185 | 186 | https://ceso.github.io/posts/2020/04/hacking/oscp-cheatsheet/ 187 | 188 | https://medium.com/oscp-cheatsheet/oscp-cheatsheet-6c80b9fa8d7e 189 | 190 | https://blog.thehackingnomad.com/ 191 | 192 | https://www.ired.team/offensive-security-experiments/offensive-security-cheetsheets 193 | 194 | https://hackersinterview.com/oscp/reverse-shell-one-liners-oscp-cheatsheet/ 195 | 196 | https://www.noobsec.net/oscp-cheatsheet/ 197 | 198 | https://casvancooten.com/posts/2020/05/oscp-cheat-sheet-and-command-reference/ 199 | 200 | https://medium.com/oscp-cheatsheet/oscp-cheatsheet-6c80b9fa8d7e 201 | 202 | # Buffer Overflow 203 | https://github.com/V1n1v131r4/OSCP-Buffer-Overflow 204 | 205 | http://strongcourage.github.io/2020/04/19/bof.html 206 | 207 | https://strongcourage.github.io/2020/04/19/bof.html 208 | 209 | https://github.com/Tib3rius/Pentest-Cheatsheets/blob/master/exploits/buffer-overflows.rst 210 | 211 | https://sec4us.com.br/cheatsheet/bufferoverflow-seh 212 | 213 | https://www.reddit.com/r/oscp/comments/jp2pjr/oscp_cheatsheet_oscp_bufferoverflow_cheatsheet/ 214 | 215 | https://assume-breach.medium.com/oscp-prep-buffer-overflows-made-super-easy-with-the-brainpan-1-vm-e5ccaf7d3f0c 216 | 217 | https://www.youtube.com/watch?v=_EYoYiSInSA 218 | 219 | https://www.youtube.com/watch?v=yAsO25Fezdk 220 | 221 | https://www.youtube.com/watch?v=4rUN1F6_Mhk 222 | 223 | https://www.youtube.com/watch?v=VX27nq6EcjI 224 | 225 | https://www.udemy.com/course/practical-buffer-overflows-for-oscp/ 226 | 227 | https://steflan-security.com/complete-guide-to-stack-buffer-overflow-oscp/ 228 | 229 | https://thelistsec.com/2020/06/23/oscp-like-buffer-overflow-walkthrough/ 230 | 231 | https://defarbs.com/oscp-review/ 232 | 233 | https://tryhackme.com/room/bufferoverflowprep 234 | 235 | https://strongcourage.github.io/2020/04/19/bof.html 236 | 237 | https://infosecwriteups.com/tryhackme-oscp-buffer-overflow-prep-overflow-3-fdece5d96532 238 | 239 | https://oscp.infosecsanyam.in/buffer-overflow/buffer-overflow-step-by-step 240 | 241 | https://cd6629.gitbook.io/ctfwriteups/buffer-overflow-wlk 242 | 243 | https://github.com/gh0x0st/Buffer_Overflow 244 | 245 | https://github.com/johnjhacking/Buffer-Overflow-Guide 246 | 247 | https://github.com/joshua17sc/Buffer-Overflows 248 | 249 | https://github.com/justinsteven/dostackbufferoverflowgood 250 | 251 | https://github.com/the-c0d3r/buffer-overflow 252 | 253 | https://github.com/CyberSecurityUP/Buffer-Overflow-Labs 254 | 255 | https://betterprogramming.pub/an-introduction-to-buffer-overflow-vulnerability-760f23c21ebb 256 | 257 | https://medium.com/@n0auth/buffer-overflows-0x01-67664959a256 258 | 259 | https://d0nut.medium.com/week-13-introduction-to-buffer-overflows-5f15c0d5b5c1 260 | 261 | https://blog.devgenius.io/buffer-overflow-tutorial-part1-efc6b9f3e4ee 262 | 263 | https://infosecwriteups.com/stack-based-buffer-overflow-practical-for-windows-vulnserver-8d2be7321af5 264 | 265 | https://blog.usejournal.com/binary-exploitation-buffer-overflows-a9dc63e8b546 266 | 267 | https://www.youtube.com/watch?v=59_gjX2HxyA&t=1s 268 | 269 | https://www.youtube.com/watch?v=wLi-dGphpdg 270 | 271 | https://www.youtube.com/watch?v=yJF0YPd8lDw 272 | 273 | https://www.youtube.com/watch?v=oS2O75H57qU&t=2s 274 | 275 | # OSCP Journey 276 | https://ranakhalil101.medium.com/my-oscp-journey-a-review-fa779b4339d9 277 | 278 | https://medium.com/@akashgupta1496/my-oscp-journey-june-2020-d4512155d289 279 | 280 | https://diesec.home.blog/2020/10/11/oscp-journey/ 281 | 282 | https://www.noobsec.net/oscp-journey/ 283 | 284 | https://alex-labs.com/my-oscp-journey/ 285 | 286 | https://github.com/strongcourage/oscp 287 | 288 | https://www.linkedin.com/pulse/concluding-my-oscp-journey-dennis-perto/?trk=read_related_article-card_title 289 | 290 | https://scriptkidd1e.wordpress.com/oscp-journey/ 291 | 292 | https://www.tripwire.com/state-of-security/security-awareness/oscp-journey/ 293 | 294 | https://esseum.com/the-oscp-journey-my-personal-experience-of-passing-the-exam/ 295 | 296 | https://pt.slideshare.net/VandanaVerma24/oscp-journey 297 | 298 | https://bohansec.com/2020/08/08/My-Journey-to-OSCP/ 299 | 300 | https://omarm.ca/blog/my-oscp-journey 301 | 302 | http://www.minuszeros.com/my-oscp-journey/ 303 | 304 | https://bksecurity.org/my-oscp-journey/ 305 | 306 | https://www.youtube.com/watch?v=7Sbx1QPy1mw 307 | 308 | https://www.youtube.com/watch?v=y8nqTtQawAk 309 | 310 | https://www.youtube.com/watch?v=DMwkLGbB_ac 311 | 312 | https://www.youtube.com/watch?v=L6vMBEla2Uk&t=98s 313 | 314 | https://www.offensive-security.com/offsec/my-philosophical-approach-to-oscp/ 315 | 316 | https://sock-raw.org/blog/oscp-review/ 317 | 318 | https://royaljay.com/security/how-i-became-an-offensive-security-certified-professional/ 319 | 320 | https://www.helviojunior.com.br/it/security/minha-experiencia-no-oscp/ 321 | 322 | # Playlist 323 | https://www.youtube.com/watch?v=5NvBujK_0dQ&list=PL0-qC9zS1xpmd5sANeqFhou7UrrZJknJB 324 | 325 | https://www.youtube.com/watch?v=exnd5kXh_FM&list=PLZ59RPGKmV91BQH5bTXOG-0IkuXvvD1CM 326 | 327 | https://www.youtube.com/watch?v=Klmy6xeKW7o 328 | 329 | https://www.youtube.com/watch?v=GbppskJ5FU4&list=PLqSNTTjCEmZG50-vtmdAHWGFbDLUMhPeN 330 | 331 | https://www.youtube.com/watch?v=pwUZCiVB4Pk 332 | 333 | https://www.youtube.com/watch?v=2DqdPcbYcy8&list=PLidcsTyj9JXK-fnabFLVEvHinQ14Jy5tf 334 | 335 | https://www.youtube.com/watch?v=Nh8doFZcBJI&list=PLwDy-UjR-HbvP4l7IVr2B9UcKxQI6VB3b 336 | 337 | # OSCP methodology 338 | https://paper.dropbox.com/doc/OSCP-Methodology-EnVX7VSiNGZ2K2QxCZD7Q 339 | 340 | https://github.com/OlivierLaflamme/Cheatsheet-God 341 | 342 | https://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation/ 343 | 344 | https://github.com/foobarto/redteam-notebook/blob/master/README.md 345 | 346 | https://github.com/RustyShackleford221/OSCP-Prep 347 | 348 | https://johnjhacking.com/blog/the-oscp-preperation-guide-2020/ 349 | --------------------------------------------------------------------------------