missed port

This commit is contained in:
fbsanchez 2019-11-19 12:02:10 +01:00
parent 360d0d7120
commit be1e4324d2
1 changed files with 11 additions and 1 deletions

View File

@ -560,7 +560,17 @@ sub exec_network_module ($$$$) {
|| ($id_tipo_modulo == 35)
|| ($id_tipo_modulo == 36)
|| ($id_tipo_modulo == 37)) { # CMD Module
$module_data = enterprise_hook('remote_execution_module',[$pa_config, $dbh, $module, $target_os, $ip_target]);
$module_data = enterprise_hook(
'remote_execution_module',
[
$pa_config,
$dbh,
$module,
$target_os,
$ip_target,
$tcp_port
]
);
if (!defined($module_data) || "$module_data" eq "") {
$module_result = 1;
} else {