Code Monkey home page Code Monkey logo

nopasaran's Introduction

NoPASARAN

Docker Documentation Status Maintainability Test Coverage PyPI version Gitter License: GPL v3

NoPASARAN is an advanced network tool designed to detect, fingerprint, and locate network middleboxes in a unified framework. Written in Python, NoPASARAN uses finite state machines to describe test cases and leverages Ansible for distributing and orchestrating these tests across a network of nodes.

Table of Contents

Features

  • Detection, fingerprinting, and location of network middleboxes.
  • Utilization of finite state machines for test case description.
  • Network orchestration with Ansible.
  • Flexible roles for network nodes and proxies.
  • Support for JSON-based scenario files for state machine configurations.

Requirements

  • Python 3.8 or later
  • Scapy
  • Twisted

Installation

You can install and use NoPASARAN either by cloning the source code from GitHub or by installing it as a Python package.

Installing from Source Code

  1. Clone the NoPASARAN repository:

    git clone https://github.com/BenIlies/NoPASARAN.git
  2. Navigate into the NoPASARAN directory:

    cd NoPASARAN
  3. Install the necessary Python packages:

    pip install -r requirements.txt

Installing as a Python Package

  • Alternatively, you can install NoPASARAN as a Python package using pip:

    pip install nopasaran

Usage

NoPASARAN can be executed in either a WORKER or PROXY role.

WORKER Role

In the WORKER role, NoPASARAN performs a test campaign to evaluate network middleboxes. This could be either a client machine that tests its connection path to another endpoint or a trusted machine registered in the network.

To run NoPASARAN in the WORKER role, you need to specify a JSON scenario file that indicates the test campaign the Worker has to run.

  • From the source code:

    python main.py WORKER --scenario=<path-to-json-scenario-file>
  • As a package:

    nopasaran WORKER --scenario=<path-to-json-scenario-file>

PROXY Role

In the PROXY role, NoPASARAN does not perform any tests. It acts as a server accessible to remote Workers, enabling them to communicate when they are unreachable from the Internet, such as when blocked by a firewall.

To run NoPASARAN in the PROXY role:

  • From the source code:

    python main.py PROXY
  • As a package:

    nopasaran PROXY

Additional Options

You can further customize the behavior of NoPASARAN with the following options:

  • --verbose or -v: Enable verbose output.
  • --log=<path-to-log-file> or -l=<path-to-log-file>: Specify the path to the log file (default is "conf.log").
  • --log-level=<log-level> or -ll=<log-level>: Specify the log level for output. Valid choices are "debug", "info", "warning", and "error".

Replace <path-to-json-scenario-file> with the path to your actual JSON scenario file.

For any further assistance, use the --help argument with any command for additional information.

Docker

You can also use Docker to download and run a NoPASARAN node.

  1. Pull the latest node image:

    docker pull benilies/nopasaran:latest
  2. Run the node container:

    docker run -it benilies/nopasaran:latest

The node container is now ready for use.

Documentation

For more detailed guides and information about NoPASARAN, please visit our documentation.

Gitter

Join the discussion on Gitter.

Acknowledgements

This software is based on the research paper titled "NoPASARAN: a Novel Platform to Analyse Semi Active elements in Routes Across the Network" by Ilies Benhabbour and Marc Dacier, published in 2022.

@article{benhabbour2022nopasaran,
title={NoPASARAN: a Novel Platform to Analyse Semi Active elements in Routes Across the Network},
author={Benhabbour, Ilies and Dacier, Marc},
year={2022},
publisher={Index Copernicus}
}

License

NoPASARAN is released under the GNU General Public License v3.0.

nopasaran's People

Contributors

benilies avatar attia-mahmoud 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.