|
|
 |
 |
 |
Use the information acquired from the previous steps to:
- Guess username/password combinations (manually or automate)
- Obtain user password data (in the clear or ciphered)
- Exploit a vulnerable service (www.securityfocus.com/bid)
- Hi-jack a session
- Social engineer
- etc...
| Telnet |
telnet x.x.x.x |
| SSH |
ssh x.x.x.x |
| Rlogin |
rlogin -l user x.x.x.x |
| Windows |
net use * \\x.x.x.x\share passwd /u:domain\user |
|