rapid7 / rex-powershell

Rex library for dealing with Powershell Scripts
Other
53 stars 35 forks source link

Double quotes to single quotes to match #10

Closed g0tmi1k closed 6 years ago

g0tmi1k commented 7 years ago

DownloadFile (Double Quotes)

DownloadString (Single Quotes)

sempervictus commented 7 years ago

Oof, sorry I missed this, there's a divergence in there where my gem doesn't have these lines (I have more convenience methods I should push up at some point). I apparently can't approve or merge a PR on this repo, but this is good to go far as i see. Thanks as always @g0tmi1k . Note to self or anyone playing with the gem, PSH isn't case sensitive, so case-oriented obfu is something to look at for those pesky string matching AMSI hooks.

busterb commented 6 years ago

I'll take a look, thanks.

g0tmi1k commented 6 years ago

Thank you! 🎉