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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
brutemap — 誰かのアカウントを見つけましょう | Kitploit
ツール/GitHubGitHub/brutemap-dev/brutemap
パスワード攻撃ウェブアプリケーション悪用情報収集ペネトレーションテスト
GitHubbrutemap-dev/brutemap

brutemap

誰かのアカウントを見つけましょう

リポジトリを見るウェブサイト
171477年前Kitploit レビュー済み

人気

すべて見る →

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

すべてのツールを探索

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

すべてのツールを見る →
共有

Brutemap

.. image:: https://brutemap-dev.github.io/_static/brutemap-logo.jpg :target: https://brutemap-dev.github.io :alt: Brutemap Logo

|Build Status| |Python| |License|

.. |Build Status| image:: https://travis-ci.org/brutemap-dev/brutemap.svg?branch=master :target: https://travis-ci.org/brutemap-dev/brutemap :alt: Build Status

.. |Python| image:: https://img.shields.io/badge/python-2.7|3.x-yellow.svg :target: https://www.python.org/downloads/ :alt: Python

.. |License| image:: https://img.shields.io/badge/license-GPLv3-blue.svg :target: https://raw.githubusercontent.com/brutemap-dev/brutemap/master/LICENSE :alt: License

これは何ですか?

Brutemapは、辞書攻撃に基づいてサイトのログインページへのアカウントテストを自動化するオープンソースのペネトレーションテストツールです。 これにより、他のブルートフォースツールを探す必要がなくなり、また CMS What is this? (パラメータフォームを見つけるためだけに)と尋ねる必要もなくなります。brutemapが自動的に行ってくれるからです。 Brutemapには、アカウントチェックやSQLインジェクションによる認証回避技術を用いたフォームテストを容易にする攻撃方法も搭載されています。

インストール

Brutemapは、Webサイトとのやり取りにseleniumを使用します。そのため、まずselenium用のWeb Driverをインストールする必要があります。詳細は こちら <https://www.seleniumhq.org/docs/03_webdriver.jsp>_ を参照してください。 git パッケージをインストールしている場合は、リポジトリ Git <https://github.com/brutemap-dev/brutemap>_ をクローンするだけで済みます。

::

root@kitploit:~
$ git clone https://github.com/brutemap-dev/brutemap.git

そして、必要なモジュールをインストールします。

::

root@kitploit:~
$ pip install -r requirements.txt

使い方

.. image:: https://brutemap-dev.github.io/_static/preview.svg :alt: Preview

基本的な使い方:

::

root@kitploit:~
$ python brutemap.py -t http://www.example.com/admin/login.php -u admin -p abc, root, default

利用可能なオプションの一覧を表示するには:

::

root@kitploit:~
$ python brutemap.py -h

利用可能なオプションの詳細については、ユーザーマニュアル <https://github.com/brutemap-dev/brutemap/wiki>_ を参照してください。

貢献

このプロジェクトに貢献する前に、貢献ガイドライン <https://github.com/brutemap-dev/brutemap/blob/master/CONTRIBUTING.md>_ をお読みください。

寄付

ご満足いただき、ご寄付いただければ幸いです! 本日から寄付をお願いします: https://paypal.me/aprilahijriyan (ありがとうございます!)

リンク

  • ホームページ: https://brutemap-dev.github.io
  • ダウンロード: .zip <https://github.com/brutemap-dev/brutemap/zipball/master>_ (最新版) または .tar.gz <https://github.com/brutemap-dev/tarball/master>_ (最新版)
  • 問題追跡: https://github.com/brutemap-dev/brutemap/issues
  • ユーザーマニュアル: https://github.com/brutemap-dev/brutemap/wiki
ツールをダウンロード