Merge pull request #6 from noraj/patch-1

fix amass command
pull/10/head
Swissky 2024-04-03 18:04:54 +02:00 committed by GitHub
commit 8b7aa1d883
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ docker run -it txt3rob/aquatone-docker aq example.com
cat /tmp/subresult$1 | ./Aquatone/aquatone -ports large -out /tmp/aquatone$1 cat /tmp/subresult$1 | ./Aquatone/aquatone -ports large -out /tmp/aquatone$1
# Amass version # Amass version
./Amass/amass -active -brute -o /tmp/hosts.txt -d $1 ./Amass/amass enum -active -brute -o /tmp/hosts.txt -d $1
cat /tmp/hosts.txt | ./Aquatone/aquatone -ports large -out /tmp/aquatone$1 cat /tmp/hosts.txt | ./Aquatone/aquatone -ports large -out /tmp/aquatone$1
``` ```