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