Apart from what Steven Winderlich reports, just look at the results of the ASafaWeb scan: https://asafaweb.com/Scan?Url=www.angels-meet.fr
Custom errors: Fail
Requested URL: http://www.angels-meet.fr/?foo= | Response URL: http://www.angels-meet.fr/?foo= | Page title: Runtime Error | HTTP status code: 500 (Internal server error) | Response size: 3,420 bytes | Duration: 85 ms
Overview
Custom errors are used to ensure that internal error messages are not exposed to end users. Instead, a custom error message should be returned which provides a friendlier user experience and keeps potentially sensitive internal implementation information away from public view.
Result
It looks like custom errors are not correctly configured as the requested URL contains the heading “Server Error in”.
Custom errors are easy to enable, just configure the web.config to ensure the mode is either “On” or “RemoteOnly” and ensure there is a valid “defaultRedirect” defined for a custom error page as follows:
Overview
By default, excessive information about the server and frameworks used by an ASP.NET application are returned in the response headers. These headers can be used to help identify security flaws which may exist as a result of the choice of technology exposed in these headers.
Result
The address you entered is unnecessarily exposing the following response headers which divulge its choice of web platform:
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
X-AspNet-Version: 4.0.30319
Configuring the application to not return unnecessary headers keeps this information silent and makes it significantly more difficult to identify the underlying frameworks.
Requested URL: http://www.angels-meet.fr/ | Response URL: http://www.angels-meet.fr/ | Page title: ANGELS MEET- Site de rencontres pour trouver une femme, un homme, des amis | HTTP status code: 200 (OK) | Response size: 28,656 bytes (gzip’d) | Duration: 3,124 ms
Overview
Websites are at risk of a clickjacking attack when they allow content to be embedded within a frame. An attacker may use this risk to invisibly load the target website into their own site and trick users into clicking on links which they never intended to. An “X-Frame-Options” header should be sent by the server to either deny framing of content, only allow it from the same origin or allow it from a trusted URIs.
Also consider the analysis at redleg’s fileviewer site here: https://aw-snap.info/file-viewer/?tgt=http%3A%2F%2Fangels-meet.fr&ref_sel=GSP2&ua_sel=ff&fs=1
Could it be the code on line 50 is being flagged…
Suspicious ActiveXDataObjectsMDAC detected Microsoft.XMLHTTP code here: wXw.angels-meet.fr/clientScript/HttpHandlers.js as it exceeds run time…undefined variable p
polonus (volunteer website security analyst and website error-hunter)