mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:57:35 +00:00
Utilities: Add simple traceroute utility
This utility traces the route packets take to a user specified host. QEMU user networking (the type of networking we currently have setup) does not support sending "real" raw IPv4 packets, and as such we cant specify a custom TTL value. As a result, this utility will only work on real hardware, qemu setup with tun networking (requires root) and other hypervisors that support bridged adapters (VirtualBox/VMWare).
This commit is contained in:
parent
aa6547492e
commit
3b201da473
2 changed files with 179 additions and 0 deletions
|
@ -56,6 +56,7 @@ chmod 0400 mnt/boot/Kernel
|
|||
chmod 4750 mnt/bin/su
|
||||
chmod 4755 mnt/bin/passwd
|
||||
chmod 4755 mnt/bin/ping
|
||||
chmod 4755 mnt/bin/traceroute
|
||||
chmod 4750 mnt/bin/reboot
|
||||
chmod 4750 mnt/bin/shutdown
|
||||
chmod 4750 mnt/bin/keymap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue