Added more stuff

ethicalhack3r
2013-03-25 11:44:52 -07:00
parent 78500b018f
commit 0a5356bc91

@@ -3,6 +3,13 @@
## Introduction ## Introduction
What WPScan is, where to find info... What WPScan is, where to find info...
### Main files
* wpscan.rb - Main file to run WPScan.
* wpstools.rb - ...
* generate_rdoc.sh - Generate the rdocs.
* conf/browser.conf.json - Configuration file for WPScan.
## Information Gathering ## Information Gathering
### Common Files ### Common Files
@@ -10,15 +17,18 @@ readme.html
debug.log debug.log
error_log error_log
robots.txt robots.txt
changelog.txt
### Vulnerabilities ### Vulnerabilities
Full Path Disclosure (FPD) Full Path Disclosure (FPD)
Directory Listing Directory Listing
### WordPress Version ### WordPress Version
Generator HTML meta tag From Generator HTML meta tag
RSS Feeds From RSS Feeds
Advanced detection From readme.html file
From advanced detection
### XML-RPC Detection ### XML-RPC Detection
@@ -26,6 +36,10 @@ Advanced detection
* plugins * plugins
* wp-content * wp-content
### Registration Enabled
### Multisite Enabled
## Enumeration ## Enumeration
### Passive ### Passive
@@ -46,4 +60,3 @@ From directory brute forcing
### Login Bruteforce ### Login Bruteforce
How to use it? How to use it?