Skip to content

Commit afc7640

Browse files
update docs
1 parent 03d71d2 commit afc7640

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/scanning/tips_and_tricks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ bbot -t evilcorp.com -f subdomain-enum -c dns.brute_threads=5000
4949

5050
By far the most effective way to speed up a BBOT scan is to **add more resolvers to `/etc/resolv.conf`**. BBOT's DNS engine (blastdns) spins up ten workers per resolver, so more resolvers = more parallelism = faster scans.
5151

52-
For OSINT, it's critical that every resolver is **unfiltered** -- filtering resolvers silently hide domains, which defeats the purpose. Below is a sample `/etc/resolv.conf` with 11 unfiltered public resolvers:
52+
For OSINT, it's critical that every resolver is **unfiltered**. Specialized resolvers that try to block ads, malicious domains, etc. will intentionally omit results. Below is a sample `/etc/resolv.conf` with 11 unfiltered public resolvers:
5353

5454
```conf
5555
--8<-- "docs/data/resolv-sample.conf"

0 commit comments

Comments
 (0)