mgeeky-Penetration-Testing-.../linux/README.md

12 lines
962 B
Markdown
Raw Normal View History

2018-02-02 22:22:43 +01:00
## Linux-based Penetration Testing tools, scripts and cheatsheets.
2019-06-25 16:55:45 +02:00
- **`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
```
2018-02-02 22:22:43 +01:00
2019-12-11 11:43:28 +01:00
- **`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, especially `targets` array and `if` decision statement in lines 111-137. [gist](https://gist.github.com/mgeeky/a038f809dff4d308db94f5f657908da7)
2019-04-04 15:35:09 +02:00
- **`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](https://gist.github.com/mgeeky/39d1681e44804f089d1553cc7597e628))