mirror of
https://github.com/edoardottt/cariddi.git
synced 2026-08-31 12:19:47 +02:00
23 lines
435 B
YAML
23 lines
435 B
YAML
name: cariddi
|
|
summary: Fast web crawler and scanner
|
|
description: |
|
|
Take a list of domains, crawl urls and scan for endpoints, secrets, api keys, file extensions, tokens and more
|
|
version: 1.4.5
|
|
grade: stable
|
|
base: core20
|
|
|
|
confinement: strict
|
|
|
|
apps:
|
|
cariddi:
|
|
command: bin/cariddi
|
|
plugs:
|
|
- home
|
|
- network
|
|
|
|
parts:
|
|
cariddi:
|
|
plugin: go
|
|
source-type: git
|
|
source: https://github.com/edoardottt/cariddi
|