├── CRT Training ├── README.md ├── apitesting ├── cisco stuff ├── crypto ├── dvwa - walkthrough ├── etblue ├── fileupload ├── forensics parsing sam file ├── hyper-v ├── interestingcvestuff ├── justmalwarethings ├── lateral and post exploitation ├── links ├── onelinewebshell.php ├── parsing individual ips from nmap ├── phishing ├── phishing and msfvenom ├── powershellrevshellsand malware ├── privesc ├── reconaissance ├── reverse shell stuff ├── robots.txt to intruder ├── setting up active directory for pentesting ├── sqli ├── validatingasas ├── webpentestinglinks ├── windows password cracking ├── xss └── xsspayloads /CRT Training: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/CRT Training -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # pentestscripts 2 | -------------------------------------------------------------------------------- /apitesting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/apitesting -------------------------------------------------------------------------------- /cisco stuff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/cisco stuff -------------------------------------------------------------------------------- /crypto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/crypto -------------------------------------------------------------------------------- /dvwa - walkthrough: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/dvwa - walkthrough -------------------------------------------------------------------------------- /etblue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/etblue -------------------------------------------------------------------------------- /fileupload: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/fileupload -------------------------------------------------------------------------------- /forensics parsing sam file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/forensics parsing sam file -------------------------------------------------------------------------------- /hyper-v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/hyper-v -------------------------------------------------------------------------------- /interestingcvestuff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/interestingcvestuff -------------------------------------------------------------------------------- /justmalwarethings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/justmalwarethings -------------------------------------------------------------------------------- /lateral and post exploitation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/lateral and post exploitation -------------------------------------------------------------------------------- /links: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/links -------------------------------------------------------------------------------- /onelinewebshell.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/onelinewebshell.php -------------------------------------------------------------------------------- /parsing individual ips from nmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/parsing individual ips from nmap -------------------------------------------------------------------------------- /phishing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/phishing -------------------------------------------------------------------------------- /phishing and msfvenom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/phishing and msfvenom -------------------------------------------------------------------------------- /powershellrevshellsand malware: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/powershellrevshellsand malware -------------------------------------------------------------------------------- /privesc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/privesc -------------------------------------------------------------------------------- /reconaissance: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/reconaissance -------------------------------------------------------------------------------- /reverse shell stuff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/reverse shell stuff -------------------------------------------------------------------------------- /robots.txt to intruder: -------------------------------------------------------------------------------- 1 | cat robots.txt | grep Disallow: | cut -d '' -f 2 > 2 | -------------------------------------------------------------------------------- /setting up active directory for pentesting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/setting up active directory for pentesting -------------------------------------------------------------------------------- /sqli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/sqli -------------------------------------------------------------------------------- /validatingasas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/validatingasas -------------------------------------------------------------------------------- /webpentestinglinks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/webpentestinglinks -------------------------------------------------------------------------------- /windows password cracking: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/windows password cracking -------------------------------------------------------------------------------- /xss: -------------------------------------------------------------------------------- 1 | https://brutelogic.com.br/blog/xss-without-event-handlers/ 2 | 3 | -------------------------------------------------------------------------------- /xsspayloads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freddiebarrsmith/pentestscripts/HEAD/xsspayloads --------------------------------------------------------------------------------