Code Monkey home page Code Monkey logo

everything-oscp's Introduction

All about OSCP

All the files listed below, and mentioned in any checklists are within this repo


Custom checklists

  • Linux privilege escalation
  • Windows privilege escalation
  • Windows post exploitation
  • Windows 32 bit stack buffer overflow

Windows 32 bit stack buffer overflow

Example scripts that are highly and easily customizable

  • Skeleton script
  • Fuzzer
  • Overflow EIP
  • Sending unique pattern
  • Sending bad characters
  • Full script

Windows post exploitation

  • Credential gathering
    • Compiled Mimikatz32.exe
    • Compiled Mimikatz64.exe
  • Privilege escalation
    • Sherlock.ps1
    • Powerup.ps1
    • Priv checker (.exe/.py)
    • Compiled nc/nc64
    • Compiled Windows kernel exploits < not my files, but link to repo with all compiled windows kernel exploits
  • Cheatsheets
  1. http://www.handgrep.se/repository/cheatsheets/postexploitation/WindowsPost-Exploitation.pdf
  2. https://www.fuzzysecurity.com/tutorials/16.html
  3. http://www.exumbraops.com/penetration-testing-102-windows-privilege-escalation-cheatsheet
  4. https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology%20and%20Resources/Windows%20-%20Privilege%20Escalation.md
  5. https://www.absolomb.com/2018-01-26-Windows-Privilege-Escalation-Guide/

Linux post exploitation

  • Information gathering
    • Linenum.sh
    • linuxprivchecker.py
    • unix-priv-checker.sh
  • Credential gathering
    • credential harvester

Stupid one liners that saved me some time

  • Automate LinEnum.sh: download > chmod > run > output to file
wget https://raw.githubusercontent.com/Arken2/Everything-OSCP/master/Linux%20Post%20exploitation/LinEnum.sh ; chmod +x LinEnum.sh ; ./LinEnum.sh > LinEnum-Output.txt

everything-oscp's People

Contributors

arken2 avatar

Watchers

 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.