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
- Host: GitHub
- URL: https://github.com/melardev/c_win32_bindshell_sync
- Owner: melardev
- License: mit
- Created: 2019-07-29T00:35:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-29T08:32:51.000Z (almost 6 years ago)
- Last Synced: 2025-03-27T00:34:02.767Z (2 months ago)
- Topics: bind-shell, c, networking, pipe, poc, process-pipes, reverse-shell, security, shell, socket, win32, win32api
- Language: C
- Homepage: http://melardev.com
- Size: 8.79 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.