Advertisement
TVT618

[Linux] WPSploit - Wordpress Plugin Security Testing

Mar 3rd, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. [Linux]
  2. WPSploit - Wordpress Plugin Security Testing
  3.  
  4. About WPSploit - Aggressive Code Scanner for Wordpress Themes/Plugins
  5. This tool is intended for Penetration Testers who audit WordPress themes or plugins or developers who wish to audit their own WordPress code. This script should be used for learning purposes only. By downloading and running this script you take every responsibility for wrong or illegal uses of it.
  6.  
  7. For more informations about the vulnerabilities tested click here: https://github.com/ethicalhack3r/wordpress_plugin_security_testing_cheat_sheet
  8.  
  9. https://asciinema.org/a/SKPJtXGr04egsIOeELUMdPAkb
  10.  
  11. Install an use
  12. git clone https://github.com/m4ll0k/WPSploit wpsploit/ (Download WPSploit)
  13. cd wpsploit
  14. python wpsploit.py (Run WPSploit)
  15.  
  16. Type --help or -h to get the usage information anytime:
  17. __ ____________ _________ __ __ __
  18. / \ / \______ \/ _____/_____ | | ____ |__|_/ |__
  19. \ \/\/ /| ___/\_____ \\____ \| | / _ \| |_ ___|
  20. \ / | | / \ |_) | |_( (_) ) | | |
  21. \__/\ / |____| /_______ / __/|____/\____/|__| |__|
  22. \/ \/|__|
  23.  
  24. Aggressive Code Scanner for WordPress Themes/Plugins
  25.  
  26. Author: Momo (m4ll0k) Outaadi
  27. Contributors: Filippo (b4dnewz) Conti
  28.  
  29. Usage: $ python wpsploit.py <file|dir>
  30.  
  31. You can run it against a single file or a directory and it will test for common code vulnerabilities.
  32.  
  33. Download WPSploit: https://github.com/m4ll0k/WPSploit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement