Skip to content

Pythagus/ninas-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NINAS server code

NINAS Is Not Another SMTP is a TLS-SEC research project working on a SMTP upgrade including security features against email spoofing, spam, etc. For now, this project is only educational and should not be used for real implementation.

Dependencies

You can install the dependencies using:

sudo apt install python3-dnspython
sudo apt install python3-simple-term-menu
pip install python-Levenshtein

Testing

Keys were generated to be able to simulate two hosts server.host and client.host. Password decrypting keys is tata.

To use the testing scripts, you need to add the following virtual hosts in the /etc/hosts file (for Linux users):

127.0.0.2	server.host
127.0.0.3	client.host

Authors

Maud Pennetier, Elies Tali, Damien Molina