xss

  1. Sky

    国外搬运 XSS注入式网站攻击源代码

    <!DOCTYPE html> <html> <head> <title>Evil Lair</title> </head> <body> <h1>Welcome to Your Evil Lair</h1> <p>Enter your name to see the power of darkness:</p> <input type="text" id="name" /> <button onclick="greet()">Summon Chaos</button> <script> function greet() { var name =...
后退
顶部