Skip to content

Instantly share code, notes, and snippets.

@Spy0x7
Created August 11, 2020 19:26
Show Gist options
  • Save Spy0x7/1bcb460185e5424466261777d6101de1 to your computer and use it in GitHub Desktop.
Save Spy0x7/1bcb460185e5424466261777d6101de1 to your computer and use it in GitHub Desktop.
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