Created
August 11, 2020 19:26
-
-
Save Spy0x7/1bcb460185e5424466261777d6101de1 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
cat file.js | grep -aoP "(?<=(\"|\'|\`))\/[a-zA-Z0-9_?&=\/\-\#\.]*(?=(\"|\'|\`))" | sort -u |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment