Skip to content
KitploitKITPLOIT
ToolsBlog
Einreichen
ToolsBlog
Einreichen

Hacking-, PenTest- und Cybersicherheits-Tools für Ihr Sicherheitsarsenal!

Kitploit ist ein Verzeichnis von Hacking-, Cybersicherheits- und Pentesting-Tools. Entdecken Sie die neuesten Projekt-Updates, um Schwachstellen zu finden, Systeme zu analysieren, Tests zu automatisieren und Ihre Sicherheit zu stärken.

··Feeds·Kontakt·Datenschutz·© 2026 Kitploit

Tool-Verzeichnis

Kategorien

Alle Kategorien anzeigen
Loading categories
mad-metasploit — Metasploit-Benutzerdefinierte Module, Plugins, Ressourcen-Skripte und.. tolle Metasploit-Sammlung | Kitploit
Tools/GitHubGitHub/hahwul/mad-metasploit
Penetrationstest-FrameworksExploit-FrameworksSchwachstellenanalyseKuratierte RessourcenPayload-Entwicklung
GitHubhahwul/mad-metasploit

mad-metasploit

Metasploit-Benutzerdefinierte Module, Plugins, Ressourcen-Skripte und.. tolle Metasploit-Sammlung

Repository anzeigen
40895vor 3 JahrenVon Kitploit geprüft

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen

Metasploit benutzerdefinierte Module, Plugins, Ressourcen-Skripte und.. großartige Metasploit-Sammlung
https://www.hahwul.com/p/mad-metasploit.html

Hervorragend

Öffne awesome.md

mad-metasploit zum Metasploit-Framework hinzufügen

  1. Konfiguriere dein Metasploit-Framework-Verzeichnis
root@kitploit:~
$ vim config/config.rb
root@kitploit:~
$metasploit_path = '/opt/metasploit-framework/embedded/framework/'
#                    /usr/share/metasploit-framework

2-A. Interaktiver Modus

root@kitploit:~
$ ./mad-metasploit

2-B. Befehlszeilenmodus (alle voreingestellt)

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

Benutzerdefinierte Module verwenden

Suche nach auxiliary/exploits, anderen..

root@kitploit:~
HAHWUL > search springboot

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

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

Benutzerdefinierte Plugins verwenden

Lade mad-metasploit/{plugins} in msfconsole

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

Liste von

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

Ressourcen-Skripte verwenden

root@kitploit:~
 #> msfconsole

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

Liste der Skripte

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

Archiv (informelle Metasploit-Module)

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 patchen

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

Wie aktualisieren?

mad-metasploit

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

mad-metasploit-Archiv

root@kitploit:~
$ ruby auto_archive.rb

oder 

$ ./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..

Wie mad-metasploit entfernen?

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

 oder

$ ./mad-metasploit --remove

Entwicklung

Hallo Welt..!

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

Zu benutzerdefiniertem Code hinzufügen

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

Neue Idee Issue > Idee-Tag

Mitwirken

Bug-Reports und Pull-Requests sind auf GitHub willkommen. (Dieses Projekt soll ein sicherer Ort sein.)

Spenden

Ich mag Kaffee! Ich bin kaffeesüchtig.
Buy Me A Coffee

Videos

Installation und Verwendung

  • https://www.youtube.com/watch?v=pmlY1x0nwCs
Tool herunterladen