An open API service indexing awesome lists of open source software.

https://github.com/workofaditya/dll-hijacking

This repository contains a script that automates the setup and execution of a Metasploit dll hijacking.
https://github.com/workofaditya/dll-hijacking

automation bash dll dll-hijacking linux linuxterminal metasploit metasploit-framework python python-script script shell terminal

Last synced: 2 months ago
JSON representation

This repository contains a script that automates the setup and execution of a Metasploit dll hijacking.

Awesome Lists containing this project

README

          

# Dll-Hijacking
This repository contains a script that automates the setup and execution of a Metasploit dll hijacking.
## Features
- **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.

## Usage

1. Clone this repository:
```bash
git clone https://github.com/Adityasinh-Sodha/Dll-Hijacking/
cd Dll-Hijacking-main
```
2. Make the script executable:
```bash
chmod +x Script.sh
```
3. Run the script:
```bash
./Script.sh
```
4. Enter the IP address (LHOST) and port number (LPORT) when prompted.
5. now deploy your dll into the victim's computer

## License
This project is licensed under the MIT License. See the LICENSE file for details.
## Disclaimer
This script is intended for educational purposes only. Use it responsibly and legally.
## Author
Developed by **Adityasinh**.