mirror of
https://github.com/nmap/nmap.git
synced 2025-12-26 09:29:01 +00:00
Replace some string.char and bin.pack calls with literals
This commit is contained in:
@@ -64,8 +64,8 @@ action = function(host, port)
|
||||
0x00, 0x00, -- Authority RRs
|
||||
0x00, 0x00, -- Additional RRs
|
||||
0x08) .. "porttest" ..
|
||||
string.char( 0x08) .. "dns-oarc" ..
|
||||
string.char( 0x03) .. "net" ..
|
||||
"\x08" .. "dns-oarc" ..
|
||||
"\x03" .. "net" ..
|
||||
string.char( 0x00, -- Name terminator
|
||||
0x00, 0x10, -- Type (TXT)
|
||||
0x00, 0x01) -- Class (IN)
|
||||
|
||||
Reference in New Issue
Block a user