Usage Tips:
- Click on a keyword to enable inline editing.
- Click inside a code block to copy (excludes comments).
- Use the button to view examples.
- Click outside to collapse all examples.
Basic
# Check logged in users
finger @<TARGET>
Sample Output:
TO-DO
# Check valid user
finger <USER>@<TARGET>
Sample Output:
TO-DO
Brute force usernames
perl finger-user-enum.pl -U /usr/share/seclists/Usernames/Names/names.txt -t <TARGET>
Sample Output:
TO-DO
Ref: finger-user-enum