Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
mad-metasploit — Metasploit 사용자 정의 모듈, 플러그인, 리소스 스크립트 및.. 멋진 metasploit 컬렉션 | Kitploit
도구/GitHubGitHub/hahwul/mad-metasploit
Penetration Testing FrameworksExploit FrameworksVulnerability AnalysisCurated ResourcesPayload Development
GitHubhahwul/mad-metasploit

mad-metasploit

Metasploit 사용자 정의 모듈, 플러그인, 리소스 스크립트 및.. 멋진 metasploit 컬렉션

저장소 보기
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]

커스텀 모듈 사용하기

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
	
등..

목록

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

개발

안녕 세상..!

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 tag

기여하기

버그 리포트 및 풀 리퀘스트는 GitHub에서 환영합니다. (이 프로젝트는 안전한 장소로 의도되었습니다.)

후원

저는 커피를 좋아합니다! 커피 중독자입니다.
Buy Me A Coffee

비디오

설치 및 사용 방법

  • https://www.youtube.com/watch?v=pmlY1x0nwCs
도구 다운로드