0x1CA3 / bind

A bind-shell written in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

gcc -o bind bind.c
./bind

Configuring Ports

#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>

#define PORT 6965 // <- Go to this line in the file and change your port, if you want!

Credits

https://github.com/0x1CA3

Contributions 🎉

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