tgangte / bonesi

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

request are not send #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
amandeep@amandeep-HP-G42-Notebook-PC:~/Desktop/Test/bonesi/trunk$ sudo bonesi  
50k-bots -p tcp -r 2 -o bonesi_stats.txt -c 10 -b browserlist.txt -d eth0 -v 
192.168.1.220:80
dstIp:         192.168.1.220
dstPort:       80
protocol:      6
payloadSize:   32
rate:          2
ips:           50k-bots
urls:          (null)
useragents::   browserlist.txt
stats file:    bonesi_stats.txt
maxPackets:    10
format:        dotted
toggle:        no
reading file...done
Size of url array: 1
www.google.de/
reading user agents file...done
Number of Useragents: 17
Useragent[0]: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.8) 
Gecko/20071004 Iceweasel/2.0.0.8 (Debian-2.0.0.6+2.0.0.8-Oetch1)
Useragent[1]: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.0.1) 
Gecko/20060111 Firefox/1.5.0.1
Useragent[2]: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
Useragent[3]: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 
1.1.4322)
Useragent[4]: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; 
{1C69E7AA-C14E-200E-5A77-8EAB2D667A07})
Useragent[5]: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; acc=baadshah; 
acc=none; freenet DSL 1.1; (none))
Useragent[6]: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)
Useragent[7]: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.51
Useragent[8]: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) 
Gecko/20060111 Firefox/1.5.0.1
Useragent[9]: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; 
snprtz|S26320700000083|2600#Service Pack 1#2#5#154321|isdn)
Useragent[10]: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Alexa 
Toolbar; mxie; .NET CLR 1.1.4322)
Useragent[11]: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; fr-FR; rv:1.7.8) 
Gecko/20050511 Firefox/1.0.4
Useragent[12]: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; ja-jp) 
AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8
Useragent[13]: Opera/9.00 (Windows NT 5.1; U; en)
Useragent[14]: Mozilla/3.01 (compatible;)
Useragent[15]: Mozilla/5.0 (Windows; U; Windows NT 5.0; ja-JP; rv:1.7.12) 
Gecko/20050919 Firefox/1.0.7
Useragent[16]: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) 
Gecko/20051010 Firefox/1.0.7 (Ubuntu package 1.0.7)
2 requests in 1.000307 seconds
    0 finished correctly
    0 resets received
2 requests in 1.000251 seconds
    0 finished correctly
    0 resets received
2 requests in 1.000280 seconds
    0 finished correctly
    0 resets received
2 requests in 1.000257 seconds
    0 finished correctly
    0 resets received
2 requests in 1.000265 seconds
    0 finished correctly
    0 resets received
10 requests  sent

Why there is '0 finished correctly and 0 resets received'
Please help..

Original issue reported on code.google.com by parvinde...@gmail.com on 15 Oct 2011 at 1:48

GoogleCodeExporter commented 9 years ago
Please can someone give some examples of using it

Original comment by parvinde...@gmail.com on 15 Oct 2011 at 1:57

GoogleCodeExporter commented 9 years ago
Hello,

Well, basically your setup works. The requests are sent to your webserver 
192.168.1.220. However, you don't receive an answer from it. 

Make sure that:
a) your webserver is up and running
b) your webserver and your testbed is configured such that all the traffic is 
routed back to your machine running bonesi [as default GW]. (In this case 
amandeep-HP-G42-Notebook-PC).

For TCP based attacks with multiple forged IPs this is mandatory. If you don't 
have a closed testbed (or virtual environment) you might want to use UDP or 
ICMP based attacks, where correct routing is not necessary as the protocols do 
not require a 3-way-handshake.

If it is not necessary for you to spoof IPs and you want to use TCP from *one* 
IP only, then configure the correct IP address of your host running bonesi in a 
file and use the "-i" switch with it.

Original comment by goldstein.iupr on 17 Oct 2011 at 2:42