Skip to content

Headshot is a CLI-only screenshot web capture tool using Chromium with full CLI usability and a clean codebase.

Notifications You must be signed in to change notification settings

xplt-r/headshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

HeadShot πŸ”πŸ“Έ

A minimal, fast, headless screenshot tool using Chromium β€” built for bug bounty hunters and CLI users.

Features

  • ⚑ 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

Requirements

  • chromium (or google-chrome), Install: sudo apt install chromium
  • Python 3.6+

πŸ“¦ Usage Examples

Single URL:

python3 headshot.py -u https://example.com

List of URLs:

python3 headshot.py -l hosts.txt

About

Headshot is a CLI-only screenshot web capture tool using Chromium with full CLI usability and a clean codebase.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages