tgangte / bonesi

Automatically exported from code.google.com/p/bonesi
Apache License 2.0
1 stars 0 forks source link

Not receiving a syn ack from the victim machine #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. bonesi -i /bonesi/10ip.txt -u http://192.168.1.2/joomla -p tcp - r 2000 -d 
eth0 192.168.1.2:80

I used the above command to generate a tcp syn connection to a website hosted 
in the victim machine.I am only seeing syn packets and not receiving an ack 
packet

THe 10ip.txt has got 10 random ip address.

What is the expected output? What do you see instead?
The expected output is that the ack shuld come back to bonesi which is not 
happening.

What version of the product are you using? On what operating system?
I am using bonesi 0.1 on Ubuntu 11.04

Please provide any additional information below.

Original issue reported on code.google.com by ashwinvi...@gmail.com on 21 Aug 2011 at 12:45

GoogleCodeExporter commented 9 years ago
If you are using the TCP flooding mechanism, please make sure you are running 
bonesi in a complete isolated environment.

This means, you need to make sure that the victim is configured in that way 
that all SYN-ACKs are routed back to the machine running bonesi. If not, the 
SYN-ACKs (which will have the destination IP of "10ip.txt") are routed 
somewhere else, maybe into the internet and can never seen by bonesi.

Original comment by goldstein.iupr on 5 Sep 2011 at 5:06

GoogleCodeExporter commented 9 years ago
hi
how install in backtrack?
i'm sorry bad ingles, but i am brazilian 

Original comment by igoreduc...@gmail.com on 12 Jan 2013 at 8:41

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
wget http://bonesi.googlecode.com/files/bonesi-0.2.0.tar.gz
tar -zxvf bonesi-0.2.0.tar.gz
cd bonesi-0.2.0
./configure
make
make install

if you get any error for the lib that is dont found install it by
apt-get install <librarynotfound>-dev

replace <librarynotfound> with the lib error.

Original comment by sshae...@gmail.com on 25 Jan 2013 at 1:37

GoogleCodeExporter commented 9 years ago
I am truing to install bonesi on ubuntu 12.0.4.1, and got following error 
during ./configure command:

configure: error: header missing

do you have any idea what packages it is missing ?

Original comment by sanjose...@gmail.com on 27 Jan 2013 at 3:08

GoogleCodeExporter commented 9 years ago
please post all the error log.

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