Thank you so much for your interest in contributing to Subdomain Enumeration Tool.
This doc explains how to build and run the Subdomain Scanner source code locally using the skaffold
command-line tool.
- Docker for Desktop for windows
- Docker Engine for linux
- Kind (optional Local Cluster 2)
- kubectl
- Clone the repository.
git clone https://github.com/amosehiguese/subdomain-scanner.git cd subdomain-scanner/
- Launch the appliction
chmod +x ./scripts/run.sh
./scripts/run.sh
-
Run
kubectl get pods
to verify the Pods are ready and running. -
Run
kubectl port-forward pod/<Pod_name> 8080:8080
to forward a port to the frontend. -
Navigate to
localhost:8080
to access the web frontend.
To clean up the deployed resources. Run
chmod +x ./scripts/clean.sh
./scripts/clean.sh