mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 17:28:13 +00:00
18 lines
422 B
Markdown
18 lines
422 B
Markdown
# VMWare \(ESX, VCenter...\)
|
|
|
|
## Enumeration
|
|
|
|
```text
|
|
nmap -sV --script "http-vmware-path-vuln or vmware-version" -p <PORT> <IP>
|
|
msf> use auxiliary/scanner/vmware/esx_fingerprint
|
|
msf> use auxiliary/scanner/http/ms15_034_http_sys_memory_dump
|
|
```
|
|
|
|
## Bruteforce
|
|
|
|
```text
|
|
msf> auxiliary/scanner/vmware/vmware_http_login
|
|
```
|
|
|
|
If you find valid credentials, you can use more metasploit scanner modules to obtain information.
|
|
|