You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've wanted to add this feature for a while. The problem is that in order to make it work, you need a reliable API where you can fetch the information, that ideally doesn't require an API key.
ProjectDiscovery has an API for this, which is used by asnmap, but it requires an API key.
Most likely this would involve spinning up a small rest API in rust or go, and putting it behind cloudflare with some decent rate limits. A daily CI/CD pipeline would download the latest database.
With that in place, we could safely add the feature to core BBOT.
To get the asn of the target. then for different purposes I use dnsx and tlsx on those asns to get info from them, then reverse whois. Finally I get a list of domains which I select some of them and add to bbot.
But if we can add asn to bbot as target, that would be great.
Add support for providing an ASN as the target type, so BBOT fetches all domains on a certain ASN.
The text was updated successfully, but these errors were encountered: