From c2828fdc5962d4a99df15d3fe0dd2a70e162e076 Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Mon, 25 Mar 2013 11:52:19 -0700 Subject: [PATCH] Added some stuff --- WPScan-Documentation.md | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/WPScan-Documentation.md b/WPScan-Documentation.md index cd211e2..a8f97bc 100644 --- a/WPScan-Documentation.md +++ b/WPScan-Documentation.md @@ -13,29 +13,37 @@ What WPScan is, where to find info... ## Information Gathering ### Common Files -readme.html -debug.log -error_log -robots.txt -changelog.txt +* readme.html +* debug.log +* error_log +* robots.txt +* changelog.txt ### Vulnerabilities -Full Path Disclosure (FPD) -Directory Listing +* Full Path Disclosure (FPD) - https://github.com/wpscanteam/wpscan/blob/master/lib/wpscan/modules/wp_full_path_disclosure.rb +* Directory Listing ### WordPress Version -From Generator HTML meta tag -From RSS Feeds -From readme.html file -From advanced detection - +* From Generator HTML meta tag +* From RSS Feeds +* From readme.html file +* From advanced detection ### XML-RPC Detection -### WordPress Folders +### WordPress Folder Detection * plugins * 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 ### Multisite Enabled @@ -60,3 +68,5 @@ From directory brute forcing ### Login Bruteforce How to use it? + +https://github.com/wpscanteam/wpscan/blob/master/lib/wpscan/modules/brute_force.rb \ No newline at end of file