mirror of
https://github.com/mgeeky/Penetration-Testing-Tools.git
synced 2024-11-22 10:31:38 +01:00
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
|
0) SSH to the attacker's EC2 instance
|
||||||
# ssh ec2-user@18.206.230.190
|
# ssh ec2-user@18.206.230.190
|
||||||
|
|
||||||
|
|
||||||
1) List block devices mapped:
|
1) List block devices mapped:
|
||||||
# lsblk
|
# lsblk
|
||||||
|
|
||||||
@ -221,7 +220,6 @@ To examine exfiltrated data:
|
|||||||
3) Mount that device's volume:
|
3) Mount that device's volume:
|
||||||
# mount /dev/xvdf1 /exfiltrated
|
# mount /dev/xvdf1 /exfiltrated
|
||||||
|
|
||||||
|
|
||||||
attacker $ ssh ec2-user@18.206.230.190
|
attacker $ ssh ec2-user@18.206.230.190
|
||||||
[...]
|
[...]
|
||||||
ec2-user@ec2instance:~$ sudo -s
|
ec2-user@ec2instance:~$ sudo -s
|
||||||
|
Loading…
Reference in New Issue
Block a user