This project provides a collection of Bash scripts designed to streamline SMB enumeration and authentication testing. By utilizing tools like enum4linux-ng, netexec, and crackmapexec, users can efficiently gather essential information about SMB shares and user access. Perfect for security researchers, the scripts ensure compliance with legal standards in penetration testing.
This repository provides a suite of robust Bash scripts for automating SMB (Server Message Block) discovery and enumeration tasks, specifically tailored for penetration testing and security research. The project focuses on simplifying the process of SMB enumeration and authentication testing using several powerful tools including enum4linux-ng, netexec, smbmap, and crackmapexec.
Leverage the capabilities of enum4linux-ng to efficiently enumerate SMB shares and user details across a range of IP addresses or CIDR notations.
Usage:
./enum4linux_smb.sh <input_file.txt>
A combination of netexec and smbmap that allows for both anonymous and authenticated SMB share enumeration.
Features:
smbmap for checking share permissions of discovered shares.Usage:
chmod +x netexec+smbmap.sh
./netexec+smbmap.sh
An automation tool for executing SMB authentication tests through crackmapexec.
Features:
Usage:
chmod +x crackmap_automation.sh
./crackmap_automation.sh
To efficiently run these scripts, ensure that the following tools are correctly installed:
enum4linux-ngnetexecsmbmapcrackmapexecnetexec+smbmap.sh and crackmap_automation.sh scripts before execution.chmod +x *.sh
These scripts are crafted solely for legal penetration testing and security research. Unauthorized use of this software is strictly prohibited.
No comments yet.
Sign in to be the first to comment.