Quantcast
Channel: Penetration Test – Security List Network™
Viewing all articles
Browse latest Browse all 1152

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

$
0
0

LEGAL DISCLAMER
The author does not hold any responsibility about the bad use of this script, remember that attacking targets without prior concent its ilegal and punish by law, this script was build to show how resource files can automate tasks.

Nili is a Tool for Network Scan, Man in the Middle, Protocols Reverse Engineering and Fuzzing.
Prerequisites:
+ Python – Python Programming Language
+ Scapy – Interactive Packet Manipulation Program
+ Netzob – Protocol Reverse Engineering, Modeling and Fuzzing

nili

Use and install requirements:

git clone https://github.com/niloofarkheirkhah/nili && cd nili
 
Linux
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:
wget https://pypi.python.org/packages/92/72/c28dd2202efc47e5cf3d883f91638f0b9450a58b5b1d95c5a92c50c514e1/Netzob-1.0.2.tar.gz
tar xf Netzob-1.0.2.tar.gz
cd Netzob-1.0.2
sudo apt-get install python3 python3-dev python3-setuptools build-essential
sudo python3 setup.py install
python3 setup.py develop --user
sudo python3 -m pip install bintrees --upgrade

cd nili
python3 nili.py -h

Source: https://github.com/niloofarkheirkhah


Viewing all articles
Browse latest Browse all 1152

Trending Articles