mmg1 / RedRabbit

Red Team PowerShell Script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RedRabbit

RedRabbit

About

RedRabbit is a PowerShell script aimed at helping pentesters conduct ethical hacking #RedTeam. The aim is to highlight just how Powerful PowerShell is and how it can be used against you (Ethically).

To Run

You can either run locally by downloading the script or run remotely using:

powershell –nop –c “iex(New-Object Net.WebClient).DownloadString(‘https://raw.githubusercontent.com/securethelogs/RedRabbit/master/redrabbit.ps1’)”

If you run remotely, you will always get the latest version

Help

Option info and help can be found here: https://securethelogs.com/redrabbit-ps1/

YouTube: https://youtu.be/9kXi2aqfb2M

Recent Update

Fixed:

  • Brute Forcing Zips now ends once password cracked.
  • Clipboard Logger, better explanation

Features:

  • Web Crawler

  • File Crawler

  • Edit Local Host For SMB Relay (Redirect share to attacker IP)

  • Probe For SMB Shares

  • RedRabbit now checks for admin session and tries to query AD to check if Domain Admin.

  • Password extraction (SAM/SYSTEM File, Credential Manager and Wireless Profiles)

  • Azure Feature has now been added!

preview

About

Red Team PowerShell Script


Languages

Language:PowerShell 100.0%