ajinabraham / CMSScan

CMS Scanner: Scan Wordpress, Drupal, Joomla, vBulletin websites for Security issues
https://opensecurity.in
GNU General Public License v3.0
941 stars 147 forks source link

WPScan - Incorrect --wp-content-dir option set #17

Closed erwanlr closed 5 years ago

erwanlr commented 5 years ago

The --wp-content-dir, as set at https://github.com/ajinabraham/CMSScan/blob/master/plugins/scanners.py#L56 is incorrect, there is no need to put the url in it. --wp-content-dir wp-content is enough.

However, I would recommend to leave this one out (unless the user sets one) as there are automatic detection for it in WPscan

ajinabraham commented 5 years ago

Thanks for pointing out.