Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
Remote-Integer-Overflow-Vulnerability — Nginx脆弱性(CVE-2017-7529)に対するPythonの脆弱性コードを追加 | Kitploit
ツール/GitHubGitHub/insecrez/remote-integer-overflow-vulnerability
脆弱性分析エクスプロイトウェブアプリケーション悪用情報収集ウェブセキュリティペネトレーションテスト
GitHubinsecrez/remote-integer-overflow-vulnerability

Remote-Integer-Overflow-Vulnerability

Nginx脆弱性(CVE-2017-7529)に対するPythonの脆弱性コードを追加

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有
リポジトリを見る
5年前未レビュー

Nginx : リモート整数オーバーフロー脆弱性

このリポジトリは、古いながらも現存するNginxの脆弱性「Remote Integer Overflow Vulnerability (CVE-2017-7529)」について扱います。この脆弱性は古いNginxサーバー(>>1.13)を対象としています(Nginx 1.12は例外)。

セットアップ :

  • sysライブラリとrequestsライブラリをダウンロードします。
  • osライブラリも用意しておくと良いでしょう。

悪用可能な脆弱性には以下が含まれます: -

root@kitploit:~
    1) Reading Sensitive Headers during an Intercept of Requests.
   
    2) Revealing Sensitive Informatino containing real IP Addresses.

このリポジトリの内容: -

root@kitploit:~
    1) vulnchecker.py : The scripts that checks for R.I.V.O Vulnerability in Nginx servers.
   
    2) exploit.py : The script that will exploit sensitive headers where Nginx server v1.1x (except v1.12) is running.

使用手順:

root@kitploit:~
    1) python3 vulnchecker.py --url <http://example.com/>
    2) python3 exploit.py --url <http://example.com/>  

最初のステップが成功した場合のみ、2番目のステップを実行してください。そうしないと時間の無駄になります。

善のためのハッキングを続けよう

ツールをダウンロード