Add load ports feedback and fix bugs.(#7625)

This commit is contained in:
Nicolo Maio 2023-08-02 09:46:35 +00:00
parent e427cdafbc
commit 9828ec3606
7 changed files with 15 additions and 18 deletions

View file

@ -16,7 +16,7 @@ local scan_type = _GET["scan_type"]
local ports = _GET["scan_ports"]
local single_host = toboolean(_GET["scan_single_host"]) or false
tprint(_GET)
if single_host then
if isEmptyString(host) or isEmptyString(scan_type) then