diff --git a/output/examples.go b/output/examples.go index 444566f..8848b6c 100644 --- a/output/examples.go +++ b/output/examples.go @@ -46,5 +46,9 @@ func PrintExamples() { cat urls | cariddi -oh target_name (Results in html file) - cat urls | cariddi -ext 2 (Hunt for juicy (level 2 of 7) files)`) + cat urls | cariddi -ext 2 (Hunt for juicy (level 2 of 7) files) + + cat urls | cariddi -e -ef endpoints_file (Hunt for custom endpoints) + + cat urls | cariddi -s -sf secrets_file (Hunt for custom secrets)`) }