DoS tool for Linux.
Dos-Tool-Linux is used DoS attack make computer offline, the DoS method also could attack website.
Current version: 1.0.2 | Changelog
DoS-Tool-Linux is written in pure C, for the efficient operation of the program and keep the resource usage as low as possible.
# sudo apt install make gcc libssl-dev
# make
# dos-tool-linux -h
# dos-tool-linux [option]
Too many open file
To change maximum open file limits for your terminal session, run this command:
# ulimit -n 3000
After closing the terminal and creating a new session, the limits will get back to the original values specified in /etc/security/limits.conf.
To change the general value for the system /proc/sys/fs/file-max, change the fs.file-max value in /etc/sysctl.conf
:
# fs.file-max = 100000