Download as pdf or txt
Download as pdf or txt
You are on page 1of 18

Acunetix Website Audit

21 September, 2019

Developer Report

Generated by Acunetix WVS Reporter (v9.5 Build 20140602)


Scan of http://www.delhiford.com:80/
Scan details

Scan information
Start time 9/20/2019 10:27:57 PM
Finish time 9/21/2019 1:01:55 AM
Scan time 2 hours, 33 minutes
Profile Default

Server information
Responsive True
Server banner Microsoft-IIS/8.5
Server OS Windows
Server technologies ASP.NET

Threat level
Acunetix Threat Level 1
One or more low-severity type vulnerabilities have been discovered by the scanner.

Alerts distribution

Total alerts found 4


High 0
Medium 0
Low 4
Informational 0

Alerts summary

Clickjacking: X-Frame-Options header missing


Classification
CVSS Base Score: 6.8

- Access Vector: Network


- Access Complexity: Medium
- Authentication: None
- Confidentiality Impact: Partial
- Integrity Impact: Partial
- Availability Impact: Partial
CWE CWE-693
Affected items Variation
Web Server s1

Acunetix Website Audit 2


File upload
Classification
CVSS Base Score: 0.0

- Access Vector: Network


- Access Complexity: Low
- Authentication: None
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: None
CWE CWE-16
Affected items Variation
/career.aspx s1

OPTIONS method is enabled


Classification
CVSS Base Score: 5.0

- Access Vector: Network


- Access Complexity: Low
- Authentication: None
- Confidentiality Impact: Partial
- Integrity Impact: None
- Availability Impact: None
CWE CWE-200
Affected items Variation
Web Server s1

Session Cookie without Secure flag set


Classification
CVSS Base Score: 0.0

- Access Vector: Network


- Access Complexity: Low
- Authentication: None
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: None
CWE CWE-16
Affected items Variation
/ s1

Acunetix Website Audit 3


Alert details

Clickjacking: X-Frame-Options header missing

Severity Low
Type Configuration
Reported by module Scripting (Clickjacking_X_Frame_Options.script)

Description
Clickjacking (User Interface redress attack, UI redress attack, UI redressing) is a malicious technique of tricking a Web
user into clicking on something different from what the user perceives they are clicking on, thus potentially revealing
confidential information or taking control of their computer while clicking on seemingly innocuous web pages.

The server didn't return an X-Frame-Options header which means that this website could be at risk of a clickjacking
attack. The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be
allowed to render a page in a <frame> or <iframe>. Sites can use this to avoid clickjacking attacks, by ensuring that their
content is not embedded into other sites.

Impact
The impact depends on the affected web application.
Recommendation
Configure your web server to include an X-Frame-Options header. Consult Web references for more information about
the possible values for this header.
References
Original Clickjacking paper
Clickjacking
The X-Frame-Options response header
Affected items

Web Server
Details
No details are available.
Request headers
GET / HTTP/1.1
Cookie: ASP.NET_SessionId=h2upeouiwedcdpxi2jivordy
Host: www.delhiford.com
Connection: Keep-alive
Accept-Encoding: gzip,deflate
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/28.0.1500.63 Safari/537.36
Accept: */*

Acunetix Website Audit 4


File upload

Severity Low
Type Informational
Reported by module Crawler

Description
This page allows visitors to upload files to the server. Various web applications allow users to upload files (such as
pictures, images, sounds, ...). Uploaded files may pose a significant risk if not handled correctly. A remote attacker could
send a multipart/form-data POST request with a specially-crafted filename or mime type and execute arbitrary code.

Impact
If the uploaded files are not safely checked an attacker may upload malicious files.
Recommendation
Restrict file types accepted for upload: check the file extension and only allow certain files to be uploaded. Use a whitelist
approach instead of a blacklist. Check for double extensions such as .php.png. Check for files without a filename like
.htaccess (on ASP.NET, check for configuration files like web.config). Change the permissions on the upload folder so
the files within it are not executable. If possible, rename the files that are uploaded.

Affected items

/career.aspx
Details
Form name: <empty>
Form action: http://www.delhiford.com/career.aspx
Form method: POST

Form inputs:

- __EVENTTARGET [Hidden]
- __EVENTARGUMENT [Hidden]
- __VIEWSTATE [Hidden]
- __VIEWSTATEGENERATOR [Hidden]
- __EVENTVALIDATION [Hidden]
- ctl00$ContentPlaceHolder1$Textbox1 [Text]
- ctl00$ContentPlaceHolder1$Textbox2 [Text]
- ctl00$ContentPlaceHolder1$Textbox3 [Text]
- ctl00$ ... (line truncated)
Request headers
GET /career.aspx HTTP/1.1
Pragma: no-cache
Cache-Control: no-cache
Referer: http://www.delhiford.com/
Acunetix-Aspect: enabled
Acunetix-Aspect-Password: *****
Acunetix-Aspect-Queries: filelist;aspectalerts
Cookie: ASP.NET_SessionId=h2upeouiwedcdpxi2jivordy
Host: www.delhiford.com
Connection: Keep-alive
Accept-Encoding: gzip,deflate
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/28.0.1500.63 Safari/537.36
Accept: */*

