Skip to content

klayzayn/ShellStream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  • Update: Improved the main file. First update in a while and probably the last for another while.

ShellStream

Windows-based application downloads a binary file from a server using WinHTTP and executes it by copying it to memory and invoking it with a function pointer. This should only be intended for ethical purposes.

  • Downloads a binary file from a remote server using HTTP protocol and WinHTTP library.
  • Executes the downloaded binary by copying it to memory and invoking it with a function pointer.
  • Control Flow Obfuscation
  • String Obfuscation (not working as of updating this)

I don't condone using this tool for any kind of malicious activity

(if the project doesn't compile, you can edit the compiler and add any missing directories.)

Results:

NORMAL:

yeah no1

CONTROL FLOW OBFUSCATION:

1of26 (2)

Other notes: CFO = Control Flow Obfuscation

To Do

  • Interactable python script
  • Process Injection
  • Dll compiler
  • Loop until successful fetch of shellcode

About

Execute shellcode from a remote server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published