mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Fixed a missing require in http-sql-injection.
This commit is contained in:
parent
33c3838c45
commit
9c8bc94c11
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
local http = require "http"
|
||||
local httpspider = require "httpspider"
|
||||
local io = require "io"
|
||||
local nmap = require "nmap"
|
||||
local shortport = require "shortport"
|
||||
local stdnse = require "stdnse"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue