Mentat
Discord bot designed to streamline credential management and access tracking during red team engagements.
Features
- Automatic credential tracking for
SSH
- Red Team ChatOps via Discord
/
commands.
Commands
Mentat is managed using Discord /
commands.
Management commands include:
/purge
: Removes all previous host channels/addhosts
: Adds a list of hosts and credentials from an attached.yaml
file/addcreds <host ip> <type> <username> <password>
: Adds new credentials to a specified host
File formats
Example hosts.yaml
file:
192.168.56.1:
creds:
ssh:
test_user: test_pass
192.168.56.2
192.168.56.3