diff --git a/atomics/T1027/T1027.md b/atomics/T1027/T1027.md index da4ff142..f46881c6 100644 --- a/atomics/T1027/T1027.md +++ b/atomics/T1027/T1027.md @@ -40,7 +40,7 @@ Creates a base64-encoded data file and decodes it into an executable shell scrip #### Run it with `sh`! ``` sh -c "echo ZWNobyBIZWxsbyBmcm9tIHRoZSBBdG9taWMgUmVkIFRlYW0= > /tmp/encoded.dat" -cat /tmp/encoded.txt | base64 -d > /tmp/art.sh +cat /tmp/encoded.dat | base64 -d > /tmp/art.sh chmod +x /tmp/art.sh /tmp/art.sh ```