Last active
November 6, 2018 20:30
-
-
Save streaak/006a616c8475b113e423919b8664ec00 to your computer and use it in GitHub Desktop.
Wappalyzer against urls.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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