From 04d65f6547c7d113ab51d482fc98598c7048b190 Mon Sep 17 00:00:00 2001 From: Mariusz B Date: Wed, 4 Dec 2019 17:59:48 +0100 Subject: [PATCH] Update README.md --- clouds/aws/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/clouds/aws/README.md b/clouds/aws/README.md index 9379aea..4d30301 100644 --- a/clouds/aws/README.md +++ b/clouds/aws/README.md @@ -211,7 +211,6 @@ To examine exfiltrated data: 0) SSH to the attacker's EC2 instance # ssh ec2-user@18.206.230.190 - 1) List block devices mapped: # lsblk @@ -221,7 +220,6 @@ To examine exfiltrated data: 3) Mount that device's volume: # mount /dev/xvdf1 /exfiltrated - attacker $ ssh ec2-user@18.206.230.190 [...] ec2-user@ec2instance:~$ sudo -s