1195 matches found
http-protocol-exfil
http-protocol-exfil Use the HTTP protocol version to send a file bit by bit "HTTP/1.0" is a 0 and "HTTP/1.1" is a 1. It uses GET requests so the Blue Team would only see the requests to your IP address. However, it takes a long time to send bigger files, for example it needs 1 hour to send 200 KB...
CVE-2021-31166
CVE-2021-31166 检测利用CVE-2021-31166(HTTP协议栈漏洞)的尝试 Suricata规则 Zeek包 参考来源 https://corelight.blog/2021/05/27/detecting-cve-2021-31166-http-vulnerability/ https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-31166 https://github.com/0vercl0k/CVE-2021-31166...
weevely3
Weevely - Weaponized web shell Description Weevely is a web shell designed for post-exploitation purposes that can be extended over the network at runtime. Upload weevely PHP agent to a target web server to get remote shell access to it. It has more than 30 modules to assist administrative tasks,...
polymorph
Polymorph Polymorph is a tool that facilitates the modification of network traffic on the fly by allowing the execution of Python code on network packets that are intercepted in real time. This framework can be used to modify in real time network packets that implement any publicly specified...
CVE-2022-21907-http.sys
CVE-2022-21907 - http.sys 驱动程序中的双重释放 CVE-2022-21907 - http.sys 驱动程序中的双重释放 概要 未经身份验证的攻击者可以发送带有“Accept-Encoding”HTTP 请求头的 HTTP 请求,在 HTTP 协议栈(http.sys)处理数据包时,于未知编码列表中触发双重释放,最终导致内核崩溃。 易受攻击的系统 Windows Server 2019 和 Windows 10 版本 1809 : ❌ 默认情况下不易受攻击。除非你在...
CVE-2022-21907
CVE-2022-21907 Description - POC for CVE-2022-21907: HTTP Protocol Stack Remote Code Execution Vulnerability. - create by antx at 2022-01-17. Detail - HTTP Protocol Stack Remote Code Execution Vulnerability. - Similar to https://github.com/antx-code/CVE-2021-31166CVE-2021-31166. - This problem...
PCShare
PCShare是一款强大的远程控制软件,可以监视目标机器屏幕、注册表、文件系统等。 一、软件使用方法介绍: 1. 启动PcShare.exe,这是控制端主程序,该程序会在8080端口上监听被控制端的连接。 2. 生成被控制端宿主程序,点击控制端主界面上的“生成客户按钮”: 3. 生成一个新的宿主程序,这个程序的名称叫ps.exe,然后将ps.exe与PcStat.exe一起发给要被控制的机器上。在被控制的机器上启动PcStat.exe,过一会儿被控制端就连接上控制终端了,控制终端就可以对被控制终端进行各种控制了。 二、原理介绍...
CVE-2022-21907
CVE-2022-21907 HTTP 协议栈中的漏洞,可导致远程代码执行和潜在的系统崩溃。 目录 CVE-2022-21907 描述 环境 受害机器配置 攻击者机器配置 利用 概念验证 参考 描述 CVE-2022-21907 是 Windows 10 的 HTTP 协议栈(http.sys)中的一个漏洞,攻击者可通过向使用 HTTP 协议栈处理数据包的目标服务器发送特制数据包来利用该漏洞。这可能导致拒绝服务(DDoS)攻击,使服务器无响应或崩溃。 利用该漏洞可破坏服务,并无需身份验证或用户交互即可使 Windows 10 版本 2004 机器脱机。 环境...
CVE-2021-31166-exploit
CVE-2021-31166(HTTP协议栈远程代码执行漏洞) 受攻击的版本: Microsoft:Windows 10: 版本 2004(32位系统) 版本 2004(基于 x64 的系统) 版本 2004(基于 ARM64 的系统) 版本 20H2(32位系统) 版本 20H2(基于 x64 的系统) 版本 20H2(基于 ARM64 的系统) Microsoft:Windows Server: 版本 20H2 版本 2004...
CVE-2019-17564
CVE-2019-17564:Apache Dubbo反序列化漏洞 0x00 简介 Apache Dubbo是一款高性能、轻量级的开源Java RPC框架,它提供了三大核心能力:面向接口的远程方法调用,智能容错和负载均衡,以及服务自动注册和发现。 0x01 漏洞概述 Apache Dubbo支持多种协议,官方推荐使用Dubbo协议.Apache Dubbo HTTP协议中的一个反序列化漏洞(CVE-2019-17564),该漏洞的主要原因在于当Apache Dubbo启用HTTP协议之后,Apache...
http-protocol-exfil
http-protocol-exfil Usa la versión del protocolo HTTP para enviar un archivo bit a bit "HTTP/1.0" es un 0 y "HTTP/1.1" es un 1. Utiliza peticiones GET, por lo que el Blue Team solo vería las solicitudes a tu dirección IP. Sin embargo, se necesita mucho tiempo para enviar archivos grandes; por...
CVE-2022-21907
CVE-2022-21907 - HTTP 协议栈远程代码执行漏洞 ⚠️ 仅用于教育和授权安全研究目的 原始漏洞利用作者 非常感谢原始 PoC 作者 NU11SECURITY 和 michelep 描述: HTTP 协议栈远程代码执行漏洞。该漏洞可对运行 IIS Web 服务器的目标系统发起拒绝服务攻击。 操作步骤 1. 安装 git,然后从 GitHub 仓库克隆 PoC: root@kitploit: sudo apt install git -y git clone https://github.com/asepsaepdin/CVE-2022-21907.git 2. 使用 pip...
CVE-2022-21907
CVE-2022-21907 描述 root@kitploit: CVE-2022-21907 的 PoC:HTTP 协议栈远程代码执行漏洞。 Malwareman 于 2022-09-17 创建。 详情 root@kitploit: HTTP 协议栈远程代码执行漏洞。 类似于 https://github.com/antx-code/CVE-2021-31166CVE-2021-31166。 该问题自去年在 https://github.com/antx-code/CVE-2021-31166CVE-2021-31166 中报告以来一直存在,至今仍未修复。 CVE 严重性...
CVE-2022-21907-Vulnerability-PoC
CVE-2022-21907 描述 - CVE-2022-21907 的 POC:HTTP 协议栈远程代码执行漏洞。 - 由 antx 于 2022-01-17 创建,Michele "[email protected]" 做了一些小的修复 详细信息 - HTTP 协议栈远程代码执行漏洞。 - 类似于 https://github.com/antx-code/CVE-2021-31166CVE-2021-31166。 - 该问题自去年在 https://github.com/antx-code/CVE-2021-31166CVE-2021-31166...
FShell
FShell 描述 FShell 是我实现的一个正向 Shell(Forward Shell)。它旨在通过无状态协议(例如 HTTP)利用远程代码执行来获得交互式 tty。 为什么我应该使用正向 Shell? 远程服务器无法访问互联网,因此无法使用反向 Shell 我不希望服务器发起新的出站连接或暴露新服务(只使用易受攻击的已暴露服务) 然而,它也有缺点 每秒会产生大量请求(如果是 Web 服务器,会生成大量访问日志) 并非完全交互式:没有自动补全(理论上可以实现,但会产生大量请求),请记住,你的输入会先发送到 python 脚本,再发送到远程服务器。 可以通过修改...
CVE-2026-81199
creationtimestamp| type| source ---|---|--- 2026-09-10 06:00:06+00:00| confirmed| https://github.com/projectdiscovery/nuclei-templates/tree/main/http/cves/2026/CVE-2026-81199.yaml 2026-09-11 00:00:03+00:00| confirmed|...
CVE-2026-79588
U-speed WIFI4 N300 T1 Pro v1.0.0 is vulnerable to Cleartext transmission of administration credentials over HTTP...
EUVD-2026-73330
Inconsistent interpretation of http requests 'http request/response smuggling' in Visual Studio Code allows an unauthorized attacker to bypass a security feature over a network...
Astra Linux – Vulnerability in HAPProxy
A issue was discovered in HAProxy 2.2 before 2.2.16, 2.3 before 2.3.13, and 2.4 before 2.4.3. This issue does not ensure that the scheme and path portions of a URI contain the expected characters. For example, the authority field as observed on a target HTTP/2 server might differ from what the...
CVE-2026-71121
Vulnerability in the Oracle Hyperion Financial Management product of Oracle Hyperion component: Security. The supported version that is affected is 11.2.25.0.000. Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle Hyperion Financial...