hoomanist / red

red is a shell over TCP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

red

red is a shell over TCP

do not use in production. there is no encryption or authentication mechanism and it is a complete bulshit yet !!

TODO

must todo to complete the project

  • fork process then exec systemcall and pipe the output into a buffer var and send it throw socket .
  • dataframe in packets including data's hash and UNIX timestamp .
  • encrypt every packet with XOR bitwise operator .
  • authentication process for giving shell acess .

some nice stuff todo

  • some fancy shell prompt
  • history of commands
  • redirection and pipelines

About

red is a shell over TCP


Languages

Language:C 96.7%Language:Makefile 3.3%