Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/samratashok/nishang
Browse files Browse the repository at this point in the history
  • Loading branch information
samratashok committed Nov 28, 2014
2 parents 90f8d63 + 8af77f8 commit ad86e34
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,29 @@ A Backdoor which could recieve commands and powershell scripts from DNS TXT quer

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

[Gupt-Backdoor](https://github.com/samratashok/nishang/blob/master/Backdoors/Gupt-Backdoor.ps1)
A Backdoor which could receive commands and scripts from a WLAN name without connecting to it.


#####Client
[Out-CHM](https://github.com/samratashok/nishang/blob/master/Client/Out-CHM.ps1)
Create infected CHM files which could execute PowerShell commands and scripts.

[Out-Excel](https://github.com/samratashok/nishang/blob/master/Client/Out-Excel.ps1)
Create Excel files and infect existing ones to run PowerShell commands and scripts.

[Out-HTA](https://github.com/samratashok/nishang/blob/master/Client/Out-HTA.ps1)
Create HTA file which could be deployed on a web server and used in phising campaigns.

[Out-Java](https://github.com/samratashok/nishang/blob/master/Client/Out-Java.ps1)
Create signed JAR files which could be used with applets for script and command execution.

[Out-Shortcut](https://github.com/samratashok/nishang/blob/master/Client/Out-Shortcut.ps1)
Create shortcut files capable of executing commands and scirpts.

[Out-Word](https://github.com/samratashok/nishang/blob/master/Client/Out-Word.ps1)
Create Word files and infect existing ones to run PowerShell commands and scripts.

#####Escalation
[Enable-DuplicateToken](https://github.com/samratashok/nishang/blob/master/Escalation/Enable-DuplicateToken.ps1)

Expand Down

0 comments on commit ad86e34

Please sign in to comment.