From 0e231c18c2ea3db9d3efdbcf247fb5611c79ccc6 Mon Sep 17 00:00:00 2001 From: edoardottt Date: Mon, 24 May 2021 22:35:36 +0200 Subject: [PATCH] update --- output/examples.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)`) }