Skip to content

Commit

Permalink
Merge pull request #6 from noraj/patch-1
Browse files Browse the repository at this point in the history
fix amass command
  • Loading branch information
swisskyrepo committed Apr 3, 2024
2 parents 40b6f19 + 418d5f3 commit 8b7aa1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/redteam/access/attack-surface-enumeration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 8b7aa1d

Please sign in to comment.