From aed844bbc4e3b0abcad6f37601c3dad95636bf4a Mon Sep 17 00:00:00 2001 From: CircleCI Atomic Red Team doc generator Date: Mon, 1 Oct 2018 20:40:44 +0000 Subject: [PATCH] Generate docs from job=validate_atomics_generate_docs branch=master --- atomics/T1027/T1027.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```