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:
@@ -450,6 +450,8 @@ sub scan_process{
|
||||
{
|
||||
$method="nmap";
|
||||
}
|
||||
# Handle commas in $range for nmap
|
||||
$range =~ tr/,/ /;
|
||||
|
||||
my $ip_list;
|
||||
############################################################
|
||||
|
Reference in New Issue
Block a user