Added demo
This commit is contained in:
@@ -51,7 +51,12 @@
|
|||||||
## Star History
|
## Star History
|
||||||
<img src="https://api.star-history.com/svg?repos=BlessedRebuS/Krawl&type=Date" width="600" alt="Star History Chart" />
|
<img src="https://api.star-history.com/svg?repos=BlessedRebuS/Krawl&type=Date" width="600" alt="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?
|
## What is Krawl?
|
||||||
|
|
||||||
**Krawl** is a cloud‑native deception server designed to detect, delay, and analyze malicious web crawlers and automated scanners.
|
**Krawl** is a cloud‑native deception server designed to detect, delay, and analyze malicious web crawlers and automated scanners.
|
||||||
|
|||||||
@@ -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
|
|
||||||
BIN
src/data/krawl.db
Normal file
BIN
src/data/krawl.db
Normal file
Binary file not shown.
Reference in New Issue
Block a user