项目作者: 0x1CA3

项目描述 :
A bind-shell written in C.
高级语言: C
项目地址: git://github.com/0x1CA3/bind.git
创建时间: 2021-08-08T12:07:28Z
项目社区:https://github.com/0x1CA3/bind

开源协议:

下载





bind - A bind-shell written in C.


bind is a bind-shell, which is a type of shell that opens up a listener on a target machine.



Version

Setup

  1. gcc -o bind bind.c
  2. ./bind

Configuring Ports

  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <sys/types.h>
  4. #include <sys/socket.h>
  5. #include <netinet/in.h>
  6. #define PORT 6965 // <- Go to this line in the file and change your port, if you want!

Credits

  1. https://github.com/0x1CA3

Contributions 🎉

All contributions are accepted, simply open an Issue / Pull request.