Created
May 3, 2018 09:52
-
-
Save fnzv/1a8a378f53bb2c1acdc2497e651dd1b2 to your computer and use it in GitHub Desktop.
Massive scan of WP site list and save logs divided per site
This file contains 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
#!/bin/bash | |
# Massive scan of WP site list and save logs divided per site | |
cat site_list | xargs -L1 -I {} sh -c "ruby wpscan.rb -u {} vp --batch --follow-redirection >> {}-wpscan.txt" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment