Installing fragroute on Mac using Brew
Package Information:
Name: fragroute
Use: Intercepts, modifies and rewrites egress traffic for a specified host
URL: https://www.monkey.org/~dugsong/fragroute/
Installation Steps:
- Open Terminal on your Mac.
- Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install fragroute using brew
brew install fragroute
fragroute is ready to use now!