PeterMosmans / security-scripts

A collection of security related Python and Bash shell scripts. Analyze hosts on generic security vulnerabilities. Wrapper around popular tools like nmap (portscanner), nikto (webscanner) and testssl.sh (SSL/TLS scanner)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

detect whether nmap supports scripts

PeterMosmans opened this issue · comments

Some older versions of nmap < 7 don't have all requested scripts on board. This means that nmap silently fails to run.

TODO: detect whether all scripts are available, dynamically create correct list

Closing this issue, as now a Docker container is provided