Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
nili — Nili is a Tool for Network Scan, Man in the Middle, Protocol Reverse Engineering and Fuzzing. | Kitploit
Tools/GitHubGitHub/niloofarkheirkhah/nili
Packet Sniffing & AnalysisNetwork MappingReverse EngineeringFuzzing
GitHubniloofarkheirkhah/nili

nili

Nili is a Tool for Network Scan, Man in the Middle, Protocol Reverse Engineering and Fuzzing.

View Repository
218466 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Nili

UI

Nili is a Tool for Network Scan, Man in the Middle, Protocol Reverse Engineering and Fuzzing.

UI

Prerequisites

  • Python - Python Programming Language
  • Scapy - Interactive Packet Manipulation Program
  • Netzob - Protocol Reverse Engineering, Modeling and Fuzzing

Installing

Here is some Instructions for Installing Nili and its Prerequisites, Select Proper Instructions for your Operating System.

Unix-like

1- Install Python3 and pip:

root@kitploit:~
$ sudo apt-get install python3
$ sudo apt-get install python3-pip

2- Install Scapy:

root@kitploit:~
$ cd /tmp
$ git clone https://github.com/phaethon/scapy
$ cd scapy
$ sudo python3 setup.py install

3- Install Netzob:

root@kitploit:~
$ 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:

root@kitploit:~
$ python3 -m pip install git+https://github.com/niloofarkheirkhah/nili

Windows

1- Install python3

2- Install Scapy:

2-1- Install Winpcap

2-2- Install Scapy3k:

root@kitploit:~
python -m pip install scapy-python3

3- Install Netzob

4- Install Nili:

root@kitploit:~
python -m pip install nili

Authors

  • Niloofar Kheirkhah - Initial work - niloofarkheirkhah
  • email: [email protected]
  • Ehsan Mir - Initial work - ehsanmir
  • email: [email protected]

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details

Download Tool