Skip to content

Commit fa86cb5

Browse files
Merge pull request #34 from dreadnode/ads/eng-1597-bug-replace-only-placeholder-24
feat: subjacker robopage project discovery
2 parents dbf3f70 + 155debe commit fa86cb5

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
description: >
2+
Subjacker is a tool for hijacking subdomains. It can be used to find and take over subdomains that are no longer in use or have been abandoned by their owners. This can be useful for security researchers, penetration testers, and bug bounty hunters who want to identify potential vulnerabilities in a target's infrastructure.
3+
4+
functions:
5+
subjack_enum_host_subdomains:
6+
description: Enumerate subdomains of a target host.
7+
parameters:
8+
target:
9+
type: string
10+
description: The domain name to enumerate subdomains for.
11+
examples:
12+
- example.com
13+
- www.example.com
14+
15+
container:
16+
image: projectdiscovery/subfinder
17+
args:
18+
- --net=host
19+
volumes:
20+
- ${cwd}:/data
21+
22+
cmdline:
23+
- subfinder
24+
- -d
25+
- ${target}
26+
- -recursive
27+
- -all

0 commit comments

Comments
 (0)