Quantcast
Channel: Penetration Test – Security List Network™
Viewing all articles
Browse latest Browse all 1152

CrackMapExec v3.1.2 – A swiss army knife for pentesting Windows/Active Directory environments.

$
0
0

Changelog CrackMapExec v3.1.2:
+ Some minor code cleanup
+ Error handling improvements
+ Bug fixes in SMB brute forcing and SMB spider logic
+ Added support for importing Metasploit credentials
+ New enum_chrome, powerview and mem_scraper modulescrackmapexec-v-3-1-2

CrackMapExec is your one-stop-shop for pentesting Windows/Active Directory environments!
From enumerating logged on users and spidering SMB shares to executing psexec style attacks, auto-injecting Mimikatz/Shellcode/DLL’s into memory using Powershell, dumping the NTDS.dit and more!

The biggest improvements over the above tools are:
– Pure Python script, no external tools required
– Fully concurrent threading
– Uses ONLY native WinAPI calls for discovering sessions, users, dumping SAM hashes etc…
– Opsec safe (no binaries are uploaded to dump clear-text credentials, inject shellcode etc…)
Intallation on Kali Linux, Ubuntu and all Linux Platform:

git clone https://github.com/byt3bl33d3r/CrackMapExec
cd CrackMapExec
pip install --upgrade -r requirements.txt
python crackmapexec.py

Update:
git pull origin master
git submodule init && git submodule update --recursive

CrackMapExec Usage

CrackMapExec Usage

:

Kali 2.0 Installation problem with v5/drsuapi.py not found?
– Just clone repo/copy from ttps://github.com/CoreSecurity/impacket/blob/master/impacket/dcerpc/v5/ into your folder/usr/lib/python27/…./impacket/dcerpc/v5/

Download : v3.1.2.zip  | v3.1.2.tar.gz  | Our Post Before
Source: https://github.com/byt3bl33d3r


Viewing all articles
Browse latest Browse all 1152

Trending Articles