A minimal, fast, headless screenshot tool using Chromium β built for bug bounty hunters and CLI users.
- β‘ Lightweight and fast
- π Accepts both single URL (
-u) and list (-l) - πΌοΈ Output saved in
screenshots/folder - π Sanitized file names for clean storage
- π§ Works on Kali, ParrotOS, and most Debian-based distros
chromium(orgoogle-chrome), Install:sudo apt install chromium- Python 3.6+
Single URL:
python3 headshot.py -u https://example.com
List of URLs:
python3 headshot.py -l hosts.txt