Skip to content

guinness76/network-traffic-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

network-traffic-scripts

Note that these scripts can only run under Linux or a Linux VM. Also note that the traffic modification will only take effect on network traffic outside the system. This means that localhost network traffic will not be affected by the scripts.

slow.sh: slows all network traffic coming into or out of the system.
kill.sh: blocks all network traffic coming into or out of the system.
resume.sh: removes the traffic restrictions set by slow.sh or kill.sh.
port-slow.sh: slows network traffic for a specific port.
port-kill.sh: blocks network traffic for a specific port.
port-resume.sh: removes the traffic restrictions set by port-slow.sh or port-kill.sh.
port-attack.sh: opens connections to a remote host and port in a loop.

For more information: https://wiki.linuxfoundation.org/networking/netem http://man7.org/linux/man-pages/man8/tc-netem.8.html

About

Utility scripts that can modify and shut down network traffic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages