A stripped-down Responder fork
Project description
Miniresponder
A stripped down fork of the great Responder.
Things removed:
- Sqlite db
- Configuration file
- Python2 support
- Coloured output
- Verbose output
- OSX / Windows support
- Logs
- Scripts
- All servers except SMB & HTTP(S)
Why?
The idea is to make it lighter, down to minimalistic functionality, easy to integrate into scripts and/or combine with external tools, and make it installable via pip. Most of the servers were removed but SMB & HTTP should cover 90% of cases. This is meant to complement Responder for those who want a simple alternative, not to replace it.
Installation
To install from Pypi:
pip install miniresponder
miniresponder -h```
Or clone the repo and install in a virtualenv
```bash
git clone https://github.com/jrmdev/miniresponder && cd miniresponder
python3 -m venv env
. env/bin/activate
pip install .
miniresponder -h```
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 miniresponder-0.1.0.tar.gz.
File metadata
- Download URL: miniresponder-0.1.0.tar.gz
- Upload date:
- Size: 56.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e04f352295b6f71f63dfa7e87e05676d28789a39c7f44e8b8d4b83f38c42c342
|
|
| MD5 |
bac17dd2cdde611fb808ea5965d983d9
|
|
| BLAKE2b-256 |
da84a5148559ffa8f09c6c8809dcdf0f8c79bffe3ab5b6711e2ff425ec077ec1
|
File details
Details for the file miniresponder-0.1.0-py3-none-any.whl.
File metadata
- Download URL: miniresponder-0.1.0-py3-none-any.whl
- Upload date:
- Size: 47.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
809070e740d576eb68433461904a76090a9ce3e4e90a9ae4484268ee78255fdd
|
|
| MD5 |
1c634af660c036aa113bf1ab4b0a9635
|
|
| BLAKE2b-256 |
eb9f445e18510d3da2b3ac25129553587d391d130623e29a51ff7a3c13359564
|