项目作者: melardev

项目描述 :
BindShell written in C using Win32API and blocking sockets
高级语言: C
项目地址: git://github.com/melardev/C_Win32_BindShell_Sync.git
创建时间: 2019-07-29T00:35:34Z
项目社区:https://github.com/melardev/C_Win32_BindShell_Sync

开源协议:MIT License

下载


Introduction

Bind Shell written in C using Win32 API, the approach used is synchronous for both: Sockets and Process Pipes.

For more Reverse Shell and/or Bind Shell implementations written in other programming languages and frameworks
check out my Github page.

If you prefer a different approach to manage Process Pipes then you may look at my ProcessWin32Snippets Repo(At this moment in time
it is not pushed to Github, but it may be at the time of you reading this).

WARNING

This is not the same code as other C Win32 Bind shell I have on Github, that other, directly assigns the process
pipes to the socket, this one in the other hand, it does not.

Social Media

TODO

  • Port to CMake for Cross platform compilation.