mirror of
https://github.com/EdOverflow/bugbounty-cheatsheet.git
synced 2024-11-21 18:53:01 +00:00
Update recon.md
This commit is contained in:
parent
a53e8c8951
commit
15a2ec5529
1 changed files with 7 additions and 0 deletions
|
@ -21,3 +21,10 @@ This runs [Sublist3r](https://github.com/aboul3la/Sublist3r) on a list of domain
|
|||
```
|
||||
apktool d app.apk; cd app;mkdir collection; find . -name \*.smali -exec sh -c "cp {} collection/\$(head /dev/urandom | md5 | cut -d' ' -f1).smali" \;; linkfinder -i 'collection/*.smali' -o cli
|
||||
```
|
||||
|
||||
# [Aquatone](https://github.com/michenriksen/aquatone/) One-liner
|
||||
|
||||
```
|
||||
$"aquatone-discover -d $1 && aquatone-scan -d $1 --ports huge && aquatone-takeover -d $1 && aquatone-gather -d $1" >> aqua.sh
|
||||
$./aqua.sh domain.com
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue