![]() |
|
hacking - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Website & Server Hacking (https://sinister.ly/Forum-Website-Server-Hacking) +--- Thread: hacking (/Thread-hacking--33078) |
hacking - karan - 05-30-2011 ****************FOR EDUCATIONAL PURPOSES ONLY*********** Open the website u want to hack. Provide wrong username-password...... (e.g : Username - me and Password - ' or 1=1 --) An error occured saying wrong username-password. Now be prepared your work starts from here..............!!! ** Right click anywhere on that page =>> go to view source.......!!! **There you can see the html coding with java scripts...........!!! **Before this login information copy the url..........!!! of the site in which you are. **Then delete the java script from the above that validates your information in the server.(Do this very carefully, your success to hack the site depends upon this i.e. how efficiently u delete the JavaScript’s that validate your account information) then look for...code ..: input name="password" type="password" => replace there instead of . See there if max length of password is less than 11 then increase it to 11 (e.g. : if then write ** Just go to file => save as and save it any where within the hard disk with ext.html(e.g. :c:hack.htm).. 6---- Close your webpage and go to the webpage u save in your hard disk(e.g : c:hack.htm) Open it.... ** U see that some changes in current page as compared to original One. Don't worry..........!!!! * Provide any username[e.g:hacker] and password[e.g:' or 1=1 --] Congrats! Your have cracked the above website and entered into the account of Ist user saved in the server's database...............!!!! .RE: hacking - satz333 - 05-30-2011 Yea Its KooL ![]() Nice Buddy Keep it up
RE: hacking - karan - 05-30-2011 (05-30-2011, 08:37 AM)satz333 Wrote: Yea Its KooL thx...bro... .......!!RE: hacking - Jacob - 06-03-2011 this is a very vague tutorial. RE: hacking - Shining White - 06-07-2011 perfect tutorial .., shud try it
RE: hacking - forky - 06-15-2011 cud i tell simple ???? cudnt get into mind
RE: hacking - SwordHack - 07-02-2011 can you explain further? RE: hacking - Reverence - 07-02-2011 To sum it up: Right click on the admin page then click "view source". Copy the code into notepad. Delete the java script that validates your information on the server. Look for the code: input name="password" type="password" Put a ">" instead of the "=". Save the file as name.html. Click the file. Type any username and any password. That's what I was able to comprehend. |