Merge pull request #34 from r1p/patch-3

Adding the Finger Username Enumeration Tool.
This commit is contained in:
Carlos Polop 2020-11-19 10:40:03 +01:00 committed by GitHub
commit 1d28af3b25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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