An open API service indexing awesome lists of open source software.

https://github.com/melardev/c_win32_bindshell_sync

BindShell written in C using Win32API and blocking sockets
https://github.com/melardev/c_win32_bindshell_sync

bind-shell c networking pipe poc process-pipes reverse-shell security shell socket win32 win32api

Last synced: about 2 months ago
JSON representation

BindShell written in C using Win32API and blocking sockets

Awesome Lists containing this project

README

        

# 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
- [Youtube](https://youtube.com/Melardev)
- [Twitter](https://twitter.com/@melardev)
- [Instagram](https://instagram.com/melar_dev)

# TODO
- Port to CMake for Cross platform compilation.