CrackMapExec
A swiss army knife for pentesting networks (by Porchetta-Industries)
impacket
Impacket is a collection of Python classes for working with network protocols. (by fortra)
CrackMapExec | impacket | |
---|---|---|
8 | 25 | |
7,438 | 14,528 | |
- | 1.1% | |
8.7 | 8.7 | |
about 2 years ago | about 21 hours ago | |
Python | Python | |
BSD 2-clause "Simplified" License | GNU General Public License v3.0 or later |
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.
CrackMapExec
Posts with mentions or reviews of CrackMapExec.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-29.
-
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
impacket
Posts with mentions or reviews of impacket.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-26.
- HackTheBox - Writeup Authority [Retired]
- Socket Programming - Spoofing IP Address
-
SMB Signing question
https://github.com/fortra/impacket/blob/master/examples/ntlmrelayx.py. (see the docs at the top of the program)
-
How to create SMB server from python?
The first result on google for "Python SMB server" literally has a working example
- Is there a way to transfer large files from a victim machine to my local Kali machine via the powershell php script method?
- Attn: pen testers.. What is your favorite tool?
- Impacket
-
Does anyone else get this error when trying to run the following command in the attackingkerberos room" sudo python3 GetUserSPNs.py controller.local/Machine1:Password1 -dc-ip (ip_address) - request
Impacket is now in python 3 also. https://github.com/SecureAuthCorp/impacket
-
path to domain admin
Check out impacket's ntlmrelayx: https://github.com/SecureAuthCorp/impacket/blob/master/examples/ntlmrelayx.py
- Impacket - collection of Python classes for working with network protocols.
What are some alternatives?
When comparing CrackMapExec and impacket you can also consider the following projects:
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.
BloodHound-Legacy - Six Degrees of Domain Admin
impacket - Impacket is a collection of Python classes for working with network protocols. [Moved to: https://github.com/SecureAuthCorp/impacket]
Metasploit - Metasploit Framework
Rubeus - Trying to tame the three-headed dog.