Skip to main content

Parse GoWitness SQLite results and categorize HTML using EyeWitness-style signatures to produce a CSV report.

Project description

goeyewitnesscategorizer

goeyewitnesscategorizer

GoWitness + EyeWitness HTML Matcher

This tool parses a GoWitness SQLite database and cross-references HTML content from discovered web interfaces against EyeWitness-style category and default credentials signature files. It produces a CSV report mapping each web interface to a category and potential default credentials.

🔧 Features

  • Match HTML against EyeWitness-style pattern signatures.
  • Assign a category and default credentials to each matched entry.
  • Output a clean, filterable CSV report.
  • CLI-driven with clear arguments.

Install via PIP

pip install goeyewitnesscategorizer
# then use "goeyewitnesscategorizer"

🗃️ Input Files

1. GoWitness SQLite DB

  • Typically named gowitness.sqlite
  • Must contain a results table with url, title, and html columns

2. categories.txt

  • Format: string1;string2;...|CategoryName
  • All strings must appear in the HTML for the category to be assigned.

3. signatures.txt

  • Format: string1;string2;...|username:password or other default cred format

    • All strings must match for the full value after the pipe (|) to be recorded in the Default Credentials column.

categoriy and creds/signatures files

You can make your own, or rely on work done with the eyewitness project to get you started quickly

wget https://raw.githubusercontent.com/RedSiege/EyeWitness/refs/heads/master/Python/signatures.txt
wget https://raw.githubusercontent.com/RedSiege/EyeWitness/refs/heads/master/Python/categories.txt

📤 Output

  • CSV report (default: gowitness_report.csv) with the following columns:
  • URL
  • Title
  • Category
  • Default Credentials

🚀 Usage

python goeyewitnesscategorizer.py \
--db gowitness.sqlite \
--categories categories.txt \
--creds signatures.txt \
--output output_report.csv

# OR with pip
goeyewitnesscategorizer \
--db gowitness.sqlite \
--categories categories.txt \
--creds signatures.txt \
--output output_report.csv

Requirements

  • Python 3.7+
  • pandas

Install Requirements

  • pip install pandas

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

goeyewitnesscategorizer-0.1.2.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

goeyewitnesscategorizer-0.1.2-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file goeyewitnesscategorizer-0.1.2.tar.gz.

File metadata

  • Download URL: goeyewitnesscategorizer-0.1.2.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for goeyewitnesscategorizer-0.1.2.tar.gz
Algorithm Hash digest
SHA256 207016d98c659bc934db31498ce16503ac778533b5a9fe00ee6a187900559e65
MD5 37e14a3aad0bbf0ac46f031ff763870e
BLAKE2b-256 17ccbdb5923ea1b681c0cefd8893e250dcd692ae1ec33c199f039f106704111b

See more details on using hashes here.

File details

Details for the file goeyewitnesscategorizer-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for goeyewitnesscategorizer-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d2c4e2a0ca18bcff5b90117cfa26de953925ec7fb4596ae111b09a1940b420c4
MD5 4475a302556cc348ee76ce0fc30ed752
BLAKE2b-256 6c7437c131993f32cbaec0a69531d26b489c140738ffb25235a514e2650209ef

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page