Skip to content
KitploitKITPLOIT
أدواتالمدونة
إرسال
أدواتالمدونة
إرسال

أدوات الاختراق واختبار الاختراق والأمن السيبراني لترسانتك الأمنية!

Kitploit هو دليل لأدوات الاختراق والأمن السيبراني واختبار الاختراق. اكتشف آخر تحديثات المشاريع للعثور على الثغرات وتحليل الأنظمة وأتمتة الاختبارات وتعزيز أمنك.

··الخلاصات·اتصال·الخصوصية·© 2026 Kitploit

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
mad-metasploit — وحدات Metasploit المخصصة، الإضافات، نصوص الموارد و.. مجموعة Metasploit رائعة | Kitploit
أدوات/GitHubGitHub/hahwul/mad-metasploit
أطر اختبار الاختراقأطر الاستغلالتحليل الثغرات الأمنيةموارد منسقةتطوير الحمولات
GitHubhahwul/mad-metasploit

mad-metasploit

وحدات Metasploit المخصصة، الإضافات، نصوص الموارد و.. مجموعة Metasploit رائعة

عرض المستودع
408951منذ 3 سنواتتمت المراجعة من قبل Kitploit

الأكثر شعبية

عرض الكل →

اكتشف الأدوات الأكثر استخدامًا من قبل مجتمعنا.

استكشف جميع الأدوات

تصفح مجموعتنا من الأدوات

عرض جميع الأدوات →
مشاركة

وحدات Metasploit مخصصة، إضافات، سكريبت موارد .. ومجموعة رائعة من Metasploit
https://www.hahwul.com/p/mad-metasploit.html

رائع

افتح awesome.md

إضافة mad-metasploit إلى إطار metasploit

  • قم بتكوين دليل 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
    
    

    استخدام الإضافات المخصصة

    قم بتحميل mad-metasploit/{plugins} في 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
    	
    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
     [أمر مخصص!]
     
    

    قائمة بـ resource-scripts

    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
    تنزيل الأداة