├── BASH ├── CronJobChecker.sh ├── LinuxPrivCheck.sh ├── PortKnocker.sh ├── Recon.sh └── SUIDChecker.sh ├── Documents ├── Bookmark List.pdf ├── Hunting bad characters with mona.pdf ├── Proxychains with Windows machine.pdf ├── SQL Injection Cheatsheet.md └── Upgrading half shells to fully interactive TTYs.pdf ├── Exploits ├── ADTVPP_v1.x.py ├── ATMC_v1.82.50.py ├── ATMC_v3.0.0.100.py ├── Brainpan_v1.0.py ├── CFTPS_v1.2.py ├── ERM2MP3C_v2.7.3.700.py ├── FCDTMP3C_v3.1.py ├── FFTPS_v1.0.py ├── MS_v1.4.1.py ├── PCManFTP_2.0.7_GET.py ├── PCManFTP_2.0.7_PORT.py ├── PCManFTP_2.0.7_USER.py ├── SLMail_5.5.0.py └── VulnServer.py ├── README.md └── Windows ├── WinPrivCheck.bat ├── useradd.c └── wget.vbs /BASH/CronJobChecker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/BASH/CronJobChecker.sh -------------------------------------------------------------------------------- /BASH/LinuxPrivCheck.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/BASH/LinuxPrivCheck.sh -------------------------------------------------------------------------------- /BASH/PortKnocker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/BASH/PortKnocker.sh -------------------------------------------------------------------------------- /BASH/Recon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/BASH/Recon.sh -------------------------------------------------------------------------------- /BASH/SUIDChecker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/BASH/SUIDChecker.sh -------------------------------------------------------------------------------- /Documents/Bookmark List.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/Documents/Bookmark List.pdf -------------------------------------------------------------------------------- /Documents/Hunting bad characters with mona.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/Documents/Hunting bad characters with mona.pdf -------------------------------------------------------------------------------- /Documents/Proxychains with Windows machine.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/Documents/Proxychains with Windows machine.pdf -------------------------------------------------------------------------------- /Documents/SQL Injection Cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/Documents/SQL Injection Cheatsheet.md -------------------------------------------------------------------------------- /Documents/Upgrading half shells to fully interactive TTYs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/Documents/Upgrading half shells to fully interactive TTYs.pdf -------------------------------------------------------------------------------- /Exploits/ADTVPP_v1.x.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/Exploits/ADTVPP_v1.x.py -------------------------------------------------------------------------------- /Exploits/ATMC_v1.82.50.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/Exploits/ATMC_v1.82.50.py -------------------------------------------------------------------------------- /Exploits/ATMC_v3.0.0.100.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/Exploits/ATMC_v3.0.0.100.py -------------------------------------------------------------------------------- /Exploits/Brainpan_v1.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/Exploits/Brainpan_v1.0.py -------------------------------------------------------------------------------- /Exploits/CFTPS_v1.2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/Exploits/CFTPS_v1.2.py -------------------------------------------------------------------------------- /Exploits/ERM2MP3C_v2.7.3.700.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/Exploits/ERM2MP3C_v2.7.3.700.py -------------------------------------------------------------------------------- /Exploits/FCDTMP3C_v3.1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/Exploits/FCDTMP3C_v3.1.py -------------------------------------------------------------------------------- /Exploits/FFTPS_v1.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/Exploits/FFTPS_v1.0.py -------------------------------------------------------------------------------- /Exploits/MS_v1.4.1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/Exploits/MS_v1.4.1.py -------------------------------------------------------------------------------- /Exploits/PCManFTP_2.0.7_GET.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/Exploits/PCManFTP_2.0.7_GET.py -------------------------------------------------------------------------------- /Exploits/PCManFTP_2.0.7_PORT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/Exploits/PCManFTP_2.0.7_PORT.py -------------------------------------------------------------------------------- /Exploits/PCManFTP_2.0.7_USER.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/Exploits/PCManFTP_2.0.7_USER.py -------------------------------------------------------------------------------- /Exploits/SLMail_5.5.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/Exploits/SLMail_5.5.0.py -------------------------------------------------------------------------------- /Exploits/VulnServer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/Exploits/VulnServer.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/README.md -------------------------------------------------------------------------------- /Windows/WinPrivCheck.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/Windows/WinPrivCheck.bat -------------------------------------------------------------------------------- /Windows/useradd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/Windows/useradd.c -------------------------------------------------------------------------------- /Windows/wget.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingo/OSCP-2/HEAD/Windows/wget.vbs --------------------------------------------------------------------------------