diff --git a/README.md b/README.md index 385c152..0006d16 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,8 @@ Usage of cariddi: -e Hunt for juicy endpoints. -ef string Use an external file (txt, one per line) to use custom parameters for endpoints hunting. + -err + Hunt for errors in websites. -examples Print the examples. -ext int @@ -172,6 +174,7 @@ Examples 💡 - `cat urls | cariddi -proxy http://127.0.0.1:8080` (Set a Proxy (http and socks5 supported)) - `cat urls | cariddi -headers "Cookie: auth=admin;type=2;; X-Custom: customHeader"` - `cat urls | cariddi -headersfile headers.txt` (Read from an external file custom headers) + - `cat urls | cariddi -err` (Hunt for errors in websites.) - For Windows: - use `powershell.exe -Command "cat urls | .\cariddi.exe"` inside the Command prompt diff --git a/output/beautify.go b/output/beautify.go index be722fb..753e558 100644 --- a/output/beautify.go +++ b/output/beautify.go @@ -35,7 +35,7 @@ func Beautify() { banner2 := " ___ __ _ _ __(_) __| | __| (_)\n" banner3 := " / __/ _` | '__| |/ _` |/ _` | |\n" banner4 := " | (_| (_| | | | | (_| | (_| | |\n" - banner5 := " \\___\\__,_|_| |_|\\__,_|\\__,_|_| v1.1.4\n" + banner5 := " \\___\\__,_|_| |_|\\__,_|\\__,_|_| v1.1.5\n" banner6 := "" banner7 := " > github.com/edoardottt/cariddi\n" banner8 := " > edoardoottavianelli.it\n" diff --git a/output/examples.go b/output/examples.go index 191ee61..693a1f4 100644 --- a/output/examples.go +++ b/output/examples.go @@ -71,5 +71,7 @@ func PrintExamples() { cat urls | cariddi -headers "Cookie: auth=admin;type=2;; X-Custom: customHeader" - cat urls | cariddi -headersfile headers.txt`) + cat urls | cariddi -headersfile headers.txt + + cat urls | cariddi -err`) } diff --git a/output/help.go b/output/help.go index e868b56..3a679e6 100644 --- a/output/help.go +++ b/output/help.go @@ -38,6 +38,8 @@ func PrintHelp() { -e Hunt for juicy endpoints. -ef string Use an external file (txt, one per line) to use custom parameters for endpoints hunting. + -err + Hunt for errors in websites. -examples Print the examples. -ext int