最近在做 hacker101 上的题,第三题的 Unrelated Bonus 完全看不懂是什么意思,网上也没有什么解释。还望大牛解惑,谢谢!
地址: https://levels-a.hacker101.com/levels/2/
<!doctype html>
<html>
<head>
<title>Breaker Profile</title>
<link rel="icon" type="image/png" href="/favicon.png" />
<!--
In this level, there are 7 vulnerabilities, falling into the following classes:
Stored XSS
Reflected XSS
Unrelated Bonus
Have fun!
-->
</head>
...........