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.
- Host: GitHub
- URL: https://github.com/workofaditya/dll-hijacking
- Owner: WorkofAditya
- License: mit
- Created: 2024-08-14T05:44:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T05:54:26.000Z (about 1 year ago)
- Last Synced: 2025-07-22T08:54:53.499Z (8 months ago)
- Topics: automation, bash, dll, dll-hijacking, linux, linuxterminal, metasploit, metasploit-framework, python, python-script, script, shell, terminal
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**.