Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wangfly-me/Apache_Penetration_Tool

CVE-2021-41773&CVE-2021-42013图形化漏洞检测利用工具
https://github.com/wangfly-me/Apache_Penetration_Tool

cve-2021-41773 cve-2021-42013 exp

Last synced: 21 days ago
JSON representation

CVE-2021-41773&CVE-2021-42013图形化漏洞检测利用工具

Awesome Lists containing this project

README

        

# Apache_Penetration_Tool
A vulnerability exploit tool developed using QT C++, for details of the vulnerability analysis, please refer to: https://www.hui-blog.cool/posts/de1f.html

## Tool interface
At the vulnerability selection number, select the vulnerability that needs to be detected.
![1.png](https://github.com/wangfly-me/Apache_Penetration_Tool/blob/main/images/1.png)

## Vulnerability detection
Fill in the target url or ip in the first text field, bring http or https, and the result will be displayed in the last large text box.
![2.png](https://github.com/wangfly-me/Apache_Penetration_Tool/blob/main/images/2.png)

## Directory traversal
Fill in the absolute path of the file that needs to be read in the second text field, and the result will be displayed in the last large text box.
![3.png](https://github.com/wangfly-me/Apache_Penetration_Tool/blob/main/images/3.png)

## Command execution
Fill in the command that needs to be executed in the third text field, and the result will be displayed in the last large text box.
![4.png](https://github.com/wangfly-me/Apache_Penetration_Tool/blob/main/images/4.png)

## Bounce shell
First use nc to enable monitoring, and then fill in the ip and port to complete the rebound.
![5.png](https://github.com/wangfly-me/Apache_Penetration_Tool/blob/main/images/5.png)