小迪渗透吧-提供最专业的渗透测试培训,web安全培训,网络安全培训,代码审计培训,安全服务培训,CTF比赛培训,SRC平台挖掘培训,红蓝对抗培训!
扫描关注小迪渗透吧-提供最专业的渗透测试培训,web安全培训,网络安全培训,代码审计培训,安全服务培训,CTF比赛培训,SRC平台挖掘培训,红蓝对抗培训!

微信扫一扫加我哦~

红队PowerShell脚本RedRabbit

小迪渗透吧-提供最专业的渗透测试培训,web安全培训,网络安全培训,代码审计培训,安全服务培训,CTF比赛培训,SRC平台挖掘培训,红蓝对抗培训!2020-03-18红蓝对抗 2041 0A+A-

RedRabbit

RedRabbit是一个PowerShell脚本,旨在帮助安全测试人员进行合乎道德的黑客攻击#RedTeam

下载与运行


您可以通过下载脚本在本地运行,也可以使用以下命令远程运行:


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

image.png


功能包含

Option 1: Quick Recon

Quick recon will display details about the user, groups, host and network. In order:

  • Lists User

  • Lists Host

  • Lists Network Interfaces

  • Lists User Groups (inc domain)

  • Shows Privilege

  • Lists Local Admins

  • Lists Local Users

  • Lists Current Logged in Users

  • Shows Installed Programs

  • Tests If Internet Is Reachable

  • Shows Local Firewall Rules

Option 2: Scan Subnet

This option will find the current subnet in which the machine is connected to and perform the following:

  • Scan for Live Hosts

  • Resolve DNS for Live Hosts

  • Scan for Open Ports on Live Hosts

Option 3: Clipboard Logger

This is my PSClippy scripts which creates a PowerShell session in the background. This session will record, and values copied to clipboard and store them. Once a threshold of 10 is met, it will either store to file or upload to PasteBin.

Option 4: Network Scanner

This is a simple network scanner which will allow you to either scan:

  • Common Ports

  • Full Scan (Ports 1-65535)

  • Quick Scan (Ports 1-65535 but less wait time as above option)

Option 5: DNS Resolver

This will allow you to resolve an IP to either a single IP address or multiple, using a txt file.

Option 6: Brute Force ZIP

This option will allow you to brute force a ZIP file using a wordlist.

Option 7: Brute WinRM

This option will scan and allow you to brute force credentials using the WinRM service. For this to work, you need:

  • A machine running the WinRM service (Port open)

  • A user list

  • A password list

Option 8: Test Extraction Connection

Given your method of choice, this will test if the machine can reach your destination on common ports (80,443,445).

Option 9: Show Local Firewall Deny Rules

This option will display the local firewall rules which have a deny action and format them in a handy table.

-OSINT Options-

Option A: Find Subdomains

This option will allow you to search the internet for subdomains.

Option B: Daily PasteBin

This option will pull the recent pastes and search them for key words. The script will then display each and highlight any juicy values such as passwords or API keys.

Option C: Scan Azure Resource

This option will allow you to hunt for reachable Azure resource based on a wordlist provided.

Option D: Scan Socials for Usernames

This will scan a few social media sites for a matching username.

文章关键词
红蓝对抗
安全工具
发表评论