Nmap Development mailing list archives

Tiny DNS server written in Ncat-Lua - anyone interested?


From: Jacek Wielemborek <wielemborekj1 () gmail com>
Date: Tue, 30 Jul 2013 23:02:26 +0200

Hi Arturo!

Wow, that's a quick response, thanks! :) Comments inline.

2013/7/30 Arturo 'Buanzo' Busleiman <buanzo () buanzo com ar>:
Great job man!

If you get it to have a forwarding option

I think that could be done. You're right, that's most certainly
missing from it right now.

plus reading a zone from some standard or easy format I would definitely use it educationally.

Currently, the "zone" is just a list of type A entries, like this:

--A table of known IP addresses.
responses = {
    ["localhost"]                       = "127.0.0.1",
    ["google-public-dns-a.google.com"]  = "8.8.8.8"
}

Which other data do you think I should put there? Also, do you find a
simple Lua table description a format that's good enough?

See you in defcon?

I'd love to, but hadn't managed to find a plane ticket sponsor yet
(it's a bit pricey to fly from Poland, about $2k USD).

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


Current thread: