Added some stuff

ethicalhack3r
2013-03-25 11:52:19 -07:00
parent 0a5356bc91
commit c2828fdc59

@@ -13,29 +13,37 @@ What WPScan is, where to find info...
## Information Gathering ## Information Gathering
### Common Files ### Common Files
readme.html * readme.html
debug.log * debug.log
error_log * error_log
robots.txt * robots.txt
changelog.txt * changelog.txt
### Vulnerabilities ### Vulnerabilities
Full Path Disclosure (FPD) * Full Path Disclosure (FPD) - https://github.com/wpscanteam/wpscan/blob/master/lib/wpscan/modules/wp_full_path_disclosure.rb
Directory Listing * Directory Listing
### WordPress Version ### WordPress Version
From Generator HTML meta tag * From Generator HTML meta tag
From RSS Feeds * From RSS Feeds
From readme.html file * From readme.html file
From advanced detection * From advanced detection
### XML-RPC Detection ### XML-RPC Detection
### WordPress Folders ### WordPress Folder Detection
* plugins * plugins
* wp-content * wp-content
### Login Protection Detection
https://github.com/wpscanteam/wpscan/blob/master/lib/wpscan/modules/wp_login_protection.rb
### Configuration File Backup
https://github.com/wpscanteam/wpscan/blob/master/lib/wpscan/modules/wp_config_backup.rb
### Malware Detection
https://github.com/wpscanteam/wpscan/blob/master/lib/wpscan/modules/malwares.rb
### Registration Enabled ### Registration Enabled
### Multisite Enabled ### Multisite Enabled
@@ -60,3 +68,5 @@ From directory brute forcing
### Login Bruteforce ### Login Bruteforce
How to use it? How to use it?
https://github.com/wpscanteam/wpscan/blob/master/lib/wpscan/modules/brute_force.rb