An open API service indexing awesome lists of open source software.

https://github.com/rootup/redteam

One line PS scripts that may come handy during your network assesment
https://github.com/rootup/redteam

powershell powershell-modules powershell-script ps1 redteam redteaming

Last synced: 4 months ago
JSON representation

One line PS scripts that may come handy during your network assesment

Awesome Lists containing this project

README

        

# RedTeam

> Get-ControllerList.ps1

The above PS file will help to get the list of Domain Controller in a network, and will create a csv file in C: drive
This can be used during Network Pentesting or such other situtations.

Reference : https://gallery.technet.microsoft.com/scriptcenter/Get-List-of-Domain-4c993070

> Invoke-Mimikatz.ps1

This runs Mimikatz PS script by directly pulling it from Github and executing it "in memory" on your system.

Reference : https://gallery.technet.microsoft.com/scriptcenter/Invoke-Mimikatz-and-will-d6c40fac

> HostRecon.ps1

The above Module check and gather information of the local system, users, and domain Information, this can be use durning penesting in post Exploitation part.