ping-spoofer

Crates.ioping-spoofer
lib.rsping-spoofer
version1.2.1
sourcesrc
created_at2022-05-25 18:57:58.529639
updated_at2022-05-28 16:56:32.486477
descriptionA simple CLI tool that artificially increases your ping systemwide without entering sudo password every time (For Linux only)
homepage
repositoryhttps://github.com/Siriusmart/ping-spoofer
max_upload_size
id593694
size50,777
Siriusmart (Siriusmart)

documentation

README

Overview

A simple CLI tool that artificially increases your ping systemwide.

Installation

git clone https://github.com/Siriusmart/ping-spoofer && cd ping-spoofer && sh ./install.sh && cd ..

Commands:

ping-spoofer on [ms] [device]
ping-spoofer off [device]
ping-spoofer increase [ms] [device]
ping-spoofer decrease [ms] [device]
ping-spoofer status [device]
ping-spoofer uninstall

for more information, run:

ping-spoofer --help

Reference:

  • [ms] is the amount of milliseconds to increase your ping by.
  • [device] is the device to increase your ping on, can be found by running 'tc qdisc ls', it looks something like this: eth0/lan0/wlan0/...";

Bypass Root

When installing ping-spoofer, you can set the program to be allowed to run as root. (No need to re-enter your sudo password every time)

License

Ping Spoofer is licensed under the almight GPLv3 license, you are free to use, study, modify, and redistribute this software under the same license as the original work.

Commit count: 9

cargo fmt