
Nili é uma ferramenta para Scanner de Rede, Man-in-the-Middle, Engenharia Reversa de Protocolo e Fuzzing.
Nili é uma ferramenta para varredura de rede, Man in the Middle, engenharia reversa de protocolos e fuzzing.
Aqui estão algumas instruções para instalar o Nili e seus pré-requisitos. Selecione as instruções adequadas para seu sistema operacional.
1- Instale o Python3 e o pip:
$ sudo apt-get install python3
$ sudo apt-get install python3-pip
2- Instale o Scapy:
$ cd /tmp
$ git clone https://github.com/phaethon/scapy
$ cd scapy
$ sudo python3 setup.py install
3- Instale o 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- Instale o Nili:
$ python3 -m pip install git+https://github.com/niloofarkheirkhah/nili
1- Instale o python3
2- Instale o Scapy:
2-1- Instale o Winpcap
2-2- Instale o Scapy3k:
python -m pip install scapy-python3
3- Instale o Netzob
4- Instale o Nili:
python -m pip install nili
Este projeto está licenciado sob a Licença Pública Geral GNU v3.0 - veja o arquivo LICENSE para detalhes.