I receive a message in my page asking how to show the  WiFi password in asterisk or dot of her neighborhood.

Here is blogmytuts tutorial for this day How to Show Password in asterisk or dot (WiFi Password , User Log in)


Solution 1:
If  you are already connected  and you don't know what is the WiFi password (usually the owner type the password for you and not showing or telling the password).
This is the trick for that ..
  1. click the  WiFi network name 
  2. click properties  
  3. check show character



Solution 2:
If you can access the IP address login in default user go to wifi security
used this java script
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;}}

Or, alternatively you can use this" Blogmytuts Show Password "Bookmarklet by dragging it to your Bookmarks Bar to instantly view hidden passwords at the click of a button.







 Just click Show Password to reveal the password


Another trick is to view element or use web developer

find password  then delete it or change to text  so the password will show on a plained txt








Tested on a adsl account.






 Tutorial by blogmytuts
blogmytuts

Post a Comment