๐ Bug HuntDJ Django Easyโก+10 XP
Missing CSRF Token
POST form returns 403 Forbidden.
๐ Find the bug
1
<form method='post'>2
<input type='text' name='email'>3
<button type='submit'>Send</button>4
</form>๐ The bug is on line 1