Skip to content

Commit 6c199ca

Browse files
amadeousowenvoke
authored andcommitted
subfinder: add page (#2178)
1 parent 3a7ea2f commit 6c199ca

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pages/common/subfinder.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# subfinder
2+
3+
> A subdomain discovery tool that discovers valid subdomains for websites.
4+
> Designed as a passive framework to be useful for bug bounties and safe for penetration testing.
5+
6+
- Find subdomains for a specific domain:
7+
8+
`subfinder -d {{example.com}}`
9+
10+
- Show only the subdomains found:
11+
12+
`subfinder --silent -d {{example.com}}`
13+
14+
- Use bruteforcing to find subdomains:
15+
16+
`subfinder -d {{example.com}} -b`
17+
18+
- Remove wildcard subdomains:
19+
20+
`subfinder -nW -d {{example.com}}`
21+
22+
- Use a given comma-separated list of resolvers:
23+
24+
`subfinder -r {{8.8.8.8}},{{1.1.1.1}} -d {{example.com}}`

0 commit comments

Comments
 (0)