https://github.com/gusruben/dns-snooper-bookmarklet
https://github.com/gusruben/dns-snooper-bookmarklet
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/gusruben/dns-snooper-bookmarklet
- Owner: gusruben
- Created: 2025-04-26T12:38:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-26T19:30:43.000Z (about 1 year ago)
- Last Synced: 2025-04-26T20:23:41.003Z (about 1 year ago)
- Language: TypeScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


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