Markus-Go / bonesi

BoNeSi - the DDoS Botnet Simulator
Apache License 2.0
659 stars 198 forks source link

Bonessi: Killed automatically #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.when i run bonesi (ver. 2.00) it has been killed automatically
#root@: bonesi
Killed!

Could you help me, please.

Original issue reported on code.google.com by mzeyna...@gmail.com on 1 Aug 2012 at 4:31

GoogleCodeExporter commented 9 years ago
need parameters.

Original comment by sshae...@gmail.com on 27 Jan 2013 at 5:03

GoogleCodeExporter commented 9 years ago
root@pc:~# bonesi 192.168.1.33:80
Terminado (killed)

Original comment by endi...@gmail.com on 18 Apr 2013 at 2:05

GoogleCodeExporter commented 9 years ago
I got the same problem. Even running bonesi -h throws "Killed".
Ubuntu 10.04 (2.6.32-22-generic)

Original comment by alekwis...@gmail.com on 11 May 2013 at 1:18

Markus-Go commented 9 years ago
I tested Ubuntu 10.04 (32 and 64 bit) using Kernel 2.6.32-45-generic without 
any problems.

Please make sure you installed all necessary packages libpcap-dev automake 
libnet-dev build-essential and try:

make clean
autoreconf
make

If that does not work I have no clue what the problem is on your system. Maybe 
you can run it in gdb and see what causes the kill?

Original comment by Markus-Go on 11 May 2013 at 1:51

jo-hoffmann commented 7 years ago

I just faced the same issue. In my case it was related to a VM with too little memory. I had only allocated 340ish MB to the VM, extended it to 1200MB and it worked fine.