2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-30 08:11:20 +00:00

Handle commas in --range for nmap

This commit is contained in:
Patrick Lundgren
2016-06-23 10:37:50 -04:00
parent 93f20131dc
commit 27f23d33b9

View File

@@ -450,6 +450,8 @@ sub scan_process{
{
$method="nmap";
}
# Handle commas in $range for nmap
$range =~ tr/,/ /;
my $ip_list;
############################################################