/CVE-2019-15107

This is a script that exploits a known vulnerability (CVE-2019-15107) in web applications, allowing an attacker to inject commands on the target server. It takes a file containing a list of target URLs as input and attempts to find vulnerable URLs. It should only be used for security testing and with proper authorization.

Primary LanguagePython

Exploit scan for CVE-2019-15107 Vulnerability

This script allows for exploiting a known vulnerability in a web application that allows an attacker to inject commands on the target server.

Usage

  1. Download the script to your computer.
  2. Ensure that you have installed the required dependencies by using pip install requests.
  3. Run the script by specifying the name of a file containing a list of target URLs, each on a separate line: python exploit.py targets.txt
  4. The script will attempt to find vulnerable URLs and display them on the screen.

Warning

It is important to note that exploiting vulnerabilities without proper authorization is illegal and can lead to severe consequences. Use this script only for security testing and on systems for which you have explicit authorization.