oll98 / phpgsb

Automatically exported from code.google.com/p/phpgsb
Other
1 stars 0 forks source link

phpGSB Not checking main domain on subdomain checks #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Check http://rapidsoftclearon.net/
2. Check http://www1.rapidsoftclearon.net/

What is the expected output? What do you see instead?
http://www1.rapidsoftclearon.net/ should produce a positive result but it 
doesn't.

phpGSB should already be checking the main domain hostkey but for some reason 
it isn't working correctly, needs to be investigated.

Original issue reported on code.google.com by sam%beav...@gtempaccount.com on 13 Oct 2010 at 2:47

GoogleCodeExporter commented 8 years ago
It appears that it is checking the main domain, however it seems to have 
problems with the www1 pre-pending the domain. From initial scanning it appears 
as though for some reason it recognises it as an IP instead of a domain name 
(which is what it is). 

Original comment by sam%beav...@gtempaccount.com on 13 Dec 2010 at 12:22

GoogleCodeExporter commented 8 years ago
Changed how script checks if a URL is an IP or not.

Original comment by sam%beav...@gtempaccount.com on 16 Dec 2010 at 4:34