├── ping.php ├── ping1.html ├── ping2.html ├── traceroute.html └── traceroute.php /ping.php: -------------------------------------------------------------------------------- 1 | 17 | -------------------------------------------------------------------------------- /ping1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | Step 1/2
enter packet count: 5 | 6 | 7 |
8 | 9 | 10 | -------------------------------------------------------------------------------- /ping2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | Step 2/2
enter host to ping: 5 | 6 | 7 |
8 | 9 | 10 | -------------------------------------------------------------------------------- /traceroute.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | Enter host to trace route to: 5 | 6 | 7 | 8 |
9 | 10 | 11 | -------------------------------------------------------------------------------- /traceroute.php: -------------------------------------------------------------------------------- 1 | 17 | --------------------------------------------------------------------------------