secret-string-400 school-ctf-winter-2015

解压文件得到html和js文件

攻防世界 reverse secret-string-400

 

 Task.html

<html>
    <head>
        <title>JSMachine</title>
        <meta charset="UTF-8">
        <script type='text/javascript' src='Machine.js'></script>
    </head>
    <body>
        <h1>Secret key</h1><br/>
        <h2>Test your luck! Enter valid string and you will know flag!</h2><br/>
        <input type='text'></input><br/>
        <br/>
        <input type='button' onclick="check()" value='Проверить'></button>
    </body>
</html>
View Code

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-16
  • 2021-10-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案