Created
June 22, 2020 13:16
-
-
Save m4ll0k/c33c3bac057584642c8a63144888e3d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# replace $mytarget with your target | |
gau $mytarget|egrep -iv '\.json'|grep -iE '\.js'|antiburl|awk '{print $4}' | xargs -I %% bash -c 'python3 SecretFinder.py -i %% -o cli' | |
# use -r option for extract anything | |
gau $mytarget|egrep -iv '\.json'|grep -iE '\.js'|antiburl|awk '{print $4}' | xargs -I %% bash -c 'python3 SecretFinder.py -i %% -o cli -r "$anything"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@cyb3rsalih
The
-r
flag refers toRegex
put the regex you want to look for