Pushover bugfixes for SSH sessions

This commit is contained in:
Jonathan Echavarria
2016-09-28 14:38:24 -04:00
parent 661813356f
commit fa67e1717b
+1 -1
View File
@@ -49,7 +49,7 @@ on beacon_initial {
}
on ssh_initial {
$push = exec("/usr/bin/pushover-cs CS:New_SSH New SSH Session Received - ID: $1 | Hostname " . bshell($1, "hostname"));
$push = exec("/usr/bin/pushover-cs CS:New_SSH New SSH Session Received - ID: $1 | Hostname " . binfo($1, "computer"));
@pushdata = readAll($push);
closef($push);
}