标签:enc 网址 empty tar inux pip 编码 php target
List:
① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩ ? ? ? ? ? ? ? ? ? ? ⑴ ⑵ ⑶ ⑷ ⑸ ⑹ ⑺ ⑻ ⑼ ⑽ ⑾ ⑿
⒀ ⒁ ⒂ ⒃ ⒄ ⒅ ⒆ ⒇ ⒈ ⒉ ⒊ ⒋ ⒌ ⒍ ⒎ ⒏ ⒐ ⒑ ⒒ ⒓ ⒔ ⒕ ⒖ ⒗ ⒘ ⒙ ⒚ ⒛ ? ? ? ? ? ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
例如127.0.0.1
① ② ⑦.?.?.①
网址缩短
http://6du.in/
https://www.urlc.cn/
127。0。0。1
<?php
$schema = $_GET[‘s‘];
$ip = $_GET[‘i‘];
$port = $_GET[‘p‘];
$query = $_GET[‘q‘];
if(empty($port)){
header("Location: $schema://$ip/$query");
} else {
header("Location: $schema://$ip:$port/$query");
}
File协议
GOPHER协议
访问这个网址任何子域都会跳转到子域
10进制
16进制
Windows下:
0代表0.0.0.0
Linux下:
0代表127.0.0.1
访问http://www.baidu.com@10.10.10.10
与http://10.10.10.10
请求是相同的
localhost或者0.0.0.0
标签:enc 网址 empty tar inux pip 编码 php target
原文地址:https://www.cnblogs.com/murkuo/p/14925043.html