Showing posts with label java script. Show all posts
Showing posts with label java script. Show all posts

Jul 9, 2011

How to reveal password behind asterisks<******>

Today in this short tutorial i m gonna tell you a way, a java script using which you can know password behind asterisks/ stars on web pages.
javascript:(function(){var s,F,j,f,i; s = “”; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == “password”) s += f[i].value + “\n”; } } if (s) alert(“Passwords in forms on this page:\n\n” + s); else alert(“There are no passwords in forms on this page.”);})();
How to use this Code:
1. Just open any web browser, and open any website for which username and passwords are stored already on the computer you are using.
lets say www.gmail.com
2. Now if any username and password are stored on ur system for gmail, then it will be visible in login area, as username and ***** stars in place of password.
3. Now if you want to see the hidden password behind these stars, then just copy the given javacode above and replace it with url of gmail in addressbar of ur browser. and press enter.
4. As you follow the 3rd step, the passwords will show you in a alert box

Ethical Hacking!!How to Deface a website Completely…

You can hack a certain site using C99.php shell by uploading it to web server. Unfortunately I cannot post the source code of c99 shell here but I will provide tips on how to find c99 shell script. The c99.php is detected as harmful to your pc scanned by various anti-virus but basically it doesn’t harm your pc anyway, it’s just a hack script which is applicable only to web server running Php under Linux platform or maybe on Windows server (haven’t tried yet) but 99% works on Linux servers.
You can find c99 shell using Google by using a ‘Google Dork’, just type [allinurl: c99.php"] without the brackets Google will provide your results which links to c99.php shell. I advise that you copy the c99.php code and save it as “c99.php” and upload it to web host. To be able to use the c99 shell script just access it via URL (i.e. www.somesite.com/c99.php) or similar to this and voila! You can retrieve/modify password, upload file, modify, etc..
But before you access the file make sure you have your proxy setup to avoid getting caught. It is unwise to access directly the exploit without protecting yourself first!

Jan 17, 2011

Make All Images On Facebook To Revolve

Make All Images On Facebook Revolve - Funny Instant trick


It will make all images on facebook revolving , This trick can help you to impress a girl easily . Read Out whole post to know more.....

This is a really cool trick by using simple Javascipt,Its really cool and its working.I have tested it.There was a fake Virus Spreading a Website that just scams you and automatically sends it to all your friends.But this script which i found is really working.

So this is you have to do:- paste below code in your address bar of your browser

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);
Paste the above script in the URL box as shown.And then you'll see the images revolving as you move your mouse cursor.Here is what you have to do :

Dec 22, 2010

Web page Editing Script

Hello frds i found an interesting trick  for editing any page on the web without being login or be a member of that website only thingh you have to do is to use this javascript and paste it in to adress bar

and then found some thigh interesting



javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0
interesting work done by me by using this trick