Nmap Development mailing list archives

[NSE] New script and service fingerprint for Gearman server


From: Andrew Horton <andrew () morningstarsecurity com>
Date: Mon, 23 Mar 2015 13:24:39 +1100

This is an nmap script that detects and retrieves version information from
a Gearman server. Gearman is an opensource framework for distributing tasks
to multiple computers.

I also attached a service fingerprint for Gearman servers.

For more information about Gearman see:
Homepage http://gearman.org/
Overview http://en.wikipedia.org/wiki/Gearman

-- @usage
-- nmap -p 4730 <ip> --script gearman-info
--
-- @output
-- PORT     STATE SERVICE
-- 4730/tcp open  unknown
-- | gearman-info:
-- |   registered_functions:
map_widget,map_event,map_selection,mapping_category
-- |   version: 1.1.8
-- |_  workers: 127.0.0.1,10.1.2.3
--
-- www.hacklabs.com

I welcome any feedback and suggestions for improvement.

Attachment: gearman-service-fingerprint.txt
Description:

Attachment: gearman-info.nse
Description:

_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/

Current thread: