Skip to content

seyedmahditayebi/domainstalker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DomainStalker is an automation tool to periodically scan for new subdomains on the given domains.

Tech Stack

  • NextJS
  • Postgres
  • Bullmq + Redis

Screenshot of domainstalker main page

INSTALLING

Prerequisites

Database Setup

spin up a postgres and redis container:

docker run --name domainstalker-postgres -p 5432:5432 -e POSTGRES_PASSWORD=mysecretpassword -v $(pwd)/packages/db/createDB.sql:/docker-entrypoint-initdb.d/init.sql -d postgres
docker run --name domainstalker-redis -p 6379:6379 -d redis 

Warning

if you changed container ports, update the .env file in the root directory

Clone and Run

clone the repo, install dependencies and run it:

git clone https://github.com/seyedmahditayebi/domainstalker
cd domainstalker
pnpm i
pnpm start

you can visit website at http://localhost:3000

About

A tool to automate subdomain discovery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published