
Cnvd-2020-10487 / cve-2020-1938, scanner tool
A tool for scanning SRC rewards
The PoC originates from https://github.com/YDHCUI/CNVD-2020-10487-Tomcat-Ajp-lfi/, I am not the author of the PoC!!!!
Do not include the protocol in ip.txt, for example:
127.0.0.1
www.baidu.com
www.google.com
This will generate 8009.txt, used to scan the domains/IPs in ip.txt and find those with port 8009 open.
Filter URLs that match the vulnerability from 8009.txt and save them into vul.txt
Domains present in vul.txt are those containing the vulnerability
Personally tested, there are hundreds of sites on Butian public SRC and about three hundred on education SRC containing this vulnerability.

Just use CNVD-2020-10487-Tomcat-Ajp-lfi.py to test
python CNVD-2020-10487-Tomcat-Ajp-lfi.py target.com
ps1: The last line of both scripts is the thread count - default is 20, can be modified manually
Located at line 67 of threading-find-port-8009.py
Line 341 of threading-CNVD-2020-10487-Tomcat-Ajp-lfi.py
thread_num=20
ps2: The domain collection folder in the SRC section contains some domains I collected from education SRC and Butian SRC, which can be tested directly.