Pillaging/Data Harvesting

- With Meterpreter

post/linux/gather/enum_configs -->Collects all the most vital configuration files on a system.

post/linux/gather/enum_system --> Collects system information of a system.

- Without Meterpreter

unshadow passwd_file shadow_file > output --> Creates a file that combines shadow and passwd file for cracking

python mimipenguin.py or ./mimipenguin.sh --> Attempts to obtain cleartext credentials from memory.

ldd program --> Determines the shared libraries used by a program.

objdump -x program | grep RPATHorRUNPATH --> Determines whether a binary was compiled with the RPATH or RUNPATH option.

tdbdump secrets_file --> Dumps Samba user information.

Last updated