This repository contains a script that automates the setup and execution of a Metasploit dll hijacking.
- Interactive Setup: The script asks for your LHOST (IP address) and LPORT (port number) at runtime.
- Automated Execution: Once the parameters are provided, the script automatically creates a Metasploit resource script and runs it, setting up a reverse TCP handler.
- Clone this repository:
git clone https://github.com/Adityasinh-Sodha/Dll-Hijacking/ cd Dll-Hijacking-main
- Make the script executable:
chmod +x Script.sh
- Run the script:
./Script.sh
- Enter the IP address (LHOST) and port number (LPORT) when prompted.
This project is licensed under the MIT License. See the LICENSE file for details.
This script is intended for educational purposes only. Use it responsibly and legally.