mirror of
https://github.com/nmap/nmap.git
synced 2026-06-09 17:22:26 +00:00
fixed bug in helper instantiation that would prevent the script from running
This commit is contained in:
parent
7a4ffa429e
commit
e0697de6f1
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ portrule = shortport.http
|
|||
function action(host, port)
|
||||
local EMAIL_PATTERN = "[A-Za-z0-9%.%%%+%-]+@[A-Za-z0-9%.%%%+%-]+%.%w%w%w?%w?"
|
||||
|
||||
local crawler = httpspider.Crawler:new(host, port, url or '/', {
|
||||
local crawler = httpspider.Crawler:new(host, port, nil, {
|
||||
scriptname = SCRIPT_NAME
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue