
Nili es una herramienta para escaneo de redes, Man in the Middle, ingeniería inversa de protocolos y fuzzing.
Nili es una herramienta para escaneo de red, Hombre en el Medio, Ingeniería Inversa de Protocolos y Fuzzing.
Aquí hay algunas instrucciones para instalar Nili y sus requisitos previos. Seleccione las instrucciones adecuadas para su sistema operativo.
1- Instalar Python3 y pip:
$ sudo apt-get install python3
$ sudo apt-get install python3-pip
2- Instalar Scapy:
$ cd /tmp
$ git clone https://github.com/phaethon/scapy
$ cd scapy
$ sudo python3 setup.py install
3- Instalar 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- Instalar Nili:
$ python3 -m pip install git+https://github.com/niloofarkheirkhah/nili
1- Instalar python3
2- Instalar Scapy:
2-1- Instalar Winpcap
2-2- Instalar Scapy3k:
python -m pip install scapy-python3
3- Instalar Netzob
4- Instalar Nili:
python -m pip install nili
Este proyecto está licenciado bajo la Licencia Pública General de GNU v3.0 - consulte el archivo LICENSE para más detalles.