CrackMapExec
BloodHound
CrackMapExec | BloodHound | |
---|---|---|
8 | 1 | |
7,438 | 1,812 | |
- | 7.4% | |
8.7 | 9.9 | |
about 2 years ago | 3 days ago | |
Python | Go | |
BSD 2-clause "Simplified" License | Apache License 2.0 |
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.
CrackMapExec
-
Attacking Local Account Passwords
Let’s walk through a typical attack against the Administrator account using a popular tool, CrackMapExec.
- use of cme modules
-
Active Directory in CTFs
Attackers like to use crackmapexec to exploit Windows networks and machines. It can achieve various goals like enumerating users, cracking SMB shares, and injecting shellcode into memory.
-
Implied Trust Relationship Exploitation - Redbot Security
After gaining a local administrator NTLM password hash using SMB relay attacks, Redbot Security used the “CrackMapExec” tool to pass the local administrator hash to all systems and found multiple systems using the same password:
-
TOOL: ntlmrelayx2proxychains
ntlmrelayx2proxychains aims to connect the tool of the SecureAuthCorps' impacket suite, ntlmrelayx.py (hereafter referred to as "ntlmrelayx"), along with @byt3bl33d3r's tool, CrackMapExec (hereafter referred to as "CME"), over proxychains, developped by haad.
- Will attack such as LLMNR, NBT-NS and MDNS poisoner cause any issue to internal network?
-
Awesome Penetration Testing
CrackMapExec - Swiss army knife for pentesting networks.
-
Mapping AD
Regarding network shares, I personally tend to use crackmapexec with a list of systems. It won't list the ACLs but it is very good at finding out what a standard domain user could access (if this is what you are after) https://github.com/byt3bl33d3r/CrackMapExec
BloodHound
-
Show HN: Visualizing AD data for security with Python and Obsidian
I put this tool together a few years back, and just recently got around to making it robust enough to share: https://github.com/pangolinsec/shihtzu
It parses ldapsearch or dsquery output and writes markdown files with some extra logic added in so you can visualize nested memberships when you open the folder with Obsidian and use the graph view--it's kind of like a very low-powered Bloodhound (https://github.com/SpecterOps/BloodHound) in that sense, but it is also much quieter. It also parses `useraccountcontrol` and some of the logon-relevant attributes in AD to automatically tag accounts that are particularly interesting or uninteresting to attackers.
Some core features:
What are some alternatives?
proxychains - proxychains - a tool that forces any TCP connection made by any given application to follow through proxy like TOR or any other SOCKS4, SOCKS5 or HTTP(S) proxy. Supported auth-types: "user/pass" for SOCKS4/5, "basic" for HTTP.
pingcastle - PingCastle - Get Active Directory Security at 80% in 20% of the time
impacket - Impacket is a collection of Python classes for working with network protocols.
shihtzu - Less richly-featured than Bloodhound, Shihtzu is a lapdog for AD exploitation. Shihtzu is intended to be a light-weight alternative to Bloodhound when stealth requirements prevent you from running full Bloodhound in an enterprise.
BloodHound-Legacy - Six Degrees of Domain Admin
Adalanche - Attack Graph Visualizer and Explorer (Active Directory) ...Who's *really* Domain Admin?