PowerSploit
PowerSploit - A PowerShell Post-Exploitation Framework (by PowerShellMafia)
BeRoot
Privilege Escalation Project - Windows / Linux / Mac (by AlessandroZ)
PowerSploit | BeRoot | |
---|---|---|
18 | 1 | |
8,062 | 2,492 | |
- | 0.7% | |
0.5 | 3.9 | |
over 4 years ago | 6 months ago | |
PowerShell | Python | |
GNU General Public License v3.0 or later | GNU Lesser General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
PowerSploit
Posts with mentions or reviews of PowerSploit.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-27.
-
Powershell error message help from using Powerview.ps1
The correct thing to do was importing the Recon.psm1 module, as instructed in the PowerSploit's documentation.
-
Powerview.ps1 error help
I joined one of the clients to the domain, then downloaded powerview.ps1 from https://github.com/PowerShellMafia/PowerSploit/blob/master/Recon/PowerView.ps1).
-
“Malicious” powershell commands for demo
You can grab PowerSploit . Most of the scripts will trigger powershell's Antimalware Scan Interface (AMSI) if you have real-time protection enabled. To be sure, use Invoke-Mimikatz.ps1 as AMSI blocks certain keywords like “invoke-mimikatz” or “amsiutils” since they are widely known to be used for exploitation. So I suggest you use them. Note that you can hide some malicious scripts by running an amsi bypass, thats for another day.
-
4 AD Attacks and How to Protect Against Them
PowerSploit
- Junior Pen Tester - CTF interview
-
Compromising Plaintext Passwords in Active Directory
Because the SYSVOL share is open to Authenticated Users, any user in the organization can read the files stored there. Therefore, any user account can find and decrypt the Group Policy file and thereby gain access to the plaintext passwords for Administrator accounts. The PowerSploit command Get-GPPPassword will find and decrypt these passwords for you.
-
Manipulate Zip/7Zip Archives w/o Disk Write
Please see PowerShellMafia/PowerSploit for more information about how to run an EXE from the memory. Find examples here: GitHub Examples
-
Extracting Service Account Passwords with Kerberoasting
Get-NetUser command of PowerSploit
-
Privilege Escalation with DCShadow
The first step is to find out what trusts exist. There are several ways to do this, but two we will leverage through PowerShell are the PowerSploit framework and the Active Directory PowerShell module.
-
Can i use PowerShell to gain admin privileges
Short answer; yes. See PowerUp.ps1: https://github.com/PowerShellMafia/PowerSploit/blob/master/Privesc/PowerUp.ps1
BeRoot
Posts with mentions or reviews of BeRoot.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-09.
What are some alternatives?
When comparing PowerSploit and BeRoot you can also consider the following projects:
BloodHound-Legacy - Six Degrees of Domain Admin
BlueHound - BlueHound - pinpoint the security issues that actually matter
DSInternals - Directory Services Internals (DSInternals) PowerShell Module and Framework
PEASS-ng - PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)
ADRecon - ADRecon is a tool which gathers information about the Active Directory and generates a report which can provide a holistic picture of the current state of the target AD environment.