Releases: Hackazillarex/ZillaScan
Release list
ZillaScan V1.337
ZillaScan v1.337 – Auto Pentesting Script 🐉
Release Date: 2025-08-26
ZillaScan is an automated penetration testing toolkit that consolidates multiple web security tools into a single workflow. It helps security researchers and ethical hackers quickly enumerate subdomains, directories, vulnerabilities, and web technologies of a target domain.
Features
- Subdomain enumeration & fuzzing
subfinderfor domain discoveryFFUFfor subdomain fuzzing
- Directory and file brute-forcing
Gobusterfor hidden directories
- Vulnerability scanning
Nucleifor known CVEs and exploitsWPScanfor WordPress sites (optional brute-force)
- Web technology fingerprinting
WhatWeb
- Port scanning
Nmapfor full port and service enumeration
- Database enumeration
SQLMapfor discovering and enumerating SQL databases
- Email/host recon
theHarvesterfor collecting emails, hosts, and subdomains
- Automated summary & GPT recommendations
- Optionally generate AI-guided pentest advice using OpenAI’s GPT models
- Concurrent execution for faster results
Installation
- Clone the repository:
git clone https://github.com/Hackazillarex/ZillaScan.git
cd ZillaScan
Usage:
python3 ZillaScan.py https://target.com
Follow interactive prompts to select which tools to run.
Outputs will be saved in output_<domain>/ with timestamped summary files and JSON reports.
Optionally, generate GPT-powered recommendations for further testing.
Sample Output
summary_<timestamp>.txt – Master summary of all executed tools
report_<timestamp>.json – Structured JSON report for automation
recommendations_<timestamp>.txt – Optional AI-guided pentest suggestions
Changelog v1.337
Initial public release of ZillaScan.
Added GPT integration for automated pentest recommendations.
Concurrent execution of faster scans.
Full support for subdomain, directory, vulnerability, web fingerprinting, and SQL database enumeration.
Contributing
Contributions, bug reports, and feature requests are welcome. Please open an issue or submit a pull request.
Author
Hackazillarex 🐉
📧 Hackazillarex@gmail.comZillaScan V1.0
🛡️ ZillaScan v1.0 – Automated Pentesting Toolkit
Release Date: August 16, 2025
Author: Hackazillarex
✨ Features in v1.0
Full automation of subdomain, email, and passive reconnaissance
Organized output stored in output_/
Optional WPScan brute-force prompt
Integrated DNS enumeration, port scanning, and banner grabbing
Directory and web application fuzzing with Gobuster and FFUF
Vulnerability scanning via Nuclei
SQL injection testing using SQLMap
WordPress vulnerability audits with WPScan
Tech stack and CMS fingerprinting using WhatWeb
🛠️ Tools Integrated
dig
subfinder
theHarvester
nmap
ncat
gobuster
ffuf
nuclei
sqlmap
wpscan
whatweb
⚡ Quick Start
python3 ZillaScan.py https://target.com
Follow interactive prompts for optional features like WPScan brute-force scanning.
ZillaScan is intended for ethical hacking and security assessments only. Do not use it on systems you do not own or have explicit permission to test. Unauthorized use is illegal.