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:
ramonn 2014-08-07 11:50:26 +00:00
parent 93874598d5
commit 5565e19348
3 changed files with 10 additions and 0 deletions

View File

@ -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>
* conf/pandora_server.conf.new,

View File

@ -37,6 +37,7 @@ if ($OSNAME eq "freebsd") {
'pandora_path' => '/usr/local/etc/pandora/pandora_server.conf',
'icmp_checks' => 1,
'networktimeout' => 2,
'nmap_timing_template' => 2,
'PID' => '',
'quiet' => 1,
);
@ -46,6 +47,7 @@ if ($OSNAME eq "freebsd") {
'pandora_path' => '/etc/pandora/pandora_server.conf',
'icmp_checks' => 1,
'networktimeout' => 2,
'nmap_timing_template' => 2,
'PID' => '',
'quiet' => 1,
);

View File

@ -29,6 +29,7 @@ if ($OSNAME eq "freebsd") {
'pandora_path' => '/usr/local/etc/pandora/pandora_server.conf',
'networktimeout' => 2,
'icmp_checks' => 1,
'nmap_timing_template' => 2,
'wmi_client' => '/usr/local/bin/wmic');
} else {
%CONF = ('quiet' => 0,
@ -38,6 +39,7 @@ if ($OSNAME eq "freebsd") {
'pandora_path' => '/etc/pandora/pandora_server.conf',
'networktimeout' => 2,
'icmp_checks' => 1,
'nmap_timing_template' => 2,
'wmi_client' => '/usr/bin/wmic');
}