https://github.com/fyralabs/griffith
A bulk interface to the MDN Web Observatory.
https://github.com/fyralabs/griffith
cli deno mdn scanner security security-scanner typescript web web-security
Last synced: 7 months ago
JSON representation
A bulk interface to the MDN Web Observatory.
- Host: GitHub
- URL: https://github.com/fyralabs/griffith
- Owner: FyraLabs
- License: gpl-3.0
- Created: 2024-07-12T01:50:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-12T02:31:26.000Z (about 1 year ago)
- Last Synced: 2025-03-10T13:58:07.733Z (7 months ago)
- Topics: cli, deno, mdn, scanner, security, security-scanner, typescript, web, web-security
- Language: TypeScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# griffith
A Deno CLI tool providing a bulk interface to the MDN Web Observatory, using a
provided zonefile. Please note that this tool can't handle wildcard records.## Usage
First, obtain the tool, you can either clone this repository or
[grab a compiled version](https://nightly.link/FyraLabs/griffith/workflows/deno/main?preview).Then, download your domain's zonefile from your DNS provider.
Finally:
```bash
# replace griffith with `deno run -A main.ts` if running from source
griffith myzonefile.txt
```