mirror of
https://github.com/Und3rf10w/Aggressor-scripts
synced 2026-06-08 12:46:53 +00:00
Pushover bugfixes for SSH sessions
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user