fix amass command
newer version of amass require either intel or enum sub-commandpull/6/head
parent
16adcd22c1
commit
418d5f361a
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue