📡
Finger (Tcp 79)
Notes from oscp.adot8.com — services.
#services#adot8
source · oscp.adot8.com · services/finger-less-than-tcp-79-greater-than ↗Finger <tcp 79>
User enumeration oracle. If it's open, you get valid usernames for free.
Nmap
code
01nmap -sV -p79 --script finger $ipManual query
code
01finger @$ip02finger root@$ip03finger admin@$ipUser enumeration
code
01for u in $(cat /usr/share/seclists/Usernames/top-usernames-shortlist.txt); do02 echo "== $u =="03 finger $u@$ip04doneMetasploit:
code
01use auxiliary/scanner/finger/finger_users02set RHOSTS $ip03set USERS_FILE /usr/share/seclists/Usernames/top-usernames-shortlist.txt04runWhat to look for
- Login names → feed into SSH / hydra
- Home directories → LFI / path targets
Never logged invsLast login→ active accounts to spray.plan/.projectcontents leaked in the response
Known quirks
- Solaris fingerd:
finger 'a b c d e f g h'@$ipdumps all users - CVE-2001-1503 — Cfingerd format string