SkillAgentSearch skills...

ShellStream

Execute shellcode from a remote server.

Install / Use

/learn @itsnold/ShellStream
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

  • 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
  • [x] Loop until successful fetch of shellcode

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated1y ago
Forks3

Languages

C++

Security Score

60/100

Audited on Jul 10, 2024

No findings