Sinisterly
How to hack your first site :) - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials)
+--- Thread: How to hack your first site :) (/Thread-How-to-hack-your-first-site)



How to hack your first site :) - ahsanciit - 07-30-2011

Hey, alot of users asked me about how i hacked the site Smile
so i made a tutorial about how to hack your first site..
this is the most easiest hack method, i think it would be really hard.. but no, it isnt..

1. How to start
--
2. i found a site.

How to start



- You start off with Google, Search some Webspell Templates.
- I select Doublekey.de they are easy( i only understand a bit german but that doesnt matters )
- now search allintitle:www.doublekey.de in google if you use doublekey like me

I found a site


- Now when you found your site then, you should figour out that it uses Webspell witch is a gaming system, and templates doesnt do a fuck, its just a sliced image!
- Now type


PHP Code:
www.thesite.com/picture.php?file=_mysql.php
- and then you right click and view source.
- MAYBE you should get something like this:


PHP Code:
<?php
$host = "some ip or localhost here";
$user = "some kinda user here";
$pwd = "fucking pass here";
$db = "a database here ";
define(PREFIX, 'webs_');
?>


- if there is an ip there try typing it in the adressbar and see if it looks like:

[Image: tut1.png]

- now you use the $user = "the username"
- to login. and the $pwd = "albalb"
- Now when you are logged in..
- when you got in then you press the database on you left.. that one you saw before in the document.
- now press it and go down and select all and then delete.
And now you log out and it should look like this website:
http://www.e-gaming.dk/

[warn]

I am going to edit and make a resume on how to upload shell Tongue

happy hacking..
Enjoy


RE: How to hack your first site :) - Shadow Hunter - 07-30-2011

nice tutorial. Smile keep up the good work.


RE: How to hack your first site :) - chipp - 07-30-2011

i don't understand, where should i type this:

Quote:PHP Code:
http://www.thesite.com/picture.php?file=_mysql.php

i tried to type it but error...


RE: How to hack your first site :) - ahsanciit - 07-30-2011

use ur site in http://www.thesite.com/picture.php?file=_mysql.php


RE: How to hack your first site :) - bspro - 07-30-2011

Cool tut
Dude thanks
I like it


RE: How to hack your first site :) - chipp - 07-31-2011

did you mean like this right?
http://www.xmarks.com/site/www.doublekey.de/picture.php?file=_mysql.php
i didn't get anything...