From 38b7d354ba8b67780fb88aa73269454a58853e17 Mon Sep 17 00:00:00 2001 From: mgeeky Date: Wed, 4 Dec 2019 18:39:46 +0100 Subject: [PATCH] New line --- clouds/aws/exfiltrate-ec2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clouds/aws/exfiltrate-ec2.py b/clouds/aws/exfiltrate-ec2.py index c6f3e1e..6d91703 100644 --- a/clouds/aws/exfiltrate-ec2.py +++ b/clouds/aws/exfiltrate-ec2.py @@ -277,7 +277,7 @@ class ExfiltrateEC2: else: Logger.fail(f"ec2:AttachVolume action on Attacker failed. Exception: {e}") - ssh_command = 'SSH to the attacker\'s EC2 instance' + ssh_command = 'SSH to the attacker\'s EC2 instance\n' if attacker_instance_data: try: ip = attacker_instance_data['PublicIpAddress']