nili: Network Scan, Man in the Middle, Protocol Reverse Engineering and Fuzzing
Nili is a Tool for Network Scan, Man in the Middle, Protocol Reverse Engineering, and Fuzzing.
Prerequisites
- Python – Python Programming Language
- Scapy – Interactive Packet Manipulation Program
- Netzob – Protocol Reverse Engineering, Modeling and Fuzzing
Installing
Here are some Instructions for Installing Prerequisites, Select Proper Instructions for your Operating System.
Unix-like
1- Install Python3 and pip:
$ sudo apt-get install python3
$ sudo apt-get install python3-pip
2- Install Scapy:
$ cd /tmp
$ git clone https://github.com/phaethon/scapy
$ cd scapy
$ sudo python3 setup.py install
3- Install 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- Install Nili:
$ python3 -m pip install git+https://github.com/niloofarkheirkhah/nili
Windows
- Install python3
- Install Scapy:
- Install Winpcap
- Install Scapy3k
python -m pip install scapy-python3
- Install Netzob
- Install Nili:
python -m pip install nili
Copyright (C) Niloofar Kheirkhah