nmap/nselib
fyodor 61b976a45c o Nmap now saves the target name (if any) specified on the command
line, since this can differ from the reverse DNS results.  It can be
  particularly important when doing HTTP tests against virtual hosts.
  The data can be accessed from target->HostName() from Nmap proper
  and host.targetname from NSE scripts.  The NSE HTTP library now uses
  this for the Host header.  Thanks to Sven Klemm for adding this
  useful feature.
2008-02-04 22:10:29 +00:00
..
http.lua o Nmap now saves the target name (if any) specified on the command 2008-02-04 22:10:29 +00:00
ipOps.lua I hope this will recover nselib history 2007-11-27 22:50:00 +00:00
listop.lua I hope this will recover nselib history 2007-11-27 22:50:00 +00:00
match.lua I hope this will recover nselib history 2007-11-27 22:50:00 +00:00
packet.lua I hope this will recover nselib history 2007-11-27 22:50:00 +00:00
shortport.lua Fix a problem which prevented proper port number matching in port_or_service() because the port variable passed to portnumber is shadowed by the variable passed during portrule check. Report and patch are from Sven Klemm 2008-01-05 07:21:55 +00:00
stdnse.lua I hope this will recover nselib history 2007-11-27 22:50:00 +00:00
strbuf.lua I hope this will recover nselib history 2007-11-27 22:50:00 +00:00
tab.lua NSElib that provides NSE scripts with a way to output structured tables similar to NmapOutputTable.cc. 2008-01-15 19:54:23 +00:00
url.lua I hope this will recover nselib history 2007-11-27 22:50:00 +00:00