tgangte / bonesi

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

Why the contstant requests to Google.de #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Running the tool
2.without a URL or URL list

What is the expected output? What do you see instead?
I don't expect the tool to constantly request google.de

What version of the product are you using? On what operating system?
Latest

Please provide any additional information below.

Original issue reported on code.google.com by f8ler...@gmail.com on 10 Jul 2012 at 4:38

Attachments:

GoogleCodeExporter commented 9 years ago
Hello,

actually there are no requests to google. You are only contacting the following 
server:

dstIp:         192.168.1.87
dstPort:       25

According to HTTP standard, you need to send the "Host: something" in order to 
allow the server to have multiple domains on a single IP (virtual hosting: 
http://en.wikipedia.org/wiki/Virtual_hosting). If you use a URL file, the 
hostnames are used from that file. If you don't specify such a file, bonesi 
defaults to www.google.de (bonesi.c, line 581 if you want to change it).

Best regards!

Original comment by goldstein.iupr on 11 Jul 2012 at 8:27

GoogleCodeExporter commented 9 years ago
I saw that in Wireshark. Thank you for the clarification, and the line in the 
.c so I can change it. 

Original comment by f8ler...@gmail.com on 11 Jul 2012 at 12:08