mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
added a CLI debugger
This commit is contained in:
parent
7c6a4479bb
commit
2d9bc1b43d
9 changed files with 1797 additions and 202 deletions
|
|
@ -28,6 +28,8 @@ end
|
|||
action = function(host, port)
|
||||
local data, result, title, protocol
|
||||
|
||||
pause("test")
|
||||
|
||||
data = http.get( host, port, '/' )
|
||||
result = data.body
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue