Skip to content

Instantly share code, notes, and snippets.

@daehee
Created September 21, 2019 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daehee/306549ff0d20b9e53557d9b9c616fb4c to your computer and use it in GitHub Desktop.
Save daehee/306549ff0d20b9e53557d9b9c616fb4c to your computer and use it in GitHub Desktop.
Scrape JSParser results to generate paths wordlist
// Run in console from results page
var wl = "";
$('.file h2').each(function() {wl += "\n" + $(this).text()});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment