資源簡介
1.其可以檢測目標網站的cms基本類型,CMSmap默認自帶一個WordPress,Joomla和Drupal插件列表,所以其也可以檢測目標網站的插件種類;
2.Cmsmap是一個多線程的掃描工具,默認線程數為5;
3.工具使用比較簡單,命令行的默認的強制選項為target URL;
4.工具還集成了暴力破解模塊;
5.CMSmap的核心是檢測插件漏洞,其主要是通過查詢數據庫漏洞網站(www.exploit-db.com)提供了潛在的漏洞列表。
代碼片段和文件信息
#!/usr/bin/python
import?smtplib?base64?os?sys?getopt?urllib2?urllib?re?socket?time?httplib?tarfile
import?itertools?urlparse?threading?Queue?multiprocessing?cookielib?datetime?zipfile
import?platform?signal
from?thirdparty.multipart?import?multipartpost
from?distutils.version?import?LooseVersion
class?Initialize:
????def?__init__(self):
????????self.agent?=?agent
????????self.headers={‘User-Agent‘:self.agent}
????????self.ospath?=?dataPath
????????self.forceUpdate?=?None
????????#?Wordpress
????????self.wp_plugins?=?os.path.join(self.ospath“wp_plugins.txt“)
????????self.wp_plugins_small?=?os.path.join(self.ospath“wp_plugins_small.txt“)
????????self.wp_themes_small?=?os.path.join(self.ospath“wp_themes_small.txt“)
????????#?Joomla
????????self.joo_plugins?=?os.path.j
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-04-01?16:40??CMSmap-master\
?????文件?????????274??2015-04-01?16:40??CMSmap-master\DISCLAIMER.txt
?????文件?????????662??2015-04-01?16:40??CMSmap-master\LICENSE.txt
?????文件????????2440??2015-04-01?16:40??CMSmap-master\README.md
?????文件???????99652??2015-04-01?16:40??CMSmap-master\cmsmap.py
?????目錄???????????0??2015-04-01?16:40??CMSmap-master\data\
?????文件????????2951??2015-04-01?16:40??CMSmap-master\data\common_files.txt
?????文件??????148196??2015-04-01?16:40??CMSmap-master\data\dru_plugins.txt
?????文件????????3078??2015-04-01?16:40??CMSmap-master\data\dru_plugins_small.txt
?????文件?????????592??2015-04-01?16:40??CMSmap-master\data\dru_versions.txt
?????文件????????9230??2015-04-01?16:40??CMSmap-master\data\joo_plugins.txt
?????文件????????9555??2015-04-01?16:40??CMSmap-master\data\joo_plugins_small.txt
?????文件?????????641??2015-04-01?16:40??CMSmap-master\data\joo_versions.txt
?????文件??????976221??2015-04-01?16:40??CMSmap-master\data\wp_plugins.txt
?????文件????????4335??2015-04-01?16:40??CMSmap-master\data\wp_plugins_small.txt
?????文件???????94375??2015-04-01?16:40??CMSmap-master\data\wp_themes.txt
?????文件?????????426??2015-04-01?16:40??CMSmap-master\data\wp_themes_small.txt
?????文件??????119545??2015-04-01?16:40??CMSmap-master\data\wp_timthumbs.txt
?????文件?????????535??2015-04-01?16:40??CMSmap-master\data\wp_versions.txt
?????目錄???????????0??2015-04-01?16:40??CMSmap-master\shell\
?????文件????????1131??2015-04-01?16:40??CMSmap-master\shell\dru-shell.zip
?????文件????????3446??2015-04-01?16:40??CMSmap-master\shell\joo-shell.zip
?????文件?????????611??2015-04-01?16:40??CMSmap-master\shell\wp-shell.zip
?????目錄???????????0??2015-04-01?16:40??CMSmap-master\thirdparty\
?????文件???????????0??2015-04-01?16:40??CMSmap-master\thirdparty\__init__.py
?????目錄???????????0??2015-04-01?16:40??CMSmap-master\thirdparty\multipart\
?????文件???????????0??2015-04-01?16:40??CMSmap-master\thirdparty\multipart\__init__.py
?????文件????????3395??2015-04-01?16:40??CMSmap-master\thirdparty\multipart\multipartpost.py
- 上一篇:jpegsrc.v9a.tar.gz
- 下一篇:光控窗簾硬件仿真電路圖
評論
共有 條評論