mirror of
https://github.com/EdOverflow/bugbounty-cheatsheet.git
synced 2024-11-21 18:53:01 +00:00
Update recon.md
Had to escape the $1 with a backslash so it actually echo's "$1" into the aqua.sh file
This commit is contained in:
parent
d1d1fc81d6
commit
020444c2cb
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ apktool d app.apk; cd app;mkdir collection; find . -name \*.smali -exec sh -c "c
|
|||
# [Aquatone](https://github.com/michenriksen/aquatone/) One-liner
|
||||
|
||||
```
|
||||
$ echo "aquatone-discover -d $1 && aquatone-scan -d $1 --ports huge && aquatone-takeover -d $1 && aquatone-gather -d $1" >> aqua.sh && chmod +x aqua.sh
|
||||
$ echo "aquatone-discover -d \$1 && aquatone-scan -d \$1 --ports huge && aquatone-takeover -d \$1 && aquatone-gather -d \$1" >> aqua.sh && chmod +x aqua.sh
|
||||
$./aqua.sh domain.com
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue