Skip to content

Commit

Permalink
0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yneth committed Mar 10, 2023
1 parent c2a9aac commit 99eef87
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,71 @@ Output description
Help
-------------
```
pen-testing tool
Usage: distress [OPTIONS]
Options:
-c, --concurrency <CONCURRENCY>
number of task spawners [default: 4096]
-t, --targets-path <TARGETS_PATH>
path or url to get configuration from [default: itarmy_ua]
-v, --verbose...
More output per occurrence
-q, --quiet...
Less output per occurrence
--disable-auto-update
disables automatic updates
--disable-pool-proxies
disables usage of mhddos proxies
--use-my-ip <USE_MY_IP>
hint to use your ip in % of requests from 0 to 100 inclusive works amazing with VPN [default: 0]
--use-tor <USE_TOR>
number of tor connections per target to use, max 100 [default: 0]
--log-per-target
Enables togging info for targets
--log-interval-sec <LOG_INTERVAL_SEC>
manages log frequency
--json-logs
print logs as json
--user-id <USER_ID>
send personalized user stats to receive rewards in future
--interface <INTERFACE>
advanced: socket interface name to use, linux only
--read-timeout <READ_TIMEOUT>
advanced: socket read timeout in milliseconds [default: 10000]
--tls-connect-timeout <TLS_CONNECT_TIMEOUT>
advanced: tls handshake timeout in milliseconds [default: 10000]
--connect-timeout <CONNECT_TIMEOUT>
advanced: socket connect timeout for targets and proxies in milliseconds [default: 10000]
--proxy-connect-timeout <PROXY_CONNECT_TIMEOUT>
advanced: socket proxy connect timeout for targets and proxies in milliseconds [default: 10000]
--tor-connect-timeout <TOR_CONNECT_TIMEOUT>
advanced: tor connect timeout in milliseconds [default: 10000]
--buffer-read-size <BUFFER_READ_SIZE>
advanced: stream buffer read size
--buffer-write-size <BUFFER_WRITE_SIZE>
advanced: stream buffer write size
--requests-per-conn <REQUESTS_PER_CONN>
advanced: hint to send specific amount requests per single connection [default: 128]
--so-send-buf <SO_SEND_BUF>
advanced: SO_SNDBUF option, see linux man for more
--so-recv-buf <SO_RECV_BUF>
advanced: SO_RCVBUF option, see linux man for more
--disable-so-buf
advanced: disable so_send_buf, so_recv_buf
--disable-so-nolinger
advanced: disable so_linger(0)
--disable-tcp-nodelay
advanced: disable tcp_nodelay option
--prefer-native-tls
advanced: use nativetls implementation instead of rustls
--prefer-stats-instrumentation
preference for old stats counting, use this one in case current stats counting is not working
--worker-threads <WORKER_THREADS>
advanced: customize worker thread count for tokio scheduler
-h, --help
Print help
-V, --version
Print version
```

0 comments on commit 99eef87

Please sign in to comment.