replay attack detection test for UDP server mode

This commit is contained in:
Michael Rash
2014-09-28 20:48:57 -04:00
parent 5db3a12763
commit a5dd273189
+9
View File
@@ -29,4 +29,13 @@
'fwknopd_cmdline' => "$fwknopdCmd $default_server_conf_args $intf_str",
'server_positive_output_matches' => [qr/Args\scontain\sinvalid\sdata/],
},
{
'category' => 'Rijndael',
'subcategory' => 'client+server',
'detail' => 'UDP server replay detection',
'function' => \&replay_detection,
'cmdline' => $default_client_args,
'fwknopd_cmdline' => "$fwknopdCmd $default_server_conf_args $intf_str --udp-server",
'server_positive_output_matches' => [qr/Replay\sdetected\sfrom\ssource\sIP/],
},
);