Network Protocol Data Exfiltration Project Server - A modular approach for data exfiltration
Project description
Description
Network Protocol Data Exfiltration Project Server - A modular approach for data exfiltration
Installation
pip install npdep_server
Usage
From command line:
python -m npdep_server [-h] --config CONFIG [--logfile LOGFILE] [--purge PURGE]
| Option | Short | Type | Default | Description |
|---|---|---|---|---|
| --config | -c | String | - | Path to Configuration File |
| --logfile | -l | String | . | Path to Log File |
| --purge | -u | String | - | The given path (all files/subfolders) will be wiped. npdep-server is not starting, if this options is given. |
Configuration
{
"options":{
"modulePath": "" // By providing a path, you can load modules not installed via pip
},
"modules": [
{
"name": "ExampleModule", // Name of the module .py file located in ./src/receiver/module/*
"options": { // Custom options object for your specific module
"port": 4567 // Example: Listen on port 4567
}
}
]
}
Example
python -m npdep_server -c config.json
Given the previous configuration file npdep_server is going to start ExampleModule which is listening on port 4567.
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 npdep_server-0.1.0.tar.gz.
File metadata
- Download URL: npdep_server-0.1.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8dded7d1cc248566ea1a9dd824c14b7df88e43c8a8863261414c5b1e7866e7f9
|
|
| MD5 |
371c689c80697347125bd10203944bb5
|
|
| BLAKE2b-256 |
62764b82ed768c6581167cce962dde2e421e5b3bde22ad05ba93d477413c3e1c
|
File details
Details for the file npdep_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: npdep_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
824777ed0e955e3051f07ed28df0ce33c00c2cddb38b62c8d5d17aaf42beb2de
|
|
| MD5 |
7b19c933813679fd4764df272dcf7c34
|
|
| BLAKE2b-256 |
f7d322a9ff15eeddc3b7c5c6d6ba0f77de70318ecffa1ae3e67de8a90e39a670
|