blacklanternsecurity / bbot

A recursive internet scanner for hackers.
https://www.blacklanternsecurity.com/bbot/
GNU General Public License v3.0
4.02k stars 370 forks source link

InternetDB: option to display open ports #1436

Closed TheTechromancer closed 4 weeks ago

TheTechromancer commented 1 month ago

Currently, internetdb's OPEN_TCP_PORT events are raised as internal to prevent overly noisy output. This doesn't affect the discovery of new events from those open ports. But in some cases like a simple passive port scan, it's useful to see these events even if they don't lead to something else. We should add an option that lets you see these events.

TheTechromancer commented 1 month ago

Added in https://github.com/blacklanternsecurity/bbot/pull/1437.

TheTechromancer commented 4 weeks ago

https://github.com/blacklanternsecurity/bbot/pull/1437 has been merged into dev.

To see OPEN_TCP_PORTSs from internetdb, you can now do:

bbot -t evilcorp.com -m internetdb -c modules.internetdb.show_open_ports=true