diff --git a/README.md b/README.md index b84d955..9954cc0 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,12 @@ ## Star History Star History Chart - +## Try Krawl +Tip: crawl the `robots.txt` paths for additional fun +### http://demo.krawlme.com +## View the dashboard +### http://demo.krawlme.com/das_dashboard + ## What is Krawl? **Krawl** is a cloud‑native deception server designed to detect, delay, and analyze malicious web crawlers and automated scanners. diff --git a/deployment.yaml b/deployment.yaml deleted file mode 100644 index 4bf5189..0000000 --- a/deployment.yaml +++ /dev/null @@ -1,44 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: krawl-server - namespace: krawl - labels: - app: krawl-server -spec: - replicas: 1 - selector: - matchLabels: - app: krawl-server - template: - metadata: - labels: - app: krawl-server - spec: - containers: - - name: krawl - image: ghcr.io/blessedrebus/krawl:latest - imagePullPolicy: Always - ports: - - containerPort: 5000 - name: http - protocol: TCP - envFrom: - - configMapRef: - name: krawl-config - volumeMounts: - - name: wordlists - mountPath: /app/wordlists.json - subPath: wordlists.json - readOnly: true - resources: - requests: - memory: "64Mi" - cpu: "100m" - limits: - memory: "256Mi" - cpu: "500m" - volumes: - - name: wordlists - configMap: - name: krawl-wordlists diff --git a/src/data/krawl.db b/src/data/krawl.db new file mode 100644 index 0000000..88f7d57 Binary files /dev/null and b/src/data/krawl.db differ