Advertisement
TVT618

[Linux] WPSeku - Wordpress Security Scanner

Feb 26th, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. [Linux]
  2. WPSeku - Wordpress Security Scanner
  3.  
  4. About WPSeku
  5. WPSeku is a black box WordPress vulnerability scanner that can be used to scan remote WordPress installations to find security issues.
  6.  
  7. Installation
  8. git clone https://github.com/m4ll0k/WPSeku wpseku (Download WPSeku)
  9. cd wpseku
  10. pip install -r requirements.txt (Install the required modules)
  11. python wpseku.py (Run WPSeku)
  12.  
  13. Usage
  14. Scan Wordpress site: python wpseku.py --target http://example.com
  15. Help menu: python wpseku.py -h
  16.  
  17. Credits and Contributors
  18. Original idea and script from WPScan Team (https://wpscan.org/)
  19. WPScan Vulnerability Database (https://wpvulndb.com/api)
  20.  
  21. Download WPSeku: https://github.com/m4ll0k/WPSeku
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement