You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've generated aws_secret.creds following this command:
aws iam create-access-key --user-name #{username} > "$PathToAtomicsFolder/T1098.001/bin/aws_secret.creds"
cd "$PathToAtomicsFolder/T1098.001/bin/"
./aws_secret.sh
What did you expect to happen?
ℹ Please replace this with what you expected to happen. .aws/credentials is updated.
What happened instead?
ℹ Please replace this with of what happened instead.
e.g. 💥
➜ bin git:(master) ./aws_secret.sh
Creating Profile in ./aws/credentials
sed: can't read 72s|aws_access_key_id = .*$|aws_access_key_id = <snipped>|g: No such file or directory
sed: can't read 73s|aws_secret_access_key = .*$|aws_secret_access_key = <snipped>|g: No such file or directory
Your Environment
Which specific operating system are you running (e.g. Windows 7 SP1 32-bit)?
Linux
Did you run the test from an elevated or root prompt?
From the elevated prompt.
If relevant, which atomic test is this specific to?
T1098.001
The text was updated successfully, but these errors were encountered:
What did you do?
ℹ Please replace this with what you did.
Run
./aws_secret.sh
Refer to: https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1098.001/bin/aws_secret.sh
I've generated
aws_secret.creds
following this command:What did you expect to happen?
ℹ Please replace this with what you expected to happen.
.aws/credentials
is updated.What happened instead?
ℹ Please replace this with of what happened instead.
e.g. 💥
Your Environment
Which specific operating system are you running (e.g. Windows 7 SP1 32-bit)?
Linux
Did you run the test from an elevated or root prompt?
From the elevated prompt.
If relevant, which atomic test is this specific to?
T1098.001
The text was updated successfully, but these errors were encountered: