/fake-traffic

fake trafic

GNU Lesser General Public License v3.0LGPL-3.0

fake-traffic

fake-traffic road warrior installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora.


Description

Script independently sends and receives requests completely similar to web requests, sometimes as uploads and sometimes as downloads in different time frames and with different durations by using the libre-speedtest package.


Facilities

Generating asymmetrical traffic data and prevention of bandwidth limitations and server filtering.


Installation

Run the script as root until the installation is complete, after that use it with normal privileges:

curl -L https://raw.githubusercontent.com/sbh96/fake-traffic/main/fake-traffic -o fake-traffic && sudo bash fake-traffic --install


Run Every 3 hours to generate asymmetrical traffic

{ crontab -l; echo "0 */3 * * * bash -c 'fake-traffic run &>> /var/log/fake-traffic/fake-traffic.log'"; } | crontab -

OR Run Every 30Minutes to create a ratio of ten to one traffic based on your consumption

{ sudo crontab -l; echo "*/1 * * * * bash -c 'fake-traffic 10to1 &>> /var/log/fake-traffic/fake-traffic.log'"; } | sudo crontab -


Logs can also be checked from this path:

less /var/log/fake-traffic/fake-traffic.log