Daniel Farina was here on Jan 16, 2024. Testing hosting a simple website. <!DOCTYPE html> <html> <head> <title>Injection Test Page</title> </head> <body> <h1>JavaScript Injection Test</h1> <p>Enter text to test for JavaScript injection:</p> <input type="text" id="testInput"> <button onclick="testInjection()">Test</button> <script> function testInjection() { var userInput = document.getElementById('testInput').value; alert(userInput); } </script> </body> </html>
Jan 16 2024 11:35 PM | 18752522 | inscribe | asteroids | cosmos1mjg...fzd2vl | View on Mintscan |
---|