Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

42 lines (29 loc) · 1.08 KB

How to Contribute

Thank you so much for your interest in contributing to Subdomain Enumeration Tool.

Development Guide

This doc explains how to build and run the Subdomain Scanner source code locally using the skaffold command-line tool.

Prerequisites

Run on a Local Cluster

  1. Launch the appliction
  chmod +x ./scripts/run.sh
  ./scripts/run.sh

  1. Run kubectl get pods to verify the Pods are ready and running.

  2. Run kubectl port-forward pod/<Pod_name> 8080:8080 to forward a port to the frontend.

  3. Navigate to localhost:8080 to access the web frontend.

Cleanup

To clean up the deployed resources. Run

chmod +x ./scripts/clean.sh
./scripts/clean.sh