Metadata-Version: 2.4
Name: dementor
Version: 1.0.0.dev22
Summary: LLMNR/NBT-NS/mDNS Poisoner and rogue service provider
Author: MatrixEditor
Maintainer: MatrixEditor
License-Expression: MIT
Project-URL: Homepage, https://matrixeditor.github.io/dementor
Project-URL: Documentation, https://matrixeditor.github.io/dementor
Project-URL: Source, https://github.com/MatrixEditor/dementor
Project-URL: Issues, https://github.com/MatrixEditor/dementor/issues
Keywords: llmnr,mdns,nbt-ns,network-security,penetration-testing,poisoner,rogue-services
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Security
Classifier: Topic :: System :: Networking
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiosmtpd
Requires-Dist: aioquic
Requires-Dist: caterpillar-py>=2.8.1
Requires-Dist: impacket
Requires-Dist: jinja2
Requires-Dist: pyasn1
Requires-Dist: pyipp
Requires-Dist: rich
Requires-Dist: scapy
Requires-Dist: sqlalchemy
Requires-Dist: typer
Requires-Dist: typing-extensions
Requires-Dist: prompt_toolkit
Dynamic: license-file

# Dementor

IPv6/IPv4 LLMNR/NBT-NS/mDNS Poisoner and rogue service provider - you can think if it as Responder 2.0. Get more information
on the [Documentation](https://matrixeditor.github.io/dementor/) page.

### Offers

- No reliance on hardcoded or precomputed packets
- Fine-grained, per-protocol configuration using a modular system (see [Docs - Configuration](https://matrixeditor.github.io/dementor/config/index.html))
- Near-complete protocol parity with Responder (see [Docs - Compatibility](https://matrixeditor.github.io/dementor/compat.html))
- Easy integration of new protocols via the extension system
- A lot of new protocols (e.g. IPP, MySQL, X11, ...)

## Installation

Installation via `pip`/`pipx` from GitHub or PyPI:

```bash
pip install dementor
```

## Usage

Just type in _Dementor_, specify the target interface and you are good to go! It is recommended
to run _Dementor_ with `sudo` as most protocol servers use privileged ports.

```bash
sudo Dementor -I "$INTERFACE_NAME"
```

Let's take a look.

![index_video](https://raw.githubusercontent.com/MatrixEditor/dementor/refs/heads/master/docs/source/_static/images/index-video.gif)

### CLI Options

```
 Usage: Dementor [OPTIONS]

╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --interface   -I      NAME        Network interface to use (required for poisoning)                                     │
│ --analyze     -A                  Only analyze traffic, don't respond to requests                                       │
│ --config      -c      PATH        Path to a configuration file (otherwise standard path is used)                        │
│ --option      -O      KEY=VALUE   Add an extra option to the global configuration file.                                 │
│ --host        -H      HOST        Host FQDN for all protocol servers (e.g. DC01.contoso.lab). Shortcut for -O           │
│                                   Globals.Host=FQDN.                                                                    │
│ --yes,--yolo  -y                  Do not ask before starting attack mode.                                               │
│ --target      -t      NAME[,...]  Target host(s) to attack                                                              │
│ --ignore      -i      NAME[,...]  Target host(s) to ignore                                                              │
│ --quiet       -q                  Don't print banner at startup                                                         │
│ --version                         Show Dementor's version number                                                        │
│ --ts                              Log timestamps to the terminal too                                                    │
│ --paths                           Displays the default configuration paths                                              │
│ --repl        -F                  Starts Dementor in interactive mode supporting runtime configuration                  │
│ --help                            Show this message and exit.                                                           │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
```

## You need more?

Take a look at the [Documentation on GitHub-Pages](https://matrixeditor.github.io/dementor/) or at the [Blog Series](https://matrixeditor.github.io/posts/dementor-part-1/).


## License

Distributed under the MIT License. See LICENSE for more information.

## Disclaimer

**Dementor** is intended only for lawful educational purposes: learning, testing
in your own lab, or assessments on systems where you have explicit written
authorization. You agree not to use this software to access,  damage, interfere
with, or exfiltrate data from systems for which you do not have permission.
We make no promises about safety, completeness, or fitness for any purpose. Use
at your own risk. If you discover a vulnerability, please follow responsible
disclosure by using the private disclosing feature offered by GitHub.
