403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.236
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/www/phpvirtualbox/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/www/phpvirtualbox/files/patch-panes_mediumEncryptionPasswords.html
--- panes/mediumEncryptionPasswords.html.orig	2017-07-27 16:54:58 UTC
+++ panes/mediumEncryptionPasswords.html
@@ -15,6 +15,7 @@
                 <th class='translate' style='width:1%; text-align:center'>Status</th>
                 <th class='translate' style='width:30%; text-align:center'>ID</th>
                 <th class='translate'>Password</th>
+                <th class='translate'>Clear on suspend</th>
             </tr>
         </thead>
         <tbody id='vboxMediumEncryptionPasswordList'>
@@ -37,9 +38,12 @@ function vboxMediumEncryptionPasswordAdd
         .append($('<td />')
                 .append(
                         valid ? '*****' : 
-                        $('<input />').attr({'type':'password','style':'width:95%'}).addClass('vboxText')
+                        $('<input />').attr({'type':'password','style':'width:90%'}).addClass('vboxText')
                         )
         )
+        .append($('<td />')
+                .append($('<input />').attr({'type':'checkbox', 'checked':'checked'}))
+        )
         .appendTo($('#vboxMediumEncryptionPasswordList'))
 }
 
@@ -55,7 +59,8 @@ function vboxMediumEncryptionPasswordsGe
             continue;
         encryptionPWs.push({
             'id': $(rowlist[i]).data('vboxEncryptionId'),
-            'password': $(rowlist[i]).find('input').first().val()
+            'password': $(rowlist[i]).find('input[type="password"]').first().val(),
+            'clearOnSuspend': $(rowlist[i]).find('input[type="checkbox"]').first().is(':checked') ? '1' : '0'
         });
         
     }
@@ -75,4 +80,4 @@ function vboxMediumEncryptionPasswordsVa
     });
     return valid;
 }
-</script>
\ No newline at end of file
+</script>

Youez - 2016 - github.com/yon3zu
LinuXploit