Skip to content

Commit c35f2ca

Browse files
authored
Add command for EC2 console screenshot retrieval
Added command to retrieve a JPG-format screenshot of a running instance.
1 parent 1685887 commit c35f2ca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • src/pentesting-cloud/aws-security/aws-services/aws-ec2-ebs-elb-ssm-vpc-and-vpn-enum

src/pentesting-cloud/aws-security/aws-services/aws-ec2-ebs-elb-ssm-vpc-and-vpn-enum/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ aws ec2 describe-addresses
8282
# Get current output
8383
aws ec2 get-console-output --instance-id [id]
8484

85+
# Get a JPG-format screenshot of a running instance
86+
aws ec2 get-console-screenshot --instance [id]
87+
8588
# Get VPN customer gateways
8689
aws ec2 describe-customer-gateways
8790
aws ec2 describe-vpn-gateways

0 commit comments

Comments
 (0)