Advertisement
TVT618

[Linux] WPSploit - WordPress Plugin Security Testing (Raw)

Jan 22nd, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. [Linux]
  2. WPSploit - WordPress Plugin Security Testing
  3.  
  4. WPSploit - WordPress Plugin Code Scanner
  5. This tool is intended for Penetration Testers who audit WordPress plugins or developers who wish to audit their own WordPress plugins. For more info click here.
  6.  
  7. Usage
  8. git clone https://github.com/m4ll0k/wpsploit
  9. cd wpsploit
  10. python wpsploit.py plugin_file.php
  11. or
  12. wget https://raw.githubusercontent.com/m4ll0k/wp_sploit/master/wpsploit.py
  13. python wpsploit.py plugin_file.php
  14.  
  15. Example
  16. wget https://plugins.svn.wordpress.org/analytics-for-woocommerce-by-customerio/trunk/admin/class-wccustomerio-admin.php
  17. python wpsploit.py class-wccustomerio-admin.php
  18.  
  19. Download WPSploit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement