For the complete documentation index, see llms.txt. This page is also available as Markdown.

Finger

port 79

Check for login users

finger @10.10.10.10

Check for root login

finger root@10.10.10.10

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