11.Wechall-------------Training: Regex by Gizmore(2级)(得分2个)
0x01:题目
题目 | 题目地址链接 |
---|---|
Regex (level 2) | http://www.wechall.net/challenge/training/regex/index.php |
0x02:WR
提示 | 解题步骤 |
---|---|
Easy enough. Your next task is to submit a regular expression that matches only the string ‘wechall’ without quotes. | 把1级中的不添加任何字符,添加上wechall即可,/^wechall$/ |
0x03:passwd/flag
提交后,即可过1级关!!!