Add files via upload

This commit is contained in:
雾島风起時
2025-10-13 01:29:11 +08:00
committed by GitHub
parent 3bba7cc504
commit 281853ffcc
26 changed files with 261 additions and 11 deletions
+2
View File
@@ -14,6 +14,8 @@
- **缺点**
- **Windows 兼容性**FIN 扫描在许多非 Windows 系统(如 Linux、BSD)上表现良好,但在 Windows 系统上,即使端口是开放的,它也可能回复一个 `RST` 包,导致扫描结果不准确。这是因为 Windows 系统的 TCP/IP 栈实现与 RFC 规范略有不同
**2. 空扫描 (Null Scan)**
- **命令**`nmap -sN <target>`