https://github.com/zquestz/modttl
OS X/BSD app to modify the TTL of outgoing packets.
https://github.com/zquestz/modttl
Last synced: about 1 year ago
JSON representation
OS X/BSD app to modify the TTL of outgoing packets.
- Host: GitHub
- URL: https://github.com/zquestz/modttl
- Owner: zquestz
- License: gpl-2.0
- Created: 2010-09-11T23:14:38.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T00:51:27.000Z (over 1 year ago)
- Last Synced: 2024-11-14T01:28:17.865Z (over 1 year ago)
- Language: C++
- Homepage: http://intrarts.com/software.html
- Size: 117 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: COPYING.txt
Awesome Lists containing this project
README
modttl 0.1.5 by quest
github - https://github.com/zquestz/modttl
modttl is intended for network administrators that are looking to modify
the TTL of packets beings sent from their servers.
This allows you to restrict the TTL of packets that you only want going
a certain number of hops from your server or extend the TTL of packets
that for some reason are set to low.
usage: modttl -r rule [-t TTL] [-h] [-d port]
-r rule IPFW rule number to remove when quit (required)
-t TTL TTL of packet
-d port Divert port (optional)
-h This help screen
If you don't know why this app is useful, then don't use it.
-quest