From fbf1716d6e6cc827dadf11672e2abd08f84031d0 Mon Sep 17 00:00:00 2001 From: "Nikhil \"SamratAshok\" Mittal" Date: Fri, 17 Apr 2015 19:08:45 +0530 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 63d6924..683e0b4 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,9 @@ Check credentials on multiple computers and create PSSessions. [Run-EXEonRemote](https://github.com/samratashok/nishang/blob/master/Pivot/Run-EXEonRemote.ps1) Copy and execute an executable on multiple machines. +[Invoke-NetworkRelay](https://github.com/samratashok/nishang/blob/master/Pivot/Invoke-NetworkRelay.ps1) +Create network relays between computers. + #####Prasadhak [Prasadhak](https://github.com/samratashok/nishang/blob/master/Prasadhak/Prasadhak.ps1) @@ -152,6 +155,13 @@ A handy port scanner. All the functionality of nishang in a single script module. +#####Shells +[Invoke-PsGcat](https://github.com/samratashok/nishang/blob/master/Shells/Invoke-PsGcat.ps1) +Send commands and scripts to specifed Gmail account to be executed by Invoke-PsGcatAgent + +[Invoke-PsGcatAgent](https://github.com/samratashok/nishang/blob/master/Shells/Invoke-PsGcatAgent.ps1) +Execute commands and scripts sent by Invoke-PsGcat. + #####Utility [Add-Exfiltration](https://github.com/samratashok/nishang/blob/master/Utility/Add-Exfiltration.ps1)