/minb

A minimal bind shell

Primary LanguageCMIT LicenseMIT

minb

A minimal bind shell. See UNIX daemonization and the double fork for context.

Instructions

Compile and run it with:

$ gcc -o minb minb.c
$ minb

Connect programmatically or with a standard nc

$ nc <HOSTNAME> <PORT>