Wednesday 5 June 2013

performance co-pilot nmap discovery script

Knocked up a little nmap nse script to detect and grab the version of the SGI Performance Co-Pilot service. If you see this come back with something, use the pcp client to grab more stuff.

you can download a copy here - www.freakyclown.com/pcp-version.nse

example output here....

nmap -A -p 44321 192.168.56.101

Starting Nmap 6.00 ( http://nmap.org ) at 2013-06-05 21:39 BST
Nmap scan report for 192.168.56.101
Host is up (0.0028s latency).
PORT      STATE SERVICE VERSION
44321/tcp open  pcp     SGI Performance Co-Pilot
|_pcp-version: 3.6.4

Service detection performed. Please report any incorrect results at http://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 42.64 seconds

HeaderCheck updated

cant get to our labs site atm for some reason, so just a quick update on this tool - www.freakyclown.com/header_check.v1.1.tg

CliTrack2 - exiFC (exif see)

So, after someone I knew whated to extract some exif data, I decided to give away the first trickles of the latest version of CliTrack2.

You can grab the exif tool from here www.freakyclown.com/exiFC.tgz
it only works on single images at a time (clitrack2 will do a whole hdd if you let it) but it does use the newer exif python tags that I made to replace the PIL one that sucked. (its included in the tgz file)

Enjoy!