From 8af77f8716045f6f22ee5352fd517b411fef38d3 Mon Sep 17 00:00:00 2001 From: "Nikhil \"SamratAshok\" Mittal" Date: Fri, 28 Nov 2014 23:42:23 +0530 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index b4907e2..dbfc83c 100644 --- a/README.md +++ b/README.md @@ -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)