Pinned Loading
-
SharpView
SharpView PublicForked from tevora-threat/SharpView
Updated C# implementation of harmj0y's PowerView
C#
-
powershell b64 encode
powershell b64 encode 1$fileName = "File1.txt"
2$fileContent = get-content $fileName
3$fileContentBytes = [System.Text.Encoding]::UTF8.GetBytes($fileContent)
4$fileContentEncoded = [System.Convert]::ToBase64String($fileContentBytes)
5$fileContentEncoded set-content ($fileName + ".b64")
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.