Network-Query-Tool
Verified Safeby marksplayzc
Overview
A web-based network diagnostic tool for performing WHOIS, DNS lookups, IP information, ping, traceroute, and other network health checks.
Installation
No command providedSecurity 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
pentestMCP
This MCP server enables AI agents to perform automated and interactive penetration testing tasks by exposing a suite of security assessment utilities as callable tools.
pentest-mcp
This server provides a Model Context Protocol (MCP) interface for professional penetration testing, enabling automated execution and analysis of security tools like Nmap, John the Ripper, Gobuster, and Nikto.
whois-mcp
Provides LLMs with network information lookup tools through WHOIS and RIPE Database queries for domains, IPs, and ASNs, supporting multiple Regional Internet Registries.
whois-mcp-server
Provides WHOIS lookup capabilities for IP addresses and domain names via a Model Context Protocol (MCP) server.