###########################################
___ ___ __ _________ ___
/ _ \/ -_) // / __/ _ \/ _ \
/_//_/\__/\_,_/_/ \___/_//_/
Neuron v 1.2 | susmithHCK
###########################################
Neuron is a simple chat room script in python. Neuron uses AES encryption for secured data transfer over public network. It consist of two scripts a server and a client. Run the server.py in a system so that the client neuron.py can connect from remote systems with the correct password. You can connect multiple neuron.py to one single server from remote systems for a group chat. You can edit neuron.conf and change password, host, port and view mode.
##########################################
SERVER.PY USAGE
$ python server.py
##########################################
NEURON.PY USAGE
$ python neuron.py "host_ip" "port" "password" "nick_name"
##########################################
contact me
https://www.facebook.com/susmithHCK
visit my blog for more info
Join the hacker's discussion forum: https://www.askthehackers.com/register ########################################