码迷,mamicode.com
首页 > 其他好文 > 详细

绕过ip限制

时间:2021-06-24 18:00:02      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:enc   网址   empty   tar   inux   pip   编码   php   target   

绕过ip限制

1.enclosed alphanumerics

List:
① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩ ? ? ? ? ? ? ? ? ? ? ⑴ ⑵ ⑶ ⑷ ⑸ ⑹ ⑺ ⑻ ⑼ ⑽ ⑾ ⑿
⒀ ⒁ ⒂ ⒃ ⒄ ⒅ ⒆ ⒇ ⒈ ⒉ ⒊ ⒋ ⒌ ⒍ ⒎ ⒏ ⒐ ⒑ ⒒ ⒓ ⒔ ⒕ ⒖ ⒗ ⒘ ⒙ ⒚ ⒛ ? ? ? ? ? ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?

例如127.0.0.1
① ② ⑦.?.?.①

2.短网址

网址缩短
http://6du.in/
https://www.urlc.cn/

技术图片

3.句号代替点

127。0。0。1

4.302跳转

<?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"); 
}

5.利用其他协议绕过

File协议
GOPHER协议

6.xip.ip

访问这个网址任何子域都会跳转到子域

7.IP编码

10进制
16进制

8.省略绕过

Windows下:
0代表0.0.0.0
Linux下:
0代表127.0.0.1

9.@绕过

访问http://www.baidu.com@10.10.10.10http://10.10.10.10请求是相同的

10.localhost

localhost或者0.0.0.0

绕过ip限制

标签:enc   网址   empty   tar   inux   pip   编码   php   target   

原文地址:https://www.cnblogs.com/murkuo/p/14925043.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!