Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samratashok committed May 24, 2016
1 parent 781a16d commit 620a2c0
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,20 @@ Create signed JAR files which can be used with applets for script and command ex

[Out-Shortcut](https://github.com/samratashok/nishang/blob/master/Client/Out-Shortcut.ps1)

Create shortcut files capable of executing commands and scripts.
Create shortcut files capable of executing PowerShell commands and scripts.

[Out-WebQuery](https://github.com/samratashok/nishang/blob/master/Client/Out-WebQuery.ps1)

Create IQY files for phishing credentials and SMB hashes.

[Out-JS](https://github.com/samratashok/nishang/blob/master/Client/Out-JS.ps1)

Create JS files capable of executing PowerShell commands and scripts.

[Out-SCT](hhttps://github.com/samratashok/nishang/blob/master/Client/Out-SCT.ps1)

Create SCT files capable of executing PowerShell commands and scripts.


#####Escalation
[Enable-DuplicateToken](https://github.com/samratashok/nishang/blob/master/Escalation/Enable-DuplicateToken.ps1)
Expand Down Expand Up @@ -149,6 +157,10 @@ Run PowerShell commands, native commands, or SQL commands on a MSSQL Server with

Execute shellcode in memory using DNS TXT queries.

[Out-RundllCommand](https://github.com/samratashok/nishang/blob/master/Execution/Out-RundllCommand.ps1)

Execute PowerShell commands and scripts or a reverse PowerShell session using rundll32.exe.

#####Gather
[Check-VM](https://github.com/samratashok/nishang/blob/master/Gather/Check-VM.ps1)

Expand Down Expand Up @@ -283,6 +295,14 @@ Interactive PowerShell using WMI.

An interactive PowerShell reverse shell over ICMP.

[Invoke-JSRatRundll](https://github.com/samratashok/nishang/blob/master/Shells/Invoke-JSRatRundll.ps1)

An interactive PowerShell reverse shell over HTTP using rundll32.exe.

[Invoke-JSRatRegsvr](https://github.com/samratashok/nishang/blob/master/Shells/Invoke-JSRatRegsvr.ps1)

An interactive PowerShell reverse shell over HTTP using regsvr32.exe.


#####Utility
[Add-Exfiltration](https://github.com/samratashok/nishang/blob/master/Utility/Add-Exfiltration.ps1)
Expand Down

0 comments on commit 620a2c0

Please sign in to comment.