H4cK3rS-c0MmUn1Ty.Co.Cc--Your Own Community

Discuss about computer security, advanced hacking tools and techniques, latest exploits and vulnerabilities, You can view this blog as a hackers discussion lobby, Questions like "how to hack?" answered here, you can find answers of questions like "how to execute exploits coded in php, Perl, python, HTML, c etc...., Our Aim is Simple! we must learn to hack in order to fight cyberspace criminals.

Saturday, September 20, 2008

Phpbb hacking with pictures - Sql Injection

This post is a little bit old, as i have tried it a few weeks back...

Phpbb hacking with pictures
I already posted a step by step video for this hack

the video is located @ http://rapidshare.com/files/99460220/phpbb-Sql-Injection.rar

Well get back to work
What we need for this hack to work:
1: A pc with internet connection
2: our friend (Google)
3: The sql injection code
4. And finally the target.

lets do it step by step:

open up google and type "Modified by Fully Modded" in search bar.
it will give many results, select any one randomly.

this is what you most likely be getting after you search for the above string.




Just have a look at the target

now we have the target, its time to inject our target now:
for injection we use the following string :

http://site.com/forum/kb.php?mode=article&k=-1+union+select+1,1,concat(user_id,char(58),username,char(58),user_password),4,5,6,7,8,9,10,11,12,13+from+phpbb_users+where+user_id+=2&page_num=2&cat=1

Now from the above string [replace the site.com/forum/] with you target site and forum path

Hit enter and wait for the page to load fully





Well this sql injection will give you the admins username along with the hash
now you need to break the hash in order to login as admin

To break the hash use


http://www.milw0rm.com/cracker/insert.php

enter the hash their and click on submit and it will give you the password

All credit goes to the original author

Source: http://h4ck3rs-c0mmun1ty.co.cc/

Note: This is for educational purposes only, don't cause harm to anyone using this exploit

Enjoy!