GithubHelp home page GithubHelp logo

hartl3y94 / nili Goto Github PK

View Code? Open in Web Editor NEW

This project forked from niloofarkheirkhah/nili

0.0 0.0 0.0 35 KB

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

License: GNU General Public License v3.0

Python 100.00%

nili's Introduction

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:

$ 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

1- Install python3

2- Install Scapy:

2-1- Install Winpcap

2-2- Install Scapy3k:

python -m pip install scapy-python3

3- Install Netzob

4- Install Nili:

python -m pip install nili

Authors

License

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

nili's People

Contributors

carlbordum avatar ehsanmir avatar niloofarkheirkhah avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.