首先先看看题目

BugKu-CTF-web4 >> 看看源代码?

 

 

 直接看源码

BugKu-CTF-web4 >> 看看源代码?

 

 

 将 P1 P2 解码

<script>
var p1 = 'function checkSubmit(){var a=document.getElementById("password");if("undefined"!=typeof a){if("67d709b2b';
var p2 = 'aa648cf6e87a7114f1"==a.value)return!0;alert("Error");a.focus();return!1}}document.getElementById("levelQuest").οnsubmit=checkSubmit;';
eval(unescape(p1) + unescape('54aa2' + p2));escape
</script>

将代码进行组合

67d709b2b54aa2aa648cf6e87a7114f1

将代码提交得出flag

BugKu-CTF-web4 >> 看看源代码?

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-02
  • 2021-08-08
  • 2021-04-30
  • 2022-01-16
  • 2021-11-19
  • 2021-08-27
猜你喜欢
  • 2021-10-04
  • 2022-12-23
  • 2021-07-07
  • 2021-12-07
  • 2021-11-27
  • 2022-12-23
  • 2021-06-26
相关资源
相似解决方案