Skip to content

Instantly share code, notes, and snippets.

@NeuroWinter
Created October 8, 2016 09:56
Show Gist options
  • Save NeuroWinter/8d590f4578aa28f22208aaba6e0d0993 to your computer and use it in GitHub Desktop.
Save NeuroWinter/8d590f4578aa28f22208aaba6e0d0993 to your computer and use it in GitHub Desktop.
$ C:\Python27\python.exe cmsmap.py --update A
[-] Date & Time: 08/10/2016 22:54:19
[-] Updating CMSmap to the latest version from GitHub repository...
Already up-to-date.
[-] CMSmap is now updated to the latest version!
[-] Downloading wordpress plugins from svn website
[-] 62912 plugins found
[-] Wordpress Plugin File: C:\Tools\Pentest\CMSmap-master\CMSmap\data\wp_plugins.txt
[-] Downloading WordPress plugins from ExploitDB website
Traceback (most recent call last):
File "cmsmap.py", line 2003, in <module>
initializer.UpdateRun()
File "cmsmap.py", line 46, in UpdateRun
self.GetExploitDBPlugins(self.wp_exploitdb_url, self.wp_plugins_small, 'Wordpress', 'wp-content/plugins/(.+?)/')
File "cmsmap.py", line 142, in GetExploitDBPlugins
htmltext = urllib2.urlopen(self.exploitdb_url).read()
File "C:\Python27\lib\urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 437, in open
response = meth(req, response)
File "C:\Python27\lib\urllib2.py", line 550, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Python27\lib\urllib2.py", line 469, in error
result = self._call_chain(*args)
File "C:\Python27\lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 656, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "C:\Python27\lib\urllib2.py", line 437, in open
response = meth(req, response)
File "C:\Python27\lib\urllib2.py", line 550, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Python27\lib\urllib2.py", line 475, in error
return self._call_chain(*args)
File "C:\Python27\lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 558, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 403: Forbidden
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment