Haylxon is a blazing-fast terminal tool that captures screenshots of webpages or URLs using Chromium's headless mode.
⚡ Blazing-fast tool to grab screenshots of your domain list right from terminal.
This tool is primarily used by security professionals, web developers, and automation engineers who need to quickly capture screenshots of multiple domains or URLs directly from the terminal. It streamlines the process of visual reconnaissance or documentation by leveraging a fast, Rust-based backend and Chromium's headless browser capabilities.
Requires a Chromium-based browser installed on the system to function properly as it relies on Chromium's headless mode. Best suited for users comfortable with command-line tools and Rust environments. The tool emphasizes speed and simplicity, so it may not have extensive customization options for screenshot capture.
Download the pre-built binary from the GitHub releases page matching your architecture and run it directly.
Use the one-liner script to download and extract the latest binary automatically: wget -qO- "$(curl -qfsSL "https://api.github.com/repos/pwnwriter/haylxon/releases/latest" | jq -r '.assets[].browser_download_url' | grep -Ei "$(uname -m).*$(uname -s).*musl" | grep -v "\.sha")" | tar -xzf - --strip-components=1 && ./hxn -h
Clone the repository with git clone --depth=1 https://github.com/pwnwriter/haylxon --branch=main
Build from source using cargo build --release inside the cloned directory
Run the compiled binary from the release directory or move it to a directory in your $PATH for easier access
./hxn -h
Displays the help menu with available options and usage instructions.