This Reposotory mainly contain some powershell scripts.
- SystemRecon.ps1: This script is being used for collecting system information.
- RegularCommands.ps1: This script contain some commands which are run on windows server to collect specific information.
- Scanner.ps1 : This is a small scirpt to scan for ports on a localhost
- ReverseShellBase64.ps1 : Powershell script which provides a reverse shell this is similar to ReverseShell.ps1 with the exception that the payload is first converted to base 64.
- ReverseShell.ps1 : Reverse Shell script.