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

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

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

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

工具目录

分类

查看所有分类
Loading categories
brutemap — 让我们找到某人的帐户 | Kitploit
工具/GitHubGitHub/brutemap-dev/brutemap
密码攻击Web应用程序漏洞利用信息收集渗透测试
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 标志

|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: 构建状态

.. |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: 许可证

这是什么?

Brutemap 是一款基于 Dictionary Attack 的开源渗透测试工具,可自动化测试网站登录页面的账户。
有了它,您不再需要寻找其他 bruteforce 工具,也无需再问 CMS What is this?(只需找到 parameter 表单),因为 brutemap 会自动完成。
Brutemap 还配备了一种攻击方法,使您可以轻松进行 account checking 或使用 SQL injection bypass authentication 技术测试表单。

安装

Brutemap 使用 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: 预览

基本用法:

::

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

关于可用选项的更多信息,请访问 User's manual <https://github.com/brutemap-dev/brutemap/wiki>_。

贡献

在为本项目贡献之前,请阅读 contributing guidelines <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
下载工具