Acunetix Website Audit 5


OPTIONS method is enabled

Severity Low
Type Validation
Reported by module Scripting (Options_Server_Method.script)

Description
HTTP OPTIONS method is enabled on this web server. The OPTIONS method provides a list of the methods that are
supported by the web server, it represents a request for information about the communication options available on the
request/response chain identified by the Request-URI.

Impact
The OPTIONS method may expose sensitive information that may help an malicious user to prepare more advanced
attacks.
Recommendation
It's recommended to disable OPTIONS Method on the web server.
References
Testing for HTTP Methods and XST (OWASP-CM-008)
Affected items

Web Server
Details
Methods allowed: OPTIONS, TRACE, GET, HEAD, POST
Request headers
OPTIONS / HTTP/1.1
Cookie: ASP.NET_SessionId=h2upeouiwedcdpxi2jivordy
Host: www.delhiford.com
Connection: Keep-alive
Accept-Encoding: gzip,deflate
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/28.0.1500.63 Safari/537.36
Accept: */*

Acunetix Website Audit 6


Session Cookie without Secure flag set

Severity Low
Type Informational
Reported by module Crawler

Description
This cookie does not have the Secure flag set. When a cookie is set with the Secure flag, it instructs the browser that the
cookie can only be accessed over secure SSL channels. This is an important security protection for session cookies.

Impact
None
Recommendation
If possible, you should set the Secure flag for this cookie.

Affected items

/
Details
Cookie name: "ASP.NET_SessionId"
Cookie domain: "www.delhiford.com"
Request headers
GET / HTTP/1.1
Cookie: ASP.NET_SessionId=h2upeouiwedcdpxi2jivordy
Host: www.delhiford.com
Connection: Keep-alive
Accept-Encoding: gzip,deflate
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/28.0.1500.63 Safari/537.36
Accept: */*

Acunetix Website Audit 7


Scanned items (coverage report)
Scanned 53 URLs. Found 2 vulnerable.
URL: http://www.delhiford.com/
Vulnerabilities has been identified for this URL
4 input(s) found for this URL
Inputs
Input scheme 1
Input name Input type
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
Input scheme 2
Input name Input type
/ Path Fragment (suffix .aspx)
Input scheme 3
Input name Input type
Host HTTP Header
URL: http://www.delhiford.com/figo.aspx
No vulnerabilities has been identified for this URL
4 input(s) found for this URL
Inputs
Input scheme 1
Input name Input type
__EVENTVALIDATION URL encoded POST
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
ctl00%24ContentPlaceHolder1%24Button1 URL encoded POST
URL: http://www.delhiford.com/career.aspx
Vulnerabilities has been identified for this URL
23 input(s) found for this URL
Inputs
Input scheme 1
Input name Input type
__EVENTARGUMENT POST (multipart)
__EVENTTARGET POST (multipart)
__EVENTVALIDATION POST (multipart)
__VIEWSTATE POST (multipart)
__VIEWSTATEGENERATOR POST (multipart)
ctl00$ContentPlaceHolder1$Button1 POST (multipart)
ctl00$ContentPlaceHolder1$FileUpload1 POST (multipart)
ctl00$ContentPlaceHolder1$Textbox1 POST (multipart)
ctl00$ContentPlaceHolder1$Textbox2 POST (multipart)
ctl00$ContentPlaceHolder1$Textbox3 POST (multipart)
ctl00$ContentPlaceHolder1$TextBox4 POST (multipart)
Input scheme 2
Input name Input type
__EVENTARGUMENT POST (multipart)
__EVENTTARGET POST (multipart)
__EVENTVALIDATION POST (multipart)
__LASTFOCUS POST (multipart)

