An open API service indexing awesome lists of open source software.

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.

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
```