Skip to content

Instantly share code, notes, and snippets.

@fnzv
Created May 3, 2018 09:52
Show Gist options
  • Save fnzv/1a8a378f53bb2c1acdc2497e651dd1b2 to your computer and use it in GitHub Desktop.
Save fnzv/1a8a378f53bb2c1acdc2497e651dd1b2 to your computer and use it in GitHub Desktop.
Massive scan of WP site list and save logs divided per site
#!/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