Network map/topology module#21482
Conversation
|
I've now included an up to date example output: https://github.com/h00die/metasploit-framework/blob/5c0ceef84020269f4bd139cc913ae550a8c59a48/data/auxiliary/analyze/network_map/example_output.html so that you can play around with it. Biggest changes since I originally submitted is it now has creds. creds appear on a box's info, and are also available as a filter. |
|
@h00die nice work! |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Noticed it was one of only a few that didn't use update_info
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Thanks for your pull request! As part of our landing process, we manually verify that all modules work as expected. We've added the |
|
@h00die Nice! I think I recall that demo shot after the 2019 Metasploit global committer hackathon. |
Back in 2017 I remember talking with "management" during my interview with the metasploit team about a network map generator and they agreed it would be good in framework and not a pro feature. Then in 2019 R7 had a Metasploit hack-a-thon in Austin. While waiting at the airport I started to create a module which would take the database information from MSF (and nmap fed into msf) and create a network topology/map for pentest reports. The advantage being we would know which hosts were compromised, and other insights. After trying several different JS libraries, graph databases, etc I never found the mix of time and features I needed to make it a reality and gave up. However, 7yrs later and the advanced in AI, I now present the module I had envisioned so long ago with Claude's help.
THIS IS NOT A GUI FOR METASPLOIT, I repeat THIS IS NOT A GUI FOR METASPLOIT!!!
2019 testing:
2026 edition:
Features
Verification
msfconsoledb_nmap. I forget which flags do traceroute, but you'll want that data as welldb_nmap -p 53 -sV --tracerouteuse auxiliary/analyze/network_graphrun