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

https://github.com/gusruben/dns-snooper-bookmarklet


https://github.com/gusruben/dns-snooper-bookmarklet

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# DNS Snooper Bookmarklet

This is a little bookmarklet for inspecting the subdomains of the current website. It's powered by [DNS Dumpster](https://dnsdumpster.com/).

## 🔧 Installation

**Prerequisites:** To use the bookmarklet, you'll need a free API key from . You'll also need a modern version of [Bun](http://bun.sh/).

1. Grab one from [/my-account](https://dnsdumpster.com/my-account/).
2. Clone the repo with `git clone https://github.com/gusruben/dns-snooper-bookmarklet`.
3. Install dependencies with `bun install`.
4. Add your API key to `src/secrets.ts`.
5. Build the bookmarklet with `bun run build.ts`.
6. By default, the bookmarklet will be built in `dist/bookmarklet.txt`. Create a new bookmark in your browser and paste the contents of `bookmarklet.txt` into the URL. Done!

## 🖼️ Screenshots

![image](https://github.com/user-attachments/assets/317bbbd6-5eb5-4a81-9ec0-2125895f67df)

![image](https://github.com/user-attachments/assets/3b8ebcb7-b6e0-4a22-9c00-3380cdc1e1c0)

> *This project was made for [Hacklet](http://hacklet.hackclub.com/).*