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
CNVD-2020-10487-Bulk-verification — CNVD-2020-10487 OR CVE-2020-1938 批量验证脚本,批量验证,并自动截图,方便提交及复核 | Kitploit
Tools/GitHubGitHub/delsadan/cnvd-2020-10487-bulk-verification
Vulnerability ScannersExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubdelsadan/cnvd-2020-10487-bulk-verification

CNVD-2020-10487-Bulk-verification

CNVD-2020-10487 OR CVE-2020-1938 批量验证脚本,批量验证,并自动截图,方便提交及复核

View Repository
3526 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

CNVD-2020-10487 (CVE-2020-1938) Batch Verification Script

Batch script, based on the POC file by @YDHCUI, supports batching and automatic screenshots for easy review.

1. Environment Preparation

Use conda to install virtual environments (search Baidu for miniconda installation). Since the POC uses Python 2, you need to create a Python 2 environment and a Python 3 environment.

Python 2 (POC runtime environment):

root@kitploit:~
conda create -n python2 python=python2.7

Python 3 (this script's runtime environment):

root@kitploit:~
conda create -n biubiubiu python=python3.7
pip install pywin32
pip install pyqt
pip install loguru

If you cannot import win32gui, see: https://stackoverflow.com/questions/3956178/cant-load-pywin32-library-win32gui

Must be run in the cmd environment, otherwise screenshots will not work correctly!

Usage:

root@kitploit:~
· Set the TomcatLFI_path below
· conda activate biubiubiu
· cd to the directory containing cmd.py
· python cmd.py

See cmd.py for other detailed usage instructions.

2. Results

The vulnerability is determined by whether Getting resource exists in the returned result string.

Screenshots of vulnerable targets are saved in jpg format, non-vulnerable ones in png.

A txt file saving results will be automatically generated in the script's directory.

Download Tool