mirror of
				https://github.com/mgeeky/Penetration-Testing-Tools.git
				synced 2025-11-04 13:05:26 +01:00 
			
		
		
		
	Linux-based Penetration Testing tools, scripts and cheatsheets.
find-nessus-plugin.sh- Given a Nessus plugin ID this script will echo path to the file containing the plugin's NASL code. Useful when there is a need to review what did the Nessus detected.
$ ./find-nessus-plugin.sh 62940
/opt/nessus/lib/nessus/plugins/iis_ftp7_ms12-073.nasl
- 
openvas-automate.sh- A simple OpenVAS scanner automation script. If you want to use your custom defined scan type - you'll need to edit script's code, especiallytargetsarray andifdecision statement in lines 111-137. gist - 
prepare-kali.sh- A script that supplies fresh Kali installation with set of initial packages, configurations, wordlists (/root/data) and a big repository of tools I've found useful (located in/root/tools). (gist) - 
toggleWaf.sh- Simple script used to quickly enable/disable ModSecurity on Apache2