chore: Update ReadMe

This commit is contained in:
Roman U. 2025-01-23 20:43:32 +07:00 committed by GitHub
parent 155d2a6806
commit c90424628b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)