mirror of
https://github.com/edoardottt/cariddi.git
synced 2026-09-12 12:47:47 +02:00
update
This commit is contained in:
@@ -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
@@ -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
@@ -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`)
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user