mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 09:27:32 +00:00
Merge pull request #34 from r1p/patch-3
Adding the Finger Username Enumeration Tool.
This commit is contained in:
commit
1d28af3b25
1 changed files with 8 additions and 0 deletions
|
@ -28,6 +28,14 @@ finger admin@<Victim> #Get info of user
|
|||
finger user@<Victim> #Get info of user
|
||||
```
|
||||
|
||||
Alternatively you can use **finger-user-enum** from [**pentestmonkey**](http://pentestmonkey.net/tools/user-enumeration/finger-user-enum), some examples:
|
||||
|
||||
```bash
|
||||
finger-user-enum.pl -U users.txt -t 10.0.0.1
|
||||
finger-user-enum.pl -u root -t 10.0.0.1
|
||||
finger-user-enum.pl -U users.txt -T ips.txt
|
||||
```
|
||||
|
||||
#### **Nmap execute a script for doing using default scripts**
|
||||
|
||||
### Metasploit uses more tricks than Nmap
|
||||
|
|
Loading…
Reference in a new issue