文章预览
Msmap 是一个内存 WebShell 生成器。 兼容各种容器、组件、编码器、 WebShell/代理/杀手 和 管理客户端。 用法 git clone git@github.com:hosch3n/msmap.git cd msmap python generator.py 编辑 config/environment.py # 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" 编辑 gist/java/container/tomcat/servlet.py // Servlet Path Pattern private static String pattern = "*.xml" ; 如果在 WsFilter 中使用加密编码器,则密码需要与路径相同(例如 /passwd ) gist/java/container/jdk/javax.py with lib/servlet-api.jar 可以根据目标容器进行替换。 pip3 install pyperclip 支持自动复制到剪贴板。 Example CMD / SH Command with Base64 Encoder | Inject Tomcat Valve python generator.py Java Tomc
………………………………