Update README.md
This commit is contained in:
parent
54da016b70
commit
04d65f6547
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue