Skip to content

Instantly share code, notes, and snippets.

View hateshape's full-sized avatar
💭
No Status For You

hateshape

💭
No Status For You
View GitHub Profile
@blark
blark / vmware-fingerprint.nse
Last active December 5, 2017 20:41
Nmap script that returns VMWare version info
local http = require "http"
local shortport = require "shortport"
local stdnse = require "stdnse"
description = [[
Uses an HTTP PUT request to VMware's SOAP API in order to elicit a server response that contains ESX version information.
]]
---
--@usage