Skip to content

Running tool

Szczurowsky edited this page Sep 6, 2021 · 3 revisions

Running the tool

Setup

Everything to run this tool is just installed python which can be downloaded from python official website

Usage

Basicly you just python script with few options:

  • -t - Duration of test
  • -th - Threads spawned by multiprocessing pool (more - faster but higher CPU usage)
  • -a - Address of tested server
  • -p - Port of tested server
  • -pps - Number of packets that will be sent per second
  • -m - Name of used module
  • -pv - OPTIONAL Protocol version. Some module requires correct protocol version for example login_spam
Clone this wiki locally