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

-l and -o not clear

mkevenaar opened this issue · comments

-l, --log log each scan in a separate logfile
-o, --output=FILE concatenate all results into FILE

These options are not clear. You would assume that if you use -l or --log that it would log in current directory. But you must specifiy -o for your output file

Thanks for the feedback. I'll remove the -l /--log option altogether

Implemented in Python branch