Acunetix Website Audit 8


__VIEWSTATE POST (multipart)
__VIEWSTATEGENERATOR POST (multipart)
ctl00$ContentPlaceHolder1$Button1 POST (multipart)
ctl00$ContentPlaceHolder1$FileUpload1 POST (multipart)
ctl00$ContentPlaceHolder1$Textbox1 POST (multipart)
ctl00$ContentPlaceHolder1$Textbox2 POST (multipart)
ctl00$ContentPlaceHolder1$Textbox3 POST (multipart)
ctl00$ContentPlaceHolder1$TextBox4 POST (multipart)
URL: http://www.delhiford.com/aspire.aspx
No vulnerabilities has been identified for this URL
4 input(s) found for this URL
Inputs
Input scheme 1
Input name Input type
__EVENTVALIDATION URL encoded POST
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
ctl00%24ContentPlaceHolder1%24Button1 URL encoded POST
URL: http://www.delhiford.com/app.aspx
No vulnerabilities has been identified for this URL
2 input(s) found for this URL
Inputs
Input scheme 1
Input name Input type
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
URL: http://www.delhiford.com/images/
No vulnerabilities has been identified for this URL
No input(s) found for this URL
URL: http://www.delhiford.com/images/vehivles/
No vulnerabilities has been identified for this URL
No input(s) found for this URL
URL: http://www.delhiford.com/images/metallic
No vulnerabilities has been identified for this URL
No input(s) found for this URL
URL: http://www.delhiford.com/images/car_colors/
No vulnerabilities has been identified for this URL
No input(s) found for this URL
URL: http://www.delhiford.com/images/endeavour/
No vulnerabilities has been identified for this URL
No input(s) found for this URL
URL: http://www.delhiford.com/default.aspx
No vulnerabilities has been identified for this URL
6 input(s) found for this URL
Inputs
Input scheme 1
Input name Input type
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST

Acunetix Website Audit 9


Input scheme 2
Input name Input type
aspxerrorpath URL encoded GET
Input scheme 3
Input name Input type
aspxerrorpath URL encoded GET
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
URL: http://www.delhiford.com/contact.aspx
No vulnerabilities has been identified for this URL
48 input(s) found for this URL
Inputs
Input scheme 1
Input name Input type
__EVENTARGUMENT URL encoded POST
__EVENTTARGET URL encoded POST
__EVENTVALIDATION URL encoded POST
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
ctl00%24ContentPlaceHolder1%24Button1 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox1 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox3 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox5 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox6 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox7 URL encoded POST
Input scheme 2
Input name Input type
__EVENTARGUMENT URL encoded POST
__EVENTTARGET URL encoded POST
__EVENTVALIDATION URL encoded POST
__LASTFOCUS URL encoded POST
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
ctl00%24ContentPlaceHolder1%24Button1 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox1 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox3 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox5 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox6 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox7 URL encoded POST
Input scheme 3
Input name Input type
__EVENTARGUMENT URL encoded POST
__EVENTTARGET URL encoded POST
__EVENTVALIDATION URL encoded POST
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
ctl00%24ContentPlaceHolder1%24Button1 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox1 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox3 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox5 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox6 URL encoded POST

Acunetix Website Audit 10


ctl00%24ContentPlaceHolder1%24TextBox7 URL encoded POST
g-recaptcha-response URL encoded POST
Input scheme 4
Input name Input type
__EVENTARGUMENT URL encoded POST
__EVENTTARGET URL encoded POST
__EVENTVALIDATION URL encoded POST
__LASTFOCUS URL encoded POST
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
ctl00%24ContentPlaceHolder1%24Button1 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox1 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox3 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox5 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox6 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox7 URL encoded POST
g-recaptcha-response URL encoded POST
URL: http://www.delhiford.com/mustang.aspx
No vulnerabilities has been identified for this URL
5 input(s) found for this URL
Inputs
Input scheme 1
Input name Input type
__EVENTVALIDATION URL encoded POST
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
ctl00%24ContentPlaceHolder1%24Button1 URL encoded POST
ctl00%24ContentPlaceHolder1%24Button2 URL encoded POST
URL: http://www.delhiford.com/ecosport.aspx
No vulnerabilities has been identified for this URL
4 input(s) found for this URL
Inputs
Input scheme 1
Input name Input type
__EVENTVALIDATION URL encoded POST
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
ctl00%24ContentPlaceHolder1%24Button1 URL encoded POST
URL: http://www.delhiford.com/css/
No vulnerabilities has been identified for this URL
No input(s) found for this URL
URL: http://www.delhiford.com/css/theme.css
No vulnerabilities has been identified for this URL
No input(s) found for this URL
URL: http://www.delhiford.com/css/mobile.css
No vulnerabilities has been identified for this URL
No input(s) found for this URL
URL: http://www.delhiford.com/css/metallic.css
No vulnerabilities has been identified for this URL
No input(s) found for this URL

