javascript:(function(){var s,F,j,f,i; s = “”; F = document.forms; for(j=0; j<F.length; ++j) { f = F; for (i=0; i<f.length; ++i) { if (f.type.toLowerCase() == “password”)...
Tag: password
perl -le ‘print crypt(“password”, “salt”)’
function randomPass($longitud) { $pattern = “1234567890abcdefghijklmnopqrstuvwxyz”; for($i=0;$i<$longitud;$i++) { $key .= $pattern{rand(0,35)}; }...
First of all you will need to ensure that your database is stopped: root@steve:~# /etc/init.d/mysql stop Now you should start up the database in...
javascript:(function(){var s,F,j,f,i; s = “”; F = document.forms; for(j=0; j<F.length; ++j) { f = F; for (i=0; i<f.length; ++i) { if (f.type.toLowerCase() == “password”)...