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
- Host: GitHub
- URL: https://github.com/rootup/redteam
- Owner: RootUp
- Created: 2017-06-21T12:01:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T11:31:03.000Z (over 5 years ago)
- Last Synced: 2025-02-01T19:39:26.877Z (5 months ago)
- Topics: powershell, powershell-modules, powershell-script, ps1, redteam, redteaming
- Language: PowerShell
- Homepage:
- Size: 79.1 KB
- Stars: 75
- Watchers: 3
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.