Acunetix Website Audit 11


URL: http://www.delhiford.com/css/gallery.css
No vulnerabilities has been identified for this URL
No input(s) found for this URL
URL: http://www.delhiford.com/freestyle.aspx
No vulnerabilities has been identified for this URL
4 input(s) found for this URL
Inputs
Input scheme 1
Input name Input type
__EVENTVALIDATION URL encoded POST
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
ctl00%24ContentPlaceHolder1%24Button1 URL encoded POST
URL: http://www.delhiford.com/endeavour.aspx
No vulnerabilities has been identified for this URL
4 input(s) found for this URL
Inputs
Input scheme 1
Input name Input type
__EVENTVALIDATION URL encoded POST
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
ctl00%24ContentPlaceHolder1%24Button1 URL encoded POST
URL: http://www.delhiford.com/book_service.aspx
No vulnerabilities has been identified for this URL
64 input(s) found for this URL
Inputs
Input scheme 1
Input name Input type
__EVENTARGUMENT URL encoded POST
__EVENTTARGET URL encoded POST
__EVENTVALIDATION URL encoded POST
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
ctl00%24ContentPlaceHolder1%24Button1 URL encoded POST
ctl00%24ContentPlaceHolder1%24Dropdownlist1 URL encoded POST
ctl00%24ContentPlaceHolder1%24DropDownList2 URL encoded POST
ctl00%24ContentPlaceHolder1%24Dropdownlist5 URL encoded POST
ctl00%24ContentPlaceHolder1%24Dropdownlist6 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox1 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox2 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox3 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox4 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox5 URL encoded POST
Input scheme 2
Input name Input type
__EVENTARGUMENT URL encoded POST
__EVENTTARGET URL encoded POST
__EVENTVALIDATION URL encoded POST
__LASTFOCUS URL encoded POST
__VIEWSTATE URL encoded POST
Acunetix Website Audit 12
__VIEWSTATEGENERATOR URL encoded POST
ctl00%24ContentPlaceHolder1%24Button1 URL encoded POST
ctl00%24ContentPlaceHolder1%24Dropdownlist1 URL encoded POST
ctl00%24ContentPlaceHolder1%24DropDownList2 URL encoded POST
ctl00%24ContentPlaceHolder1%24Dropdownlist5 URL encoded POST
ctl00%24ContentPlaceHolder1%24Dropdownlist6 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox1 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox2 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox3 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox4 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox5 URL encoded POST
Input scheme 3
Input name Input type
__EVENTARGUMENT URL encoded POST
__EVENTTARGET URL encoded POST
__EVENTVALIDATION URL encoded POST
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
ctl00%24ContentPlaceHolder1%24Button1 URL encoded POST
ctl00%24ContentPlaceHolder1%24Dropdownlist1 URL encoded POST
ctl00%24ContentPlaceHolder1%24DropDownList2 URL encoded POST
ctl00%24ContentPlaceHolder1%24Dropdownlist5 URL encoded POST
ctl00%24ContentPlaceHolder1%24Dropdownlist6 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox1 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox2 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox3 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox4 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox5 URL encoded POST
g-recaptcha-response URL encoded POST
Input scheme 4
Input name Input type
__EVENTARGUMENT URL encoded POST
__EVENTTARGET URL encoded POST
__EVENTVALIDATION URL encoded POST
__LASTFOCUS URL encoded POST
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
ctl00%24ContentPlaceHolder1%24Button1 URL encoded POST
ctl00%24ContentPlaceHolder1%24Dropdownlist1 URL encoded POST
ctl00%24ContentPlaceHolder1%24DropDownList2 URL encoded POST
ctl00%24ContentPlaceHolder1%24Dropdownlist5 URL encoded POST
ctl00%24ContentPlaceHolder1%24Dropdownlist6 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox1 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox2 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox3 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox4 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox5 URL encoded POST
g-recaptcha-response URL encoded POST
URL: http://www.delhiford.com/engine4/
No vulnerabilities has been identified for this URL
No input(s) found for this URL

