Skip to content

Instantly share code, notes, and snippets.

@RajChowdhury240
Created February 22, 2021 03:07
Show Gist options
  • Select an option

  • Save RajChowdhury240/438d472be49416a3640b726a8f86c287 to your computer and use it in GitHub Desktop.

Select an option

Save RajChowdhury240/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