摘要: Well, maybe the operator '~' is scarce or not be utilized frequently, therefore it still not be filtered. 阅读全文
posted @ 2021-08-07 22:11 _4_FUN 阅读(50) 评论(0) 推荐(0)
摘要: Open the web page, it shows a button you can't click. So we inspect the source code. We find the code "disabled=''" , it gives the button that specifi 阅读全文
posted @ 2021-08-06 23:54 _4_FUN 阅读(46) 评论(0) 推荐(0)
摘要: Inspect the regular expression condition whether contans '~', if not ,go ahead with the previous payload '~~1000'. 阅读全文
posted @ 2021-08-05 21:42 _4_FUN 阅读(23) 评论(0) 推荐(0)
摘要: Luckily, the addtional regular expression dose not contains the prefix '~', so wo still could exploit that payload '~~1000' to bypass the filiter. Don 阅读全文
posted @ 2021-08-04 22:17 _4_FUN 阅读(29) 评论(0) 推荐(0)
摘要: Obviously, in comparision to 萌新web2,here adding additional filter conditions that regular expression can match those stuff: 'or', '-', '\', '*', '<', 阅读全文
posted @ 2021-08-03 17:58 _4_FUN 阅读(17) 评论(0) 推荐(0)
摘要: This is similar to 萌新web1, but the only difference between them is here adding the function preg_match() that is a regular expression to filter 'or' a 阅读全文
posted @ 2021-08-02 12:35 _4_FUN 阅读(20) 评论(0) 推荐(0)
摘要: We notice that it's related to bypassing. The below annotation reminds us that the true id is 1000, so we need bypass the function intval(). In order 阅读全文
posted @ 2021-08-01 19:39 _4_FUN 阅读(12) 评论(0) 推荐(0)
摘要: The knowledge point of this question is cookie what contains some necessary information about personal status so that Web server could remember you. W 阅读全文
posted @ 2021-07-31 14:43 _4_FUN 阅读(18) 评论(0) 推荐(0)
摘要: So the hint is very obvious :) .bak uesd to be the postfix of backup file. Download this backup file and the flag is hidden in source code. 阅读全文
posted @ 2021-07-30 22:58 _4_FUN 阅读(39) 评论(0) 推荐(0)
摘要: It is a blank web page. So get the help from the hint: X老师上课讲了Robots协议,小宁同学却上课打了瞌睡,赶紧来教教小宁Robots协议是什么吧。 Robots Protocal is uesd to constrain the range 阅读全文
posted @ 2021-07-29 22:39 _4_FUN 阅读(28) 评论(0) 推荐(0)