/fake-traffic

Primary LanguageShellGNU General Public License v3.0GPL-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 short.platonic.ir/ft -o fake-traffic && sudo bash fake-traffic --install


Run Every 3 hours

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


Logs can also be checked from this path:

cat ~/.fake-traffic.log