# XDoser, A Benchmarking Tool for System Load Measurement Using Denial of   Service Features

**Authors:** AKM Bahalul Haque, Rabeya Sultana, Mohammad Sajid Fahad, MD Nasif, Latif, Md. Amdadul Bari

arXiv: 1905.12857 · 2019-05-31

## TL;DR

XDoser is a benchmarking tool that simulates denial of service attacks by generating synthetic HTTP flood loads to evaluate server resilience and performance under overload conditions.

## Contribution

The paper introduces XDoser, a novel benchmarking tool that uses HTTP flood techniques to measure system load capacity and robustness against DoS-like stress testing.

## Key findings

- XDoser effectively simulates DoS attacks on servers.
- The tool helps assess server endurance and response under overload.
- Applicable to both new and old servers for testing purposes.

## Abstract

Technology has developed so fast that we feel both safe as well as unsafe in both ways. Systems used today are always prone to attack by malicious users. In most cases, services are hindered because these systems cannot handle the amount of over loads the attacker provides. So, proper service load measurement is necessary. The tool that is being described in this paper for developments is based on the Denial of Service methodologies. This tool, XDoser will put a synthetic load on the servers for testing purpose. The HTTP Flood method is used which includes an HTTP POST method as it forces the website to gather the maximum resources possible in response to every single request. The tool developed in this paper will focus on overloading the backend with multiple requests. So, the tool can be implemented for servers new or old for synthetic test endurance testing.

---
Source: https://tomesphere.com/paper/1905.12857