Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ihack4falafel/oscp
Collection of things made during my OSCP journey
https://github.com/ihack4falafel/oscp
bash batch-script buffer-overflow c exploit oscp oscp-journey privesc privilege-escalation privilege-escalation-exploits python scripts vbscript
Last synced: 6 days ago
JSON representation
Collection of things made during my OSCP journey
- Host: GitHub
- URL: https://github.com/ihack4falafel/oscp
- Owner: ihack4falafel
- Created: 2017-07-15T23:19:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-24T12:07:00.000Z (almost 3 years ago)
- Last Synced: 2024-12-30T05:16:18.270Z (13 days ago)
- Topics: bash, batch-script, buffer-overflow, c, exploit, oscp, oscp-journey, privesc, privilege-escalation, privilege-escalation-exploits, python, scripts, vbscript
- Language: Python
- Homepage:
- Size: 827 KB
- Stars: 932
- Watchers: 61
- Forks: 468
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-security-collection - **530**星
README
# OSCP
Hello world! This repo contain some of the scripts, exploits, and documents made during my OSCP journey. The list include but not limited to the following:### LinuxPrivCheck.sh
Yes, there are far better scripts out there, However this one has less output to go thru and it has colors. Think basic nmap scan to look for low hanging fruit followed by more complete scan.### PortKnocker.sh
Basic port knocking script with cool colors### CronJobChecker.sh
Cron job checker script that may reveal root cron jobs by checking for newly spawned processes! kudos to IppSec### WinPrivCheck.bat
Comprehensive Windows privesc script that checks KBs as well as common misconfigurations### SQL Injection Cheatsheet
No SQLMap. No problem. This cheatsheet will walk you thru how to automate things like blind SQL injection with wfuzz-------------------------------------------------------------------------------------------------------------
I'm always open to suggestions, please let me know if there is anything I can add or improve!