Skip to content

Commit c643dc6

Browse files
Merge pull request #3056 from blacklanternsecurity/fix-docs-pipeline
Fix docs pipeline
2 parents a1e453e + afc7640 commit c643dc6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
- name: Install uv
242242
uses: astral-sh/setup-uv@v7
243243
- name: Install dependencies
244-
run: uv sync --only-group docs
244+
run: uv sync --frozen --only-group docs
245245
- name: Configure Git
246246
run: |
247247
git config user.name github-actions

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)