awk -F: '{ if($3 >= 1000) print $1}' passwd >> users
Mapping users directories
ls /home/ > users_home
Reading files
for user in $(cat home_users); do echo $user; cat /home/$user/.bash_history ; echo -e "=====\n" ;done
LinEnu.sh
wget LinEnum.sh
> chmod +x LinEnum.sh
> ./LinEnum.sh -t