2014-08-07 Ramon Novoa <rnovoa@artica.es>
* util/recon_scripts/snmp-recon.pl, util/recon_scripts/wmi-recon.pl: Set a default value for nmap_timing_template. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10392 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
93874598d5
commit
5565e19348
|
@ -1,3 +1,9 @@
|
||||||
|
2014-08-07 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* util/recon_scripts/snmp-recon.pl,
|
||||||
|
util/recon_scripts/wmi-recon.pl: Set a default value
|
||||||
|
for nmap_timing_template.
|
||||||
|
|
||||||
2014-08-07 Ramon Novoa <rnovoa@artica.es>
|
2014-08-07 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* conf/pandora_server.conf.new,
|
* conf/pandora_server.conf.new,
|
||||||
|
|
|
@ -37,6 +37,7 @@ if ($OSNAME eq "freebsd") {
|
||||||
'pandora_path' => '/usr/local/etc/pandora/pandora_server.conf',
|
'pandora_path' => '/usr/local/etc/pandora/pandora_server.conf',
|
||||||
'icmp_checks' => 1,
|
'icmp_checks' => 1,
|
||||||
'networktimeout' => 2,
|
'networktimeout' => 2,
|
||||||
|
'nmap_timing_template' => 2,
|
||||||
'PID' => '',
|
'PID' => '',
|
||||||
'quiet' => 1,
|
'quiet' => 1,
|
||||||
);
|
);
|
||||||
|
@ -46,6 +47,7 @@ if ($OSNAME eq "freebsd") {
|
||||||
'pandora_path' => '/etc/pandora/pandora_server.conf',
|
'pandora_path' => '/etc/pandora/pandora_server.conf',
|
||||||
'icmp_checks' => 1,
|
'icmp_checks' => 1,
|
||||||
'networktimeout' => 2,
|
'networktimeout' => 2,
|
||||||
|
'nmap_timing_template' => 2,
|
||||||
'PID' => '',
|
'PID' => '',
|
||||||
'quiet' => 1,
|
'quiet' => 1,
|
||||||
);
|
);
|
||||||
|
|
|
@ -29,6 +29,7 @@ if ($OSNAME eq "freebsd") {
|
||||||
'pandora_path' => '/usr/local/etc/pandora/pandora_server.conf',
|
'pandora_path' => '/usr/local/etc/pandora/pandora_server.conf',
|
||||||
'networktimeout' => 2,
|
'networktimeout' => 2,
|
||||||
'icmp_checks' => 1,
|
'icmp_checks' => 1,
|
||||||
|
'nmap_timing_template' => 2,
|
||||||
'wmi_client' => '/usr/local/bin/wmic');
|
'wmi_client' => '/usr/local/bin/wmic');
|
||||||
} else {
|
} else {
|
||||||
%CONF = ('quiet' => 0,
|
%CONF = ('quiet' => 0,
|
||||||
|
@ -38,6 +39,7 @@ if ($OSNAME eq "freebsd") {
|
||||||
'pandora_path' => '/etc/pandora/pandora_server.conf',
|
'pandora_path' => '/etc/pandora/pandora_server.conf',
|
||||||
'networktimeout' => 2,
|
'networktimeout' => 2,
|
||||||
'icmp_checks' => 1,
|
'icmp_checks' => 1,
|
||||||
|
'nmap_timing_template' => 2,
|
||||||
'wmi_client' => '/usr/bin/wmic');
|
'wmi_client' => '/usr/bin/wmic');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue