NoPASARAN is an advanced network tool designed to detect, fingerprint, and locate network middleboxes in a unified framework.
Project description
NoPASARAN
NoPASARAN is a distributed 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.
Table of Contents
- Framework Architecture
- Features
- Requirements
- Installation
- Usage
- Docker
- Documentation
- Gitter
- Acknowledgements
- License
🚨 Important: NoPASARAN Is a Multi-Repository Framework
This repository is one component of the broader NoPASARAN distributed testing framework.
The full system is composed of multiple tightly-coupled repositories, each responsible for a critical part of test definition, orchestration, execution, and coordination. Most users and contributors will need to reference these projects together.
👉 Start here:
📁 framework-projects/ — canonical index of all NoPASARAN framework components.
Framework Components at a Glance
| Component | Purpose |
|---|---|
| 🧠 Tests-Trees | Decision trees defining conditional test execution logic |
| 🧪 Tests | Reusable, reviewed test definitions executed by workers |
| ⚙️ Endpoint | Runtime node acting as master or worker |
| 🌐 Coordinator | Control plane, certificate authority, and user interface |
➡️ If you are looking for tests, orchestration logic, or distributed execution details, you will not find them all in this repository alone.
➡️ Always refer to framework-projects/README.md for the complete picture.
Features
- Detection, fingerprinting, and location of network middleboxes.
- Utilization of finite state machines for test case description.
- Flexible roles for network nodes and proxies.
- Support for JSON-based test 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
-
Clone the NoPASARAN repository:
git clone https://github.com/BenIlies/NoPASARAN.git
-
Navigate into the NoPASARAN directory:
cd NoPASARAN
-
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
To run NoPASARAN, you need to specify a JSON file for the state machine indicating the test the application has to run.
-
From the source code:
python main.py --test=<path-to-json-test-file>
-
As a package:
nopasaran --test=<path-to-json-test-file>
Additional Options
You can further customize the behavior of NoPASARAN with the following options:
--verboseor-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-test-file> with the path to your actual JSON test 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.
-
Pull the latest node image:
docker pull benilies/nopasaran:latest
-
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nopasaran-0.2.117.tar.gz.
File metadata
- Download URL: nopasaran-0.2.117.tar.gz
- Upload date:
- Size: 103.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3eda42ef1be005cd54f59a5801b54084c19ab5c4c2c73ceb3e5d74721e48b265
|
|
| MD5 |
ba7b91590af1791ad312305295c4c628
|
|
| BLAKE2b-256 |
b8105cff9f83506eafa84af3bb38c1fca5715b322803444afc4bed4b78dac950
|
File details
Details for the file nopasaran-0.2.117-py3-none-any.whl.
File metadata
- Download URL: nopasaran-0.2.117-py3-none-any.whl
- Upload date:
- Size: 139.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e2cdf2cdac9f438ad60abfce1203bd4f61317bf398adb83d18107f54c359f43
|
|
| MD5 |
a5fb0ee7bfb3457a08c555a0f65f0c95
|
|
| BLAKE2b-256 |
334017d118dd1cd277ff9f4b34412ed193b35d276e01c18714a137816b2b60e1
|