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

Re-use results of nmap for next scans

PeterMosmans opened this issue · comments

If nmap is being performed, use those results as input for further scans

Implemented in Python branch