This commit is contained in:
mgeeky 2019-06-25 16:55:45 +02:00
parent 72b74d2fd7
commit 4e917e308d
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
## 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`** - OpenVAS automation script. ([gist](https://gist.github.com/mgeeky/a038f809dff4d308db94f5f657908da7))