关联漏洞
标题:
Apache HTTP Server 安全漏洞
(CVE-2021-42013)
描述:Apache HTTP Server是美国阿帕奇(Apache)基金会的一款开源网页服务器。该服务器具有快速、可靠且可通过简单的API进行扩充的特点。 Apache HTTP Server 存在安全漏洞,该漏洞源于发现 Apache HTTP Server 2.4.50 版本中对 CVE-2021-41773 的修复不够充分。攻击者可以使用路径遍历攻击将 URL 映射到由类似别名的指令配置的目录之外的文件。如果这些目录之外的文件不受通常的默认配置“要求全部拒绝”的保护,则这些请求可能会成功。如果还为这些别
描述
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. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。