DomainStalker is an automation tool to periodically scan for new subdomains on the given domains.
- NextJS
- Postgres
- Bullmq + Redis
- docker
- nodejs
- pnpm
- subfinder
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 the repo, install dependencies and run it:
git clone https://github.com/seyedmahditayebi/domainstalker
cd domainstalker
pnpm i
pnpm startyou can visit website at http://localhost:3000
