Wednesday 18 November 2015

CrackMapExec Tool

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...)

Installation on Kali Linux

Note: it's recommended to install CrackMapExec in a virtualenv, to avoid conflicts with the older Impacket version thats currently in the Kali repos

Run pip install --upgrade -r requirements.txt  



OSINT ANALYSIS TOOL.

TEKDEFENSE-AUTOMATER VERSION: 0.21 RELEASED – IP, URL AND HASH OSINT ANALYSIS TOOL. 

Automater is a tool that I originally created to automate the OSINT analysis of IP addresses. It quickly grew and became a tool to do analysis of IP Addresses, URLs, and Hashes. Unfortunately though, this was my first python project and I made a lot of mistakes, and as the project grew it bacame VERY hard for me to maintain. 

Automater is a URL/Domain, IP Address, and Md5 Hash OSINT tool aimed at making the analysis process easier for intrusion Analysts. Given a target (URL, IP, or HASH) or a file full of targets Automater will return relevant results from sources like the following: IPvoid.com, Robtex.com, Fortiguard.com, unshorten.me, Urlvoid.com, Labs.alienvault.com, ThreatExpert, VxVault, and VirusTotal. 

how to Installation:
– git Clone https://github.com/1aN0rmus/TekDefense-Automater
– cd <your clone folder>
– python Automater.py -h <for print help>