We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1685887 commit c35f2caCopy full SHA for c35f2ca
1 file changed
src/pentesting-cloud/aws-security/aws-services/aws-ec2-ebs-elb-ssm-vpc-and-vpn-enum/README.md
@@ -82,6 +82,9 @@ aws ec2 describe-addresses
82
# Get current output
83
aws ec2 get-console-output --instance-id [id]
84
85
+# Get a JPG-format screenshot of a running instance
86
+aws ec2 get-console-screenshot --instance [id]
87
+
88
# Get VPN customer gateways
89
aws ec2 describe-customer-gateways
90
aws ec2 describe-vpn-gateways
0 commit comments