Implemented JobQueue

This commit is contained in:
Luca Deri 2023-10-20 00:06:05 +02:00
parent 8a97f69c27
commit f794a804af
8 changed files with 287 additions and 4 deletions

View file

@ -1043,9 +1043,9 @@ end
function vs_utils.scan_host(scan_type, host, ports, scan_id)
if debug_print then
if (ports ~= nil) then
traceError(TRACE_NORMAL,TRACE_CONSOLE,"Scanning Host ".. host .. " on Ports: " .. ports .. "\n")
traceError(TRACE_NORMAL,TRACE_CONSOLE, "Scanning Host ".. host .. " on Ports: " .. ports .. "\n")
else
traceError(TRACE_NORMAL,TRACE_CONSOLE,"Scanning Host ".. host.."\n")
traceError(TRACE_NORMAL,TRACE_CONSOLE, "Scanning Host ".. host.."\n")
end
end