1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00

Miscellaneous code cleanups in my smb-* libraries/scripts (removed unused includes, old debug code, etc.)

This commit is contained in:
ron
2009-06-10 23:13:15 +00:00
parent a36788b554
commit ab59b09c03
6 changed files with 2 additions and 8 deletions

View File

@@ -31,7 +31,6 @@ license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"vuln", "intrusive"}
require "http"
require "nsedebug"
require "shortport"
portrule = shortport.port_or_service({80, 8080}, "http")