This commit is contained in:
edoardottt
2021-11-28 14:37:31 +01:00
parent 98bab34b41
commit 303d5f390a
4 changed files with 9 additions and 2 deletions
+3
View File
@@ -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
+1 -1
View File
@@ -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"
+3 -1
View File
@@ -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`)
}
+2
View File
@@ -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