Automated

enum4linux

It is written in Perl and is basically a wrapper around the Samba36 tools smbclient, rpcclient, net and nmblookup. //lookup how to install enum4linux dependencies. That way it runs all of its tools

//Scan ALL

enum4linux -a -v 10.11.1.227

linenum

Example: ./LinEnum.sh -s -k keyword -r report -e /tmp/ -t-k Enter keyword (optional) • -e Enter export location • -t Include thorough (lengthy) tests • -s Supply current user password to check sudo perms (INSECURE) • -r Enter report name • -h Displays this help text https://github.com/rebootuser/LinEnum

pass hunting

automated tool to dump passwords of a user who is logged in. https://github.com/huntergregal/mimipenguin

Privesc-Check

#./unix-privesc-check #./unix-privesc-check standard > output.txt

Last updated