Re: [netsniff-ng] TCP-SYN Flood Config file

2015-11-27 Thread Daniel Borkmann
On 11/27/2015 08:57 AM, Burak Özalp wrote: Hi everyone; First of all, you've done great job with netsniff-ng!Congrulations! I want to use trafgen to simulate an syn_flood attack. In --help, i saw that " trafgen --dev eth0 --conf tcp_syn.cfg -u `id -u bob` -g `id -g bob`" command. Could you

[netsniff-ng] TCP-SYN Flood Config file

2015-11-27 Thread Burak Özalp
Hi everyone; First of all, you've done great job with netsniff-ng!Congrulations! I want to use trafgen to simulate an syn_flood attack. In --help, i saw that " trafgen --dev eth0 --conf tcp_syn.cfg -u `id -u bob` -g `id -g bob`" command. Could you please share tcp_syn.cfg file? Best

[netsniff-ng] [PATCH] netsniff-ng: nlmsg: Print genl ops & mcast groups attributes

2015-11-27 Thread Vadim Kochan
Dump Generic netlink ops & mcast groups nested attributes. Signed-off-by: Vadim Kochan --- proto_nlmsg.c | 106 ++ 1 file changed, 92 insertions(+), 14 deletions(-) diff --git a/proto_nlmsg.c b/proto_nlmsg.c index

[netsniff-ng] Re: [PATCH] netsniff-ng: nlmsg: Print genl ops & mcast groups attributes

2015-11-27 Thread Tobias Klauser
On 2015-11-27 at 08:58:39 +0100, Vadim Kochan wrote: > Dump Generic netlink ops & mcast groups nested attributes. > > Signed-off-by: Vadim Kochan Applied, thanks. -- You received this message because you are subscribed to the Google Groups "netsniff-ng"

Re: [netsniff-ng] TCP-SYN Flood Config file

2015-11-27 Thread Daniel Borkmann
On 11/27/2015 11:01 AM, Burak Özalp wrote: Thank you! I edited the data part and at most i could send 1.800.000 packets per second. Does it possible to increase the pps ? I think that netsniff-ng is a good alternative to netmap, especially about tcp_syn flood attacks. Hmm, likely depends on