Nmap Development mailing list archives

Re: POC Payloader dat


From: Jay Fink <jay.fink () gmail com>
Date: Sat, 26 Dec 2009 11:16:00 -0500

On Tue, Dec 22, 2009 at 7:38 PM, Jay Fink <jay.fink () gmail com> wrote:

I'm happy with this format if you want to get started.

Excellent. I'll probably start fiddling with it this weekend.

Ive been working on a prototype for this and so far so good, this
morning however it occured to me that using this format we can have
multiple ports per payload entry but we cannot have multple payloads
per port entry. This will cause a parsing problem as I am matching on
'proto port'; then (for now) printing everything quoted except lines
with \# and stopping when I hit the next 'proto' line. I noticed when
I am looking for radius or citrix I print out 2 sets; I think we still
need a keyword field to differentiate them. So for example:


# Citrix Service Payload
citrix udp  1604,1645,1812
  "\x1e\x00\x01\x30\x02\xfd\xa8\xe3\x00\x00\x00\x00\x00\x00\x00\x00"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"

# Radius Service Payload
radius udp 1645,1812 "\x01\x00\x00\x14"
  "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"

I'm also thinking in the long run the ID field could be used for
different versions of a service as well like bind8 vs. bind9 etc.

Thoughts? Bricks? :)

thanks,
 j
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: