1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-22 15:39:03 +00:00

Update a discussion to note that traceback.nse functionality has actually been integrated in Nmap for a while

This commit is contained in:
fyodor
2010-04-27 18:32:48 +00:00
parent 03bda66039
commit 41fabf30f8

View File

@@ -290,11 +290,10 @@ o Consider changing Nsock so that it is able to take advantage of more
linked list).]
o [NSE] Consider whether we should include some sort of NSE debugger. Or we
could include something simpler. For example, some developers (such
as Ron) already make use of Patrick's traceback.nse in their
experimental trees. For some inspiration/ideas, look at Diman's NSE
debugger (http://seclists.org/nmap-dev/2008/q1/0228.html) and also
Patrick's traceback.nse
could include something simpler. For example, Nmap now provides a
traceback (with sufficient debugging/verbosity) when a script ends
in error. For some inspiration/ideas, look at Diman's NSE
debugger (http://seclists.org/nmap-dev/2008/q1/0228.html).
o [NSE] We may want to consider a better exception handling method --
one which doesn't require wrapping every I/O line in its own try