Finger
port 79
Check for login users
finger @10.10.10.10
Check for root login
finger [email protected]
Enumerate with finger-user-enum script (pentest-monkey)
./finger-user-enum.pl -U /usr/share/seclists/Usernames/Names/names.txt -t 10.10.10.10
Last updated
Was this helpful?