This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# This script assumes Responder is in /opt/Responder | |
# Error messages begone! | |
exec 2>/dev/null | |
# Hardcoded location for script output files | |
OUTDIR=${HOME}'/working/loot/gathered' | |
# Hardcoded location for ntlmrelayx's .sam file output directory | |
NTLMRELAY=${HOME}'/working/loot/ntlmrelay' |