Codeview

[ Find the Vulnerability in Code ]

Beginner levels

Injection [ php ]filedump [ php ]alertme [ js ]polluteMe [ js ]It'sDoneOnlyResource

    <!DOCTYPE html>
    <html>
    <head>
        <title>Vulnerable Page</title>
    </head>
    <body>
        <h1>Search Results</h1>
        <p>You searched for: <?php echo $_GET['search']; ?></p>
    </body>
    </html>
    
    

[ hint: alert ]


← Back
Next →