@@ -112,12 +112,20 @@ Create signed JAR files which can be used with applets for script and command ex
112112
113113[ Out-Shortcut] ( https://github.com/samratashok/nishang/blob/master/Client/Out-Shortcut.ps1 )
114114
115- Create shortcut files capable of executing commands and scripts.
115+ Create shortcut files capable of executing PowerShell commands and scripts.
116116
117117[ Out-WebQuery] ( https://github.com/samratashok/nishang/blob/master/Client/Out-WebQuery.ps1 )
118118
119119Create IQY files for phishing credentials and SMB hashes.
120120
121+ [ Out-JS] ( https://github.com/samratashok/nishang/blob/master/Client/Out-JS.ps1 )
122+
123+ Create JS files capable of executing PowerShell commands and scripts.
124+
125+ [ Out-SCT] ( hhttps://github.com/samratashok/nishang/blob/master/Client/Out-SCT.ps1 )
126+
127+ Create SCT files capable of executing PowerShell commands and scripts.
128+
121129
122130#####Escalation
123131[ Enable-DuplicateToken] ( https://github.com/samratashok/nishang/blob/master/Escalation/Enable-DuplicateToken.ps1 )
@@ -149,6 +157,10 @@ Run PowerShell commands, native commands, or SQL commands on a MSSQL Server with
149157
150158Execute shellcode in memory using DNS TXT queries.
151159
160+ [ Out-RundllCommand] ( https://github.com/samratashok/nishang/blob/master/Execution/Out-RundllCommand.ps1 )
161+
162+ Execute PowerShell commands and scripts or a reverse PowerShell session using rundll32.exe.
163+
152164#####Gather
153165[ Check-VM] ( https://github.com/samratashok/nishang/blob/master/Gather/Check-VM.ps1 )
154166
@@ -283,6 +295,14 @@ Interactive PowerShell using WMI.
283295
284296An interactive PowerShell reverse shell over ICMP.
285297
298+ [ Invoke-JSRatRundll] ( https://github.com/samratashok/nishang/blob/master/Shells/Invoke-JSRatRundll.ps1 )
299+
300+ An interactive PowerShell reverse shell over HTTP using rundll32.exe.
301+
302+ [ Invoke-JSRatRegsvr] ( https://github.com/samratashok/nishang/blob/master/Shells/Invoke-JSRatRegsvr.ps1 )
303+
304+ An interactive PowerShell reverse shell over HTTP using regsvr32.exe.
305+
286306
287307#####Utility
288308[ Add-Exfiltration] ( https://github.com/samratashok/nishang/blob/master/Utility/Add-Exfiltration.ps1 )
0 commit comments