root@defcon-rd // ./arsenal/gtfobins/fastfetch
fastfetch
./fastfetch --examples
Funciones y ejemplos de uso
command
echo '{"modules":[{"type":"command","key":"x","text":"exec /path/to/command"}]}' >/path/to/temp-file.jsonc
fastfetch -c /path/to/temp-file.jsonc
file-read
fastfetch --file /path/to/input-file
shell
echo '{"modules":[{"type":"command","key":"x","text":"exec /bin/sh 1>&0 2>&0"}]}' >/path/to/temp-file.jsonc
fastfetch -c /path/to/temp-file.jsonc
./related --binary=fastfetch
Binarios relacionados
Comparten al menos una función con fastfetch.