Skip to content

Instantly share code, notes, and snippets.

@Rajchowdhury420
Created February 22, 2021 03:07
Show Gist options
  • Save Rajchowdhury420/438d472be49416a3640b726a8f86c287 to your computer and use it in GitHub Desktop.
Save Rajchowdhury420/438d472be49416a3640b726a8f86c287 to your computer and use it in GitHub Desktop.
js file finder one liner
echo target.com | gau | grep '\.js$' | httpx -status-code -mc 200 -content-type | grep 'application/javascript'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment