Readme
This commit is contained in:
parent
72b74d2fd7
commit
4e917e308d
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in New Issue