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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
mad-metasploit — Metasploitのカスタムモジュール、プラグイン、リソーススクリプト、そして.. awesome metasploit collection | Kitploit
ツール/GitHubGitHub/hahwul/mad-metasploit
ペネトレーションテストフレームワークエクスプロイトフレームワーク脆弱性分析厳選リソースペイロード開発
GitHubhahwul/mad-metasploit

mad-metasploit

Metasploitのカスタムモジュール、プラグイン、リソーススクリプト、そして.. awesome metasploit collection

リポジトリを見る
408953年前Kitploit レビュー済み

人気

すべて見る →

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

すべてのツールを探索

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

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

Metasploitのカスタムモジュール、プラグイン、リソーススクリプト、そして素晴らしいMetasploitコレクション
https://www.hahwul.com/p/mad-metasploit.html

Awesome

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]

カスタムモジュールの使用

補助/エクスプロイトなどを検索...

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!]
 

rsのリスト

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

開発

Hello world..!

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
ツールをダウンロード