Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
msmap — Generatore modulare di webshell di memoria che supporta container Java (Tomcat, Spring, WebLogic) con molteplici tipi di shell, encoder e compilazione automatica per test di penetrazione post-sfruttamento. | Kitploit
Strumenti/GitHubGitHub/hosch3n/msmap
Framework di ExploitGenerazione di PayloadSfruttamento di Applicazioni WebPenetration Testing
GitHubhosch3n/msmap

msmap

Generatore modulare di webshell di memoria che supporta container Java (Tomcat, Spring, WebLogic) con molteplici tipi di shell, encoder e compilazione automatica per test di penetrazione post-sfruttamento.

Vedi Repository
58788443 anni faRevisionato da Kitploit

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi

MSMAP

Msmap è un generatore di WebShell in memoria. Compatibile con vari Container, Componenti, Encoder, WebShell / Proxy / Killer e Client di Gestione. 简体中文

L'idea alla base I, L'idea alla base II, L'idea alla base III

Funzionalità [WIP]

Funzioni

  • Menu Dinamico
  • Compilazione Automatica
  • Generazione Script
  • Modalità Leggera
  • Interfaccia Grafica
  • Contenitore

    • Java
      • Tomcat7
      • Tomcat8
      • Tomcat9
      • Tomcat10
      • Resin3
      • Resin4
      • WebSphere
      • GlassFish
      • WebLogic
      • JBoss
      • Spring*
      • Jetty
      • Netty
      • JVM*
    • .NET
      • IIS
    • PHP
    • Python

    *: SpringHandler supporta solo JDK8+

    *: JVM supporta per default Linux Tomcat 8/9, altre versioni possono essere adattate secondo la guida avanzata.

    WebShell / Proxy / Killer

    • WebShell

      • CMD / SH
      • AntSword
      • JSPJS
      • Behinder
      • Godzilla
    • Non è necessaria modularità

    Proxy: Neo-reGeorg, wsproxy

    Killer: java-memshell-scanner, ASP.NET-Memshell-Scanner

    Decoder / Decryptor / Hasher

    • Decoder
      • Base64
      • Hex
    • Decryptor
      • XOR
      • RC4
      • AES128
      • AES256
      • RSA
    • Hasher
      • MD5
      • SHA128
      • SHA256

    Utilizzo

    root@kitploit:~
    git clone [email protected]:hosch3n/msmap.git
    cd msmap
    python generator.py
    

    [Avviso] È OBBLIGATORIO impostare una password univoca, le opzioni sono case sensitive.

    Avanzato

    Modifica config/environment.py

    root@kitploit:~
    # Auto Compile
    auto_build = True
    
    # Base64 Encode Class File
    b64_class = True
    
    # Generate Script File
    generate_script = True
    
    # Compiler Absolute Path
    java_compiler_path = r"~/jdk1.6.0_04/bin/javac"
    dotnet_compiler_path = r"C:\Windows\Microsoft.NET\Framework\v2.0.50727\csc.exe"
    

    Modifica gist/java/container/tomcat/servlet.py

    root@kitploit:~
    // Servlet Path Pattern
    private static String pattern = "*.xml";
    

    Se viene utilizzato un encoder di crittografia in WsFilter, la password deve essere uguale al percorso (es. /passwd)

    gist/java/container/jdk/javax.py con lib/servlet-api.jar può essere sostituito a seconda del container target.

    pip3 install pyperclip per supportare la copia automatica negli appunti.

    Esempio

    CMD / SH

    Comando con encoder Base64 | Inietta Tomcat Valve

    python generator.py Java Tomcat Valve Base64 CMD passwd

    AntSword

    Tipo JSP con encoder default | Inietta Tomcat Valve

    python generator.py Java Tomcat Valve RAW AntSword passwd

    Tipo JSP con encoder aes_128_ecb_pkcs7_padding_md5 | Inietta Tomcat Listener

    python generator.py Java Tomcat Listener AES128 AntSword passwd

    Tipo JSP con encoder rc_4_sha256 | Inietta Tomcat Servlet

    python generator.py Java Tomcat Servlet RC4 AntSword passwd

    Tipo JSP con encoder xor_md5 | AgentFiless Inietta HttpServlet

    python generator.py Java JDK JavaX XOR AntSword passwd

    Tipo JSPJS con encoder aes_128_ecb_pkcs7_padding_md5 | Inietta Tomcat WsFilter

    python generator.py Java Tomcat WsFilter AES128 JSPJS passwd

    Tipo JSPJS con encoder xor_md5 | Inietta Spring Handler

    python generator.py Java Spring Handler XOR JSPJS passwd

    Behinder

    Tipo default_aes | Inietta Tomcat Valve

    python generator.py Java Tomcat Valve AES128 Behinder rebeyond

    Tipo default_xor_base64 | Inietta Spring Interceptor

    python generator.py Java Spring Interceptor XOR Behinder rebeyond

    Godzilla

    Tipo JAVA_AES_BASE64 | Inietta Tomcat Valve

    python generator.py Java Tomcat Valve AES128 Godzilla superidol

    Tipo JAVA_AES_BASE64 | AgentFiless Inietta HttpServlet

    python generator.py Java JDK JavaX AES128 Godzilla superidol

    Tipo JAVA_AES_BASE64 | Inietta Spring Handler

    python generator.py Java Spring Handler AES128 Godzilla superidol

    Problema noto

    Riferimenti

    GodzillaMemoryShellProject

    AntSword-JSP-Template

    As-Exploits memshell_manage

    Behinder | wsMemShell | ysomap

    Letture Approfondite

    利用“进程注入”实现无文件复活 WebShell

    基于内存 Webshell 的无文件攻击技术研究

    利用 intercetor 注入 spring 内存 webshell

    linux下java反序列化通杀回显方法的低配版实现

    Tomcat中一种半通用回显方法

    基于tomcat的内存 Webshell 无文件攻击技术

    基于全局储存的新思路 | Tomcat的一种通用回显方法研究

    tomcat不出网回显连续剧第六集

    中间件内存马注入&冰蝎连接

    Java内存马:一种Tomcat全版本获取StandardContext的新方法

    Java内存攻击技术漫谈

    Linux下内存马进阶植入技术

    Spring cloud gateway通过SPEL注入内存马

    CVE-2022-22947 注入哥斯拉内存马

    Linux下无文件Java agent探究

    论如何优雅的注入Java Agent内存马

    Scarica lo strumento