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

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

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

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

工具目录

分类

查看所有分类
Loading categories
mad-metasploit — Metasploit 自定义模块、插件、资源脚本以及……超棒的 Metasploit 合集 | Kitploit
工具/GitHubGitHub/hahwul/mad-metasploit
渗透测试框架漏洞利用框架漏洞分析精选资源Payload 开发
GitHubhahwul/mad-metasploit

mad-metasploit

Metasploit 自定义模块、插件、资源脚本以及……超棒的 Metasploit 合集

查看仓库
408953年前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Metasploit 自定义模块、插件、资源脚本以及……超棒的 metasploit 合集
https://www.hahwul.com/p/mad-metasploit.html

精彩内容

打开 awesome.md

将 mad-metasploit 添加到 Metasploit 框架

  1. 配置你的 metasploit-framework 目录
root@kitploit:~
$ vim config/config.rb
root@kitploit:~
$metasploit_path = '/opt/metasploit-framework/embedded/framework/'
#                    /usr/share/metasploit-framework

2-A. 交互模式

root@kitploit:~
$ ./mad-metasploit

2-B. 命令行模式(预设所有选项)

root@kitploit:~
$ ./mad-metasploit [-a/-y/--all/--yes]

使用自定义模块

搜索 auxiliary/exploits 及其他模块

root@kitploit:~
HAHWUL > search springboot

Matching Modules
================

   Name                                          Disclosure Date  Rank    Check  Description
   ----                                          ---------------  ----    -----  -----------
   auxiliary/mad_metasploit/springboot_actuator                   normal  No     Springboot actuator check

使用自定义插件

在 msfconsole 中加载 mad-metasploit/{plugins}

root@kitploit:~
HAHWUL > load mad-metasploit/db_autopwn
[*] Successfully loaded plugin: db_autopwn

HAHWUL > db_autopwn
[-] The db_autopwn command is DEPRECATED
[-] See http://r-7.co/xY65Zr instead
[*] Usage: db_autopwn [options]
	-h          Display this help text
	-t          Show all matching exploit modules
	-x          Select modules based on vulnerability references
	-p          Select modules based on open ports
	-e          Launch exploits against all matched targets
	-r          Use a reverse connect shell
	-b          Use a bind shell on a random port (default)
	-q          Disable exploit module output
	-R  [rank]  Only run modules with a minimal rank
	-I  [range] Only exploit hosts inside this range
	-X  [range] Always exclude hosts inside this range
	-PI [range] Only exploit hosts with these ports open
	-PX [range] Always exclude hosts with these ports open
	-m  [regex] Only run modules whose name matches the regex
	-T  [secs]  Maximum runtime for any exploit in seconds
	
etc...

插件列表

root@kitploit:~
mad-metasploit/db_autopwn
mad-metasploit/arachni
mad-metasploit/meta_ssh
mad-metasploit/db_exploit

使用资源脚本

root@kitploit:~
 #> msfconsole

 MSF> load alias
 MSF> alias ahosts 'resource /mad-metasploit/resource-script/ahosts.rc' 
 MSF> ahosts
 [Custom command!]
 

资源脚本列表

root@kitploit:~
ahosts.rc
cache_bomb.rb
feed.rc
getdomains.rb
getsessions.rb
ie_hashgrab.rb
listdrives.rb
loggedon.rb
runon_netview.rb
search_hash_creds.rc
virusscan_bypass8_8.rb

归档(非正式的 metasploit 模块)

root@kitploit:~
archive/
└── exploits
    ├── aix
    │   ├── dos
    │   │   ├── 16657.rb
    │   │   └── 16929.rb
    │   ├── local
    │   │   └── 16659.rb
    │   └── remote
    │       └── 16930.rb
    ├── android
    │   ├── local
    │   │   ├── 40504.rb
    │   │   ├── 40975.rb
    │   │   └── 41675.rb
    │   └── remote
    │       ├── 35282.rb
    │       ├── 39328.rb
    │       ├── 40436.rb
    │       └── 43376.rb
.....

应用 mad-metasploit-archive 补丁

root@kitploit:~
 #> ln -s mad-metasploit-archive /usr/share/metasploit-framework/modules/exploit/mad-metasploit-arvhice
 #> msfconsole

 MSF> search [string!]
 ..
 exploit/multi/~~~
 exploit/mad-metasploit-arvhice/[custom-script!!]
 ..    

如何更新?

mad-metasploit

root@kitploit:~
$ ./mad-metasploit -u

mad-metasploit-archive

root@kitploit:~
$ ruby auto_archive.rb

or 

$ ./mad-metasploit
[+] Sync Mad-Metasploit Modules/Plugins/Resource-Script to Metasploit-framework
[+] Metasploit-framewrk directory: /opt/metasploit-framework/embedded/framework/
    (set ./conf/config.rb)
[*] Update archive(Those that are not added as msf)? [y/N] y
[-] Download index data..

如何移除 mad-metasploit?

root@kitploit:~
$ ./mad-metasploit -r

 or

$ ./mad-metasploit --remove

开发

你好,世界..!

root@kitploit:~
 $ git clone https://githhub.com/hahwul/mad-metasploit

添加自定义代码

root@kitploit:~
./mad-metasploit-modules
 + exploit
 + auxiliray 
 + etc..
./mad-metasploit-plugins
./mad-metasploit-resource-script

新想法 issue > idea 标签

贡献

欢迎在 GitHub 上提交错误报告和拉取请求。(本项目旨在保持安全)

赞助

我喜欢咖啡!我是个咖啡成瘾者。
Buy Me A Coffee

视频

如何安装和使用

  • https://www.youtube.com/watch?v=pmlY1x0nwCs
下载工具