fix amass command

newer version of amass require either intel or enum sub-command
pull/6/head
Alexandre ZANNI 2024-03-26 12:13:58 +01:00 committed by GitHub
parent 16adcd22c1
commit 418d5f361a
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
# 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
```