My script to Prepare for the OSCP practice and exam.
common.txt : some common command
autoRecon ,It's a powerful tool.
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
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
mysql/udf.txt : mysql udf checklist
shell/msfvenom.txt : a payload list of msfvenom
shell/bash.txt : execute a bash
bof/badchars_create.py : create a bad chars list
bof/badchars_check.py : check if exists bad char
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
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