Back to Home
marksplayzc icon

Network-Query-Tool

Verified Safe

by marksplayzc

Overview

A web-based network diagnostic tool for performing WHOIS, DNS lookups, IP information, ping, traceroute, and other network health checks.

Installation

Run Command
No command provided

Security Notes

The source code demonstrates strong security practices for a PHP web application. It includes robust security headers (e.g., Strict-Transport-Security, X-Frame-Options, Content-Security-Policy with nonce), enforces HTTPS redirection, uses `htmlspecialchars()` for output encoding to prevent XSS, and `filter_var()` for input validation. Dangerous functions like `eval()` or direct shell command execution (`exec`, `shell_exec`) are not present. Network operations (WHOIS, DNS, ASN lookup) are performed using standard PHP functions (`fsockopen`, `gethostbyaddr`, `dns_get_record`) which are generally safe when inputs are validated. The 'ip.php' file is intentionally empty. The primary 'risk' is inherent to any tool performing network queries, requiring outbound internet access, but the implementation itself appears secure.

Similar Servers

Stats

Interest Score33
Security Score9
Cost ClassMedium
Avg Tokens5
Stars2
Forks0
Last Update2025-12-11

Tags

network diagnosticsWHOISDNS lookupIP toolsweb application