Skip to content

A simple CLI tool that artificially increases your ping systemwide.

License

Notifications You must be signed in to change notification settings

BelleButCode/ping-spoofer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple CLI tool that artificially increases your ping systemwide.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 92.4%
  • Shell 7.6%