From c90424628b66753962d27cd1c122341d85f52466 Mon Sep 17 00:00:00 2001 From: "Roman U." Date: Thu, 23 Jan 2025 20:43:32 +0700 Subject: [PATCH] chore: Update ReadMe --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc5be56..52ea01f 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ const attackHandlers = { > 4. Requests fail to be sent to the target server (Read timeout and variations) **Re:** You must put the corresponding proxies in the file `data/proxies.txt`. On each line, put a different proxy that will be used to perform the attack. The format must be the following: +- `protocol://user:password@host:port` (Proxy with authentication) - `protocol://host:port` - `host:port` (Uses http as default protocol) - `host` (Uses 8080 as default port)