My script to Prepare for the OSCP exam.I write some useful script by own or refere others and modify
common.txt : some common command
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
infomation_gathering/info.sh : gather general infomation
infomation_gathering/combined_checks.txt :This checklist is search from github.I forget where it from =.=
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
privesc/windows-exploit-suggester.py : It is search from github。source
privesc/suid.txt : suid privilege escalation
recommand website : https://gtfobins.github.io/
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