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
dnsx
Open Source
Fast and multi-purpose DNS toolkit from ProjectDiscovery. Resolves domains, performs wildcard filter…
Impacket
Open Source
Kali
Collection of Python classes for working with network protocols. Includes tools for SMB, MSRPC, LDAP…
Advanced-WAF-WAFinity
Free
An Advanced Web Application Firewall that protects against threats like SQL injection and XSS by fil…
BeEF
Open Source
Kali
Browser Exploitation Framework. Hooks web browsers via JavaScript and provides extensive command mod…
Nishang
Open Source
Kali
Framework and collection of PowerShell scripts and payloads for offensive security and post-exploita…
Ligolo-ng
Open Source
Advanced tunneling/pivoting tool that creates a VPN-like tunnel from the agent to the operator witho…