search directory

Search Commands

Search tools, operations, flags, and command strings. Results are capped for Worker performance.

Cariddi Commands

11 cariddi entries

Limited to 100 results

Back to all tools
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