metasploit-framework

https://github.com/rapid7/metasploit-framework

Ruby

Metasploit Framework

MetasploitModule#fingerprint_vmware

Takes an ip address and a response, and just checks the response
to pull out version info. If it's ESX, report the OS as ESX (since
it's a hypervisor deal then). Otherwise, just report the service.
XXX: report_service is stomping on the report_host OS. This is le suck.

Source | Google | Stack overflow

Edit

git clone [email protected]:rapid7/metasploit-framework.git

cd metasploit-framework

open modules/auxiliary/scanner/vmware/esx_fingerprint.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-MetasploitModule-fingerprint_vmware-for-pr


# Commit to git

git add modules/auxiliary/scanner/vmware/esx_fingerprint.rbgit commit -m "better docs for MetasploitModule#fingerprint_vmware"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-MetasploitModule-fingerprint_vmware-for-pr

hub pull-request


# Celebrate!