Skip to content

Commit ad86e34

Browse files
committed
Merge branch 'master' of https://github.com/samratashok/nishang
2 parents 90f8d63 + 8af77f8 commit ad86e34

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,29 @@ A Backdoor which could recieve commands and powershell scripts from DNS TXT quer
2323

2424
A Backdoor which could execute powershell scripts on a given time on a target.
2525

26+
[Gupt-Backdoor](https://github.com/samratashok/nishang/blob/master/Backdoors/Gupt-Backdoor.ps1)
27+
A Backdoor which could receive commands and scripts from a WLAN name without connecting to it.
28+
29+
30+
#####Client
31+
[Out-CHM](https://github.com/samratashok/nishang/blob/master/Client/Out-CHM.ps1)
32+
Create infected CHM files which could execute PowerShell commands and scripts.
33+
34+
[Out-Excel](https://github.com/samratashok/nishang/blob/master/Client/Out-Excel.ps1)
35+
Create Excel files and infect existing ones to run PowerShell commands and scripts.
36+
37+
[Out-HTA](https://github.com/samratashok/nishang/blob/master/Client/Out-HTA.ps1)
38+
Create HTA file which could be deployed on a web server and used in phising campaigns.
39+
40+
[Out-Java](https://github.com/samratashok/nishang/blob/master/Client/Out-Java.ps1)
41+
Create signed JAR files which could be used with applets for script and command execution.
42+
43+
[Out-Shortcut](https://github.com/samratashok/nishang/blob/master/Client/Out-Shortcut.ps1)
44+
Create shortcut files capable of executing commands and scirpts.
45+
46+
[Out-Word](https://github.com/samratashok/nishang/blob/master/Client/Out-Word.ps1)
47+
Create Word files and infect existing ones to run PowerShell commands and scripts.
48+
2649
#####Escalation
2750
[Enable-DuplicateToken](https://github.com/samratashok/nishang/blob/master/Escalation/Enable-DuplicateToken.ps1)
2851

0 commit comments

Comments
 (0)