Login to Website

Login dengan Facebook

 

Post Reply
Thread Tools
  #1  
Old 9th June 2010
gusrus's Avatar
gusrus
Ceriwiser
 
Join Date: Dec 2009
Location: Depok, West Java, Indonesia
Posts: 708
Rep Power: 17
gusrus is a Good mangusrus is a Good mangusrus is a Good mangusrus is a Good man
Smile [share] Script untuk melihat password

yang sering ke warnet mungkin pernah mengalami waktu mau masuk ke suatu situs, ada yang pernah login dan passwordnya dalam bentuk asterix.

Untuk melihat password yang tersembunyi gunakan script berikut ini.
Code:
javascript:(function(){var s,F,j,f,i; s = %22%22; 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() == %22password%22) s += f[i].value + %22\n%22; } } if (s) alert(%22Passwords in forms on this page:\n\n%22 + s); else alert(%22There are no saved passwords in forms on this page.%22);})();
Caranya copas pada address bar dan kalo ada password yang tersembunyi langsung muncul di window baru


Last edited by gusrus; 9th June 2010 at 11:45 AM.
Sponsored Links
Space available
Post Reply

« Previous Thread | Next Thread »



Switch to Mobile Mode

no new posts