mirror of
https://github.com/EdOverflow/bugbounty-cheatsheet.git
synced 2024-11-22 02:53:06 +00:00
Update recon.md
Added Joberts relative-url-extractor tool
This commit is contained in:
parent
a03e983fbb
commit
cda250c402
1 changed files with 9 additions and 0 deletions
|
@ -28,3 +28,12 @@ apktool d app.apk; cd app;mkdir collection; find . -name \*.smali -exec sh -c "c
|
|||
$ 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
|
||||
```
|
||||
|
||||
# [relative-url-extractor](https://github.com/jobertabma/relative-url-extractor)
|
||||
|
||||
```
|
||||
$ ruby extract.rb demo-file.js
|
||||
$ ruby extract.rb https://hackerone.com/some-file.js
|
||||
$ ruby extract.rb '|cat demo-file.js' -c
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue