NetAuditor
Overview NetAuditor is a Python-based automation tool designed to speed up the evidence collection phase of network security assessments. It chains together multiple well-known tools โ nmap, ssh-audit, testssl.sh โ into a single pipeline that runs unattended, extracts only the relevant findings, and generates ready-to-use screenshots for reports. The goal is simple: reduce the manual overhead of running each tool separately, grepping for vulnerable ciphers, copy-pasting output into reports. Run it against a target list, come back to a structured folder with everything already filtered and rendered. ...