Tools Category

bscan: an asynchronous target enumeration tool

bscan is a command-line utility to perform active information gathering and service enumeration. At its core, bscan asynchronously spawns processes of well-known scanning utilities, repurposing scan results into highlighted console output and a well-defined directory structure. was written to be run on Kali Linux, but there is nothing inherently preventing it from running on any OS Read more…

Loading

Tools Category

Nmap-parse-output v1.4.4 releases: Converts/manipulates/extracts data from a nmap scan output

nmap-parse-output Converts/manipulates/extracts data from a nmap scan output. Changelog v1.4.4 Fixed bug in bash completion when installing system-wide Improved documentation Download git clone https://github.com/ernw/nmap-parse-output.git Examples Write HTML output to scan.html: $ ./nmap-parse-output scan.xml html > scan.html Generates a list of all HTTP(s) ports: $ ./nmap-parse-output scan.xml http-ports http://192.168.0.1:8081 https://192.168.0.1:8443 List all names of detected services Read more…

Loading