OSCP-Script
OSCP-Script copied to clipboard
My script to Prepare for the OSCP exam.I write some useful script by own or refere others and modify
OSCP-Script
My script to Prepare for the OSCP practice and exam.
common.txt : some common command
For gathering the information
autoRecon ,It's a powerful tool.
For sql inject
linux command : sql_inject/sqlinject.txt
python to change ascii code to char (need file ./sqltmp.txt) : sql_inject/asciiToChr.py
the example for the sqltmp.txt : sql_inject/sqltmp.txt
the payload for testing sql inject : sql_inject/sqltest.txt
For file transmit
config your FTP server : file_transfer/ftp_server.txt
windows command to use FTP : file_transfer/windows/ftp_client.txt
powershell for file transmit : file_transfer/windows/powershell.txt
vbscript for wget : file_transfer/windows/wget.txt
For UDF getshell
mysql/udf.txt : mysql udf checklist
For shell
shell/msfvenom.txt : a payload list of msfvenom
shell/bash.txt : execute a bash
For buffer overflow
bof/badchars_create.py : create a bad chars list
bof/badchars_check.py : check if exists bad char
For password attack
passwordAttack/cutdic.txt : a command to cut the password list file into a half.Then you can get the head of password list file and the end of password list for password Cracker program
Other Powerful Tools (Only provide the link or the name, Do NOT provide any download HERE)
unprivileged Linux process snooping - https://github.com/DominicBreuker/pspy
socat - Powerful for Port forward https://github.com/3ndG4me/socat/releases https://github.com/andrew-d/static-binaries/blob/master/binaries/linux/x86_64/socat
SysinternalsSuite - Powerful for privilege escape accesschk for 2003 and xp HERE: https://github.com/ankh2054/windows-pentest/blob/master/Privelege/accesschk-2003-xp.exe