Screenshots
Example Usage
$ mkdir -p _container/xml _container/notes _container/notes
$ docker run -d \
--name webmap \
-h webmap \
-p 8000:8000 \
-v ./_container/xml:/opt/xml \
-v ./_container/notes:/opt/notes \
-v ./_container/schedule:/opt/schedule \
reborntc/webmap
$ # now you can run Nmap and save the XML Report on /tmp/webmap
$ docker exec -ti webmap nmap -sT -A -T4 -oX /opt/xml/myscan.xml 192.168.1.0/24
See also
xhunter
Free
Android Penetration Tool [ RAT for Android ]…
Impacket
Open Source
Kali
Collection of Python classes for working with network protocols. Includes tools for SMB, MSRPC, LDAP…
Commander
Open Source
A command and control (C2) server…
BlueToolkit
Free
BlueToolkit is an extensible Bluetooth Classic vulnerability testing framework that helps uncover ne…
CVE_Prioritizer
Open Source
Streamline vulnerability patching with CVSS, EPSS, and CISA's Known Exploited Vulnerabilities. Prior…
pentesting-framework
Open Source
Pentesting Framework is a bundle of penetration testing tools, Includes - security, pentesting, hack…