61 matches found
CVE-2019-0708-generate-hosts
CVE-2019-0708-generate-hosts This program uses nmap to scan the CIDR addresses listed in the 3389cidrs file one per line and generates a 3389hosts file containing IP addresses of machines that are likely Windows machines with RDP 3389 enabled. This can significantly reduce the number of IPs that...
CVE-2019-0708poc
CVE-2019-0708poc Just constructed a batch detection script based on the single-IP detection tool for CVE-2019-0708 developed by 360Vulcan Team Only a single-threaded version was written.. haven't had time to implement multi-threading yet...
CVE-2024-0012-poc
See more PoC at https://pc.fenchuan8.com//index?forum=101158&yqm=DGR4X Due to different network environments, timeouts may occur during code execution. Adjust the timeout time accordingly. Batch detection: python poc.py -f url.txt Single detection: python poc.py -u https://your-ip...
CVE-2022-22954-POC
VMware-CVE-2022-22954-POC Disclaimer: This POC is for learning purposes only. All illegal operations are prohibited. If malicious destruction occurs, it has nothing to do with me!!! 1. Batch detection script: Usage: root@kitploit: python vm-2022-22954-POC.py url.txt 2. Single URL detection:...
CVE-2025-24813-PoC
CVE-2025-24813-PoC Apache Tomcat Remote Code Execution Vulnerability Batch Detection Script CVE-2025-24813 Disclaimer: The vulnerability and its reproduction steps described in this document are for cybersecurity research and educational purposes only. No one shall use the information provided in...
CVE-2025-0108-PoC
Disclaimer: The vulnerabilities and reproduction steps described in this article are intended solely for network security research and educational purposes. No one shall use the information provided herein for illegal purposes or unauthorized system testing. The author is not responsible for any...
ActiveMQ_Crack
ActiveMQCrack Overview ActiveMQ series vulnerability detection and exploitation tool, including ActiveMQ default password vulnerability and ActiveMQ arbitrary file write vulnerability CVE-2016-3088, supports batch detection and exploitation. Usage Batch detection: Write the URLs to be detected li...
cve-2020-7799
cve-2020-7799 Batch detection of cve-2020-7799 Add a text.txt file in the same directory The URL format in the file is as follows: www.baidu.com 132.231.132.132 133.12.122.13:8080 Run: python3 cve-2020-7799.py Note: It is prohibited to use any resources of this project for illegal testing!...
CVE-2024-36401-WoodpeckerPlugin
CVE-2024-36401-WoodpeckerPlugin Introduction Batch detection and exploitation of CVE-2024-36401, supporting custom memory shell injection 1. Batch detection capability 2. The backend has already filtered URLs just provide the URLs 3. Can custom generate memory shell for injection default memory...
CVE-2020-7799
cve-2020-7799 Batch detection of cve-2020-7799 Add a text.txt file in the same directory The URL format in the file is as follows: www.baidu.com 132.231.132.132 133.12.122.13:8080 Run with python3 cve-2020-7799.py Note: It is prohibited to use all resources of this project for illegal testing!...
CVE-2019-19782
CVE-2019-19781 Supports batch detection Usage: python CVE-2019-19781.py To detect target URLs, create url.txt in the current script directory. url.txt, one per line: http://xxx:port/ https://xxx:port/ Output: Vulnerable links: res.txt Error links: log.txt...
CNVD-2020-10487
Description The tool is intended for security research and internal audits only. It is forbidden to use it to launch illegal attacks. The user is responsible for any consequences. Apache Tomcat file inclusion vulnerability CVE-2020-1938 / CNVD-2020-1048 batch detection tool. This project is...
CVE-2018-2628all
CVE-2018-2628 Vulnerability Batch Detection Script Usage IP format: root@kitploit: 192.168.31.1:443 192.168.31.100:443 Save it as url.txt in the same directory and run the script. Please comment on the output effect yourself! Execute like this: root@kitploit: The program works fine under Deepin,...
CVE-2022-23131poc-exp-zabbix-
CVE-2022-23131poc-exp-zabbix- CVE-2022-23131 Vulnerability batch detection and exploitation script Runtime environment: python3 zabbix-poc.py Run command: python3 zabbix-poc.py To detect only one target, enter 1; for batch detection, enter another value: Vulnerable URLs will be prefixed with + an...
Cleo-CVE-2024-50623-PoC
For more PoCs, see https://pc.fenchuan8.com//index?forum=101158&yqm=DGR4X Batch detection: python poc.py -f url.txt Single detection: python poc.py -u your-ip...
CVE-2024-4577
CVE-2024-4577 Python POC writing practice, can be used for single target or batch detection...
CVE-2022-1388-EXP
F5 BIG-IP RCE Check check: CVE-2022-1388 F5 BIG-IP RCE Batch Detection exp: Note:exp is modified based on CVE-2021-22986!...
CVE-2022-22947-Rce_POC
CVE-2022-22947-RcePOC Batch URL detection of Spring Cloud Gateway CVE-2022-22947 Usage py Spring-Cloud-Gateway.py UrlsPath After execution, a gateway.log file is generated, where '+', '-', '' indicate 'vulnerable', 'not vulnerable', and 'request error' respectively...
Aj-Report-sql-CVE-2024-5356-POC
exp.py -u specifies URL or -f specifies file for batch detection, -t specifies threads, -h for help Usage pi install requirements.txt python exp.py -u 目标url -t 10 python exp.py -h Notes Ensure the URL starts with http:// or https://, otherwise an error will occur and cannot execute...
CVE-2022-22947-POC
CVE-2022-22947-POC CVE-2022-22947 batch detection script. The echo command is not regex-filtered. Please use it for now; I will update later. Place url.txt in the script directory. Directly run: python 脚本.py Demo: After the scan is complete, a success.txt file will be generated. This script will...