Khám phá
Sao bạn không thử?
Du lịch
Tình yêu
Giới tính
Bí ẩn

Chủ Nhật, 26 tháng 5, 2013

Want to See password Behind Asterisks

Now days almost all types of browser comes with the features which allow us to save username and password of website so when we try to access that particular website browser auto filed with the previously stored username and password. 
Its very nice features to save time but its secure only in personal computer if your device is used by other persons than its really bad idea to save password.
So i will show how to see the save password of some one by just a simle java script code.
1)open the page where you want to see the saave password(see below)
password Behind Asterisks
2)Now just copy and drag this code to your desired page 
 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.");})();


3)Now you will able to see the password (see  like this )
password Behind Asterisks

4) Enjoy and yes don't try to access my fb account you will probably not able login 

Không có nhận xét nào:

Đăng nhận xét