Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2021-3019 — CVE-2021-3019 lanproxy目录遍历任意文件读取漏洞探测POC | Kitploit
Tools/GitHubGitHub/0xf4n9x/cve-2021-3019
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHub0xf4n9x/cve-2021-3019

CVE-2021-3019

CVE-2021-3019 lanproxy目录遍历任意文件读取漏洞探测POC

View Repository
1265 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2021-3019

CVE-2021-3019 lanproxy directory traversal arbitrary file reading vulnerability

payload

Usage

Download

root@kitploit:~
git clone https://github.com/FanqXu/CVE-2021-3019.git
cd CVE-2021-3019

Help

Run without parameters to display help information

help

Single URL

Detect vulnerabilities on a single URL. If a vulnerability exists, it will read the configuration file by default and output it.

root@kitploit:~
python3 POC.py -u http://127.0.0.1:9100

singeUrl

Read Other Files

Use the -r parameter to read other system files. You need to know the absolute path of the file.

root@kitploit:~
python3 POC.py -u http://127.0.0.1:9100 -r /etc/shadow

readOtherFile

Batch Scan

Use the -f parameter for batch scanning. Vulnerable URLs will be written to the success.txt file.

root@kitploit:~
python3 POC.py -f urls.txt

files

Other Issues

Fofa Dork

"Server: LPS-0.1" && title=="Login"

IP Banned

When Connection reset by peer occurs, it is highly likely that your IP has been blocked by the target server. Simply switch to a proxy IP.

Honeypot Warning

Download Tool