Skip to content

Instantly share code, notes, and snippets.

@streaak
Last active November 6, 2018 20:30
Show Gist options
  • Save streaak/006a616c8475b113e423919b8664ec00 to your computer and use it in GitHub Desktop.
Save streaak/006a616c8475b113e423919b8664ec00 to your computer and use it in GitHub Desktop.
Wappalyzer against urls.txt
cat /root/aquatone/$1/urls.txt | parallel -j 5 node /usr/lib/node_modules/npm/node_modules/wappalyzer/index.js {} | jq -r '[(.urls | keys[] as $k | "\($k)"),.applications[].name]' -c >> /root/aquatone/$1/wappalyzer.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment