How to Install and Uninstall slowloris Package on Kali Linux

Last updated: June 25,2024

1. Install "slowloris" package

This guide let you learn how to install slowloris on Kali Linux

$ sudo apt update $ sudo apt install slowloris

2. Uninstall "slowloris" package

Learn how to uninstall slowloris on Kali Linux:

$ sudo apt remove slowloris $ sudo apt autoclean && sudo apt autoremove

3. Information about the slowloris package on Kali Linux

Package: slowloris
Version: 0.2.6+git20230430.890f72d-2
Installed-Size: 36
Maintainer: Debian Security Tools
Architecture: all
Depends: python3:any
Size: 8040
SHA256: fb81f8aed70e8574e09f289a800c96dbd298990ebe51d39bfc0e8f653f7452b2
SHA1: f1df2a7a3300318c9b4c0f32fbc5dc3b417d2e3f
MD5sum: caa79009f8535f43ad6c578775c14e4d
Description: Security testing tool for web servers
Open source tool used to perform Denial of Service (DoS) attacks on web
servers. Slowloris exploits a vulnerability in web servers called “Keep-Alive”
to exhaust server resources and make them inaccessible.
.
Slowloris offers a number of configurable options, allowing fine-grained
control over request behavior. Some of which include:
- Web Server Port: It is possible to specify the web server port to be
the target of the action, usually port 80.
- Number of Sockets: You can determine the number of simultaneous sockets
that the tool will use to send requests to the server.
- Log Increase (Verbose): The level of detail of the information logged
during the run can be adjusted, allowing a more detailed analysis of the
results.
- User agent randomization: Slowloris can randomize user agents on each
request, making it difficult to detect the destination server.
- Use of SOCKS5 proxy: The tool supports the use of a SOCKS5 proxy to further
hide the source of requests.
- Use of HTTPS for Requests: In addition, it is possible to configure the
tool to use the HTTPS protocol for requests, adding another layer of
obscurity.
- Time interval between headers: You can specify a time interval between
sending request headers, controlling the rate of requests.
Description-md5:
Homepage: https://github.com/gkbrk/slowloris
Section: utils
Priority: optional
Filename: pool/main/s/slowloris/slowloris_0.2.6+git20230430.890f72d-2_all.deb

5. The same packages on other Linux Distributions