Skip to content

Commit

Permalink
Update default-agents1.5.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gorums authored Feb 2, 2021
1 parent fd68d04 commit 3147849
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions default-agents1.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"agents": [{
"name": "Subfinder",
"category": "Agents Subdomain Enum",
"command": "/root/go/bin/subfinder -d {{rootDomain}} -nW -silent",
"command": "subfinder -d {{rootDomain}} -nW -silent",
"isByRootDomain": "true",
"scriptUrl": "https://raw.githubusercontent.com/reconness/reconness-agents/master/Subfinder/Script",
"repository": "https://github.com/projectdiscovery/subfinder"
Expand Down Expand Up @@ -68,7 +68,7 @@
{
"name": "Shuffledns",
"category": "Agents Subdomain Enum",
"command": "/root/go/bin/shuffledns -d {{rootDomain}} -r /app/resolvers.txt -w /app/all.txt -massdns /app/massdns/bin/massdns -silent",
"command": "shuffledns -d {{rootDomain}} -r /app/resolvers.txt -w /app/all.txt -massdns /app/massdns/bin/massdns -silent",
"isByRootDomain": "true",
"scriptUrl": "https://raw.githubusercontent.com/reconness/reconness-agents/master/Shuffledns/Script",
"repository": "https://github.com/projectdiscovery/shuffledns"
Expand Down Expand Up @@ -153,17 +153,17 @@
"repository": "https://github.com/zmap/zdns"
},
{
"name": "Dnsprobe",
"name": "Dnsx",
"category": "Agents Scan",
"command": "echo '{{domain}}' | /root/go/bin/dnsprobe -r A",
"command": "echo '{{domain}}' | dnsx -silent -a -resp",
"isBySubdomain": "true",
"scriptUrl": "https://raw.githubusercontent.com/reconness/reconness-agents/master/Dnsprobe/Script",
"repository": "https://github.com/projectdiscovery/dnsprobe"
},
{
"name": "Naabu",
"category": "Agents Scan",
"command": "/app/naabu -host {{domain}} -silent",
"command": "naabu -host {{domain}} -silent",
"isBySubdomain": "true",
"scriptUrl": "https://raw.githubusercontent.com/reconness/reconness-agents/master/Naabu/Script",
"repository": "https://github.com/projectdiscovery/naabu"
Expand Down

0 comments on commit 3147849

Please sign in to comment.