
Nili est un outil pour le scan réseau, l'homme du milieu, la rétro-ingénierie de protocole et le fuzzing.
Nili est un outil pour le scan réseau, l'homme du milieu (Man in the Middle), la rétro-ingénierie de protocole et le fuzzing.
Voici quelques instructions pour installer Nili et ses prérequis. Sélectionnez les instructions appropriées pour votre système d'exploitation.
1- Installer Python3 et pip :
$ sudo apt-get install python3
$ sudo apt-get install python3-pip
2- Installer Scapy :
$ cd /tmp
$ git clone https://github.com/phaethon/scapy
$ cd scapy
$ sudo python3 setup.py install
3- Installer Netzob :
$ git clone https://dev.netzob.org/git/netzob
$ cd ./netzob/
$ sudo apt-get install python3 python3-dev python3-setuptools build-essential
$ python3 setup.py install
$ python3 -m pip install bintrees --upgrade
4- Installer Nili :
$ python3 -m pip install git+https://github.com/niloofarkheirkhah/nili
1- Installer python3
2- Installer Scapy :
2-1- Installer Winpcap
2-2- Installer Scapy3k :
python -m pip install scapy-python3
3- Installer Netzob
4- Installer Nili :
python -m pip install nili
Ce projet est sous licence GNU General Public License v3.0 - voir le fichier LICENSE pour plus de détails.