The scripts in this repository are primarily for penetration testing and malware proofs of concept.
Create a directory structure for a forensics project and run initial Nmap and Gobuster scans on the target.
sudo chmod +x init_project.sh
./init_project.sh
Init Project Sample Output
Provides simple user prompts to customize nmap commands.
sudo chmod +x nmap_helper.sh
./nmap_helper.sh
Nmap Sample Output
Enumerate a target website to generate a footprint report.
sudo chmod +x footprint_report.sh
./footprint_report.sh
Floods the C:\ drive on a Windows computer with randomly generated files dispersed in random directories until there is no more available space.
.\flood_c.ps1
Runs the office2john.py script against password protected Microsoft Office documents to attempt to crack the hash and reveal the password.
sudo chmod +x office_password.sh
./office_password.sh
Office Password Sample Output
This script runs theHarvester against many sources automatically for information gathering.
sudo chmod +x auto_harvest.sh
./auto_harvest.sh
Runs gobuster directory enumeration with additional user-friendly inputs.
sudo chmod +x gobuster_directories.sh
./gobuster_directories.sh
gobuster Directories Sample Output