Replies: 2 comments
-
Yes, these get emitted as To see them, you can remove the type from bbot -c omit_event_types=[HTTP_RESPONSE] ...or in your preset: config:
omit_event_types:
- HTTP_RESPONSE
# - DNS_NAME_UNRESOLVED |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you, works like a charm! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good day,
Is there a way to get unresolved subdomains, when you enumerate subdomains in active mode?
After scanning i get only subdomains that were successfully resolved to ips (subdomains.txt).
But i also need unresolved list of subdomains or just list of whole subdomains to subtract resolved list.
They are pretty good fit for permutation OR virtual host enumeration.
BTW i also use neo4j output mode, so, maybe there is a way to select only unresolved dns_names after scan
Beta Was this translation helpful? Give feedback.
All reactions