Skip to content

Instantly share code, notes, and snippets.

@lsn
lsn / port-check.php
Created September 6, 2025 05:59 — forked from saudiqbal/port-check.php
PHP Port Checker
<!DOCTYPE html>
<html>
<head>
<title>Port Scanner</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="user-scalable=yes, initial-scale=1, width=device-width" />
<style>
body {
background: #f4f4f4;
width:100%;