Acunetix Website Audit 13


URL: http://www.delhiford.com/engine4/style.css
No vulnerabilities has been identified for this URL
No input(s) found for this URL
URL: http://www.delhiford.com/engine4/jquery.js
No vulnerabilities has been identified for this URL
No input(s) found for this URL
URL: http://www.delhiford.com/engine4/wowslider.js
No vulnerabilities has been identified for this URL
No input(s) found for this URL
URL: http://www.delhiford.com/engine4/script.js
No vulnerabilities has been identified for this URL
No input(s) found for this URL
URL: http://www.delhiford.com/special_offer.aspx
No vulnerabilities has been identified for this URL
2 input(s) found for this URL
Inputs
Input scheme 1
Input name Input type
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
URL: http://www.delhiford.com/book_test_drive.aspx
No vulnerabilities has been identified for this URL
68 input(s) found for this URL
Inputs
Input scheme 1
Input name Input type
__EVENTARGUMENT URL encoded POST
__EVENTTARGET URL encoded POST
__EVENTVALIDATION URL encoded POST
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
ctl00%24ContentPlaceHolder1%24ab URL encoded POST
ctl00%24ContentPlaceHolder1%24Button1 URL encoded POST
ctl00%24ContentPlaceHolder1%24Dropdownlist1 URL encoded POST
ctl00%24ContentPlaceHolder1%24DropDownList2 URL encoded POST
ctl00%24ContentPlaceHolder1%24Dropdownlist5 URL encoded POST
ctl00%24ContentPlaceHolder1%24Dropdownlist6 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox1 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox2 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox3 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox4 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox5 URL encoded POST
Input scheme 2
Input name Input type
__EVENTARGUMENT URL encoded POST
__EVENTTARGET URL encoded POST
__EVENTVALIDATION URL encoded POST
__LASTFOCUS URL encoded POST
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST

Acunetix Website Audit 14


