Acunetix website security TEST and Demonstration site for Acunetix Web Vulnerability Scanner
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> Untitled Document
Acunetix website security TEST and Demonstration site for Acunetix Web Vulnerability Scanner
<% Dim oFileSys, oFile Set oFileSys = Server.CreateObject("Scripting.FileSystemObject") FName = Server.MapPath(".") & "\" & Request.QueryString("item") Set oFile = oFileSys.OpenTextFile (FName, 1, False, 0) If (IsObject(oFile)) Then Response.Write(oFile.ReadAll) oFile.Close End If %>

Warning: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.

Warning: This forum is deliberately vulnerable to SQL Injections, directory traversal, and other web-based attacks. It is built using ASP and it is here to help you test Acunetix. The entire content of the forum is erased daily. All the posts are real-life examples of how attackers are trying to break into insecure web applications. Please be careful and do not follow links that are posted by malicious parties.