We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7ea2f commit 6c199caCopy full SHA for 6c199ca
pages/common/subfinder.md
@@ -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