cariddi

Verified for current stable LTS

Cariddi Commands

Cariddi command syntax with verified terminal examples.

Commands

11 commands for Cariddi

cariddi

Cariddi Command: Crawl With Debug Mode

cat <path/to/urls.txt> | cariddi -debug -sr -ot <path/to/debug_output.txt>
cariddi

Cariddi Command: Crawl With Debug Mode Store Http Responses Txt Output

cat <path/to/urls.txt> | cariddi -debug -sr -ot <path/to/debug_output.txt>
cariddi

Cariddi Command: Find Endpoints High Concurrency

cat <path/to/urls.txt> | cariddi -e -c <250> -t <15> -plain
cariddi

Cariddi Command: Hunt Endpoints High Concurrency Plain Output

cat <path/to/urls.txt> | cariddi -e -c <250> -t <15> -plain
cariddi

Cariddi Command: Hunt Errors Useful Info Custom Delay Cache

cat <path/to/urls.txt> | cariddi -err -info -d <3> -cache
cariddi

Cariddi Command: Hunt For Errors With Cache

cat <path/to/urls.txt> | cariddi -err -info -d <3> -cache
cariddi

Cariddi Command: Hunt Secrets Using Custom Regex Json Output

cat <path/to/urls.txt> | cariddi -s -sf <path/to/custom_secrets.txt> -json
cariddi

Cariddi Command: Hunt Secrets With Regex

cat <path/to/urls.txt> | cariddi -s -sf <path/to/custom_secrets.txt> -json
cariddi

Cariddi Command: Intensive Crawl With Proxy

cat <path/to/urls.txt> | cariddi -intensive -proxy {http://127.0.0.1:8080} -rua -oh <path/to/intensive_crawl.html>
cariddi

Cariddi Command: Intensive Crawl With Proxy Random User Agent Html Output

cat <path/to/urls.txt> | cariddi -intensive -proxy {http://127.0.0.1:8080} -rua -oh <path/to/intensive_crawl.html>
cariddi

Cariddi Command: Show Example Uses

cariddi -examples

Suggest a Cariddi Command

Submit missing workflows, corrections, or verified alternatives for this tool.

FAQ

Coverage: Focused examples for common Cariddi workflows.

Verified version: current stable LTS.

Verification: Test commands in a disposable workspace and submit notes for edge cases.