ctl00%24ContentPlaceHolder1%24ab URL encoded POST
ctl00%24ContentPlaceHolder1%24Button1 URL encoded POST
ctl00%24ContentPlaceHolder1%24Dropdownlist1 URL encoded POST
ctl00%24ContentPlaceHolder1%24DropDownList2 URL encoded POST
ctl00%24ContentPlaceHolder1%24Dropdownlist5 URL encoded POST
ctl00%24ContentPlaceHolder1%24Dropdownlist6 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox1 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox2 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox3 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox4 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox5 URL encoded POST
Input scheme 3
Input name Input type
__EVENTARGUMENT URL encoded POST
__EVENTTARGET URL encoded POST
__EVENTVALIDATION URL encoded POST
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
ctl00%24ContentPlaceHolder1%24ab URL encoded POST
ctl00%24ContentPlaceHolder1%24Button1 URL encoded POST
ctl00%24ContentPlaceHolder1%24Dropdownlist1 URL encoded POST
ctl00%24ContentPlaceHolder1%24DropDownList2 URL encoded POST
ctl00%24ContentPlaceHolder1%24Dropdownlist5 URL encoded POST
ctl00%24ContentPlaceHolder1%24Dropdownlist6 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox1 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox2 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox3 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox4 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox5 URL encoded POST
g-recaptcha-response URL encoded POST
Input scheme 4
Input name Input type
__EVENTARGUMENT URL encoded POST
__EVENTTARGET URL encoded POST
__EVENTVALIDATION URL encoded POST
__LASTFOCUS URL encoded POST
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
ctl00%24ContentPlaceHolder1%24ab URL encoded POST
ctl00%24ContentPlaceHolder1%24Button1 URL encoded POST
ctl00%24ContentPlaceHolder1%24Dropdownlist1 URL encoded POST
ctl00%24ContentPlaceHolder1%24DropDownList2 URL encoded POST
ctl00%24ContentPlaceHolder1%24Dropdownlist5 URL encoded POST
ctl00%24ContentPlaceHolder1%24Dropdownlist6 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox1 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox2 URL encoded POST
ctl00%24ContentPlaceHolder1%24Textbox3 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox4 URL encoded POST
ctl00%24ContentPlaceHolder1%24TextBox5 URL encoded POST
g-recaptcha-response URL encoded POST
URL: http://www.delhiford.com/data4/
No vulnerabilities has been identified for this URL
No input(s) found for this URL
Acunetix Website Audit 15
URL: http://www.delhiford.com/data4/images/
No vulnerabilities has been identified for this URL
No input(s) found for this URL
URL: http://www.delhiford.com/index_files
No vulnerabilities has been identified for this URL
No input(s) found for this URL
URL: http://www.delhiford.com/index_files/vlb_images1
No vulnerabilities has been identified for this URL
No input(s) found for this URL
URL: http://www.delhiford.com/js/
No vulnerabilities has been identified for this URL
No input(s) found for this URL
URL: http://www.delhiford.com/js/zebra_datepicker.js
No vulnerabilities has been identified for this URL
No input(s) found for this URL
URL: http://www.delhiford.com/js/core.js
No vulnerabilities has been identified for this URL
No input(s) found for this URL
URL: http://www.delhiford.com/js/chagecarcolor.js
No vulnerabilities has been identified for this URL
No input(s) found for this URL
URL: http://www.delhiford.com/js/custom.js
No vulnerabilities has been identified for this URL
No input(s) found for this URL
URL: http://www.delhiford.com/js/myjs.js
No vulnerabilities has been identified for this URL
No input(s) found for this URL
URL: http://www.delhiford.com/js/pdfobject.js
No vulnerabilities has been identified for this URL
No input(s) found for this URL
URL: http://www.delhiford.com/robots.txt
No vulnerabilities has been identified for this URL
No input(s) found for this URL
URL: http://www.delhiford.com/pricelist.aspx
No vulnerabilities has been identified for this URL
10 input(s) found for this URL
Inputs
Input scheme 1
Input name Input type
%20name URL encoded GET
Input scheme 2
Input name Input type
__EVENTVALIDATION URL encoded POST
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
ctl00%24ContentPlaceHolder1%24Button1 URL encoded POST
Input scheme 3
Input name Input type
Acunetix Website Audit 16
%20name URL encoded GET
__EVENTVALIDATION URL encoded POST
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
ctl00%24ContentPlaceHolder1%24Button1 URL encoded POST
URL: http://www.delhiford.com/comparison.aspx
No vulnerabilities has been identified for this URL
6 input(s) found for this URL
Inputs
Input scheme 1
Input name Input type
name URL encoded GET
Input scheme 2
Input name Input type
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
Input scheme 3
Input name Input type
name URL encoded GET
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
URL: http://www.delhiford.com/figo_gallery.aspx
No vulnerabilities has been identified for this URL
2 input(s) found for this URL
Inputs
Input scheme 1
Input name Input type
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
URL: http://www.delhiford.com/figo_variants.aspx
No vulnerabilities has been identified for this URL
2 input(s) found for this URL
Inputs
Input scheme 1
Input name Input type
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
URL: http://www.delhiford.com/webresource.axd
No vulnerabilities has been identified for this URL
2 input(s) found for this URL
Inputs
Input scheme 1
Input name Input type
d URL encoded GET
t URL encoded GET
URL: http://www.delhiford.com/aspire_gallery.aspx
No vulnerabilities has been identified for this URL
2 input(s) found for this URL
Inputs

Acunetix Website Audit 17


Input scheme 1
Input name Input type
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
URL: http://www.delhiford.com/aspire_variants.aspx
No vulnerabilities has been identified for this URL
2 input(s) found for this URL
Inputs
Input scheme 1
Input name Input type
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
URL: http://www.delhiford.com/ecosport_gallery.aspx
No vulnerabilities has been identified for this URL
2 input(s) found for this URL
Inputs
Input scheme 1
Input name Input type
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
URL: http://www.delhiford.com/ecosport_variants.aspx
No vulnerabilities has been identified for this URL
2 input(s) found for this URL
Inputs
Input scheme 1
Input name Input type
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
URL: http://www.delhiford.com/endeavour_gallery.aspx
No vulnerabilities has been identified for this URL
2 input(s) found for this URL
Inputs
Input scheme 1
Input name Input type
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
URL: http://www.delhiford.com/endeavour_variants.aspx
No vulnerabilities has been identified for this URL
2 input(s) found for this URL
Inputs
Input scheme 1
Input name Input type
__VIEWSTATE URL encoded POST
__VIEWSTATEGENERATOR URL encoded POST
URL: http://www.delhiford.com/files/
No vulnerabilities has been identified for this URL
No input(s) found for this URL

Acunetix Website Audit 18

You might also like