⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
prestool
/
Edit File: md5.php
<?php if(isset($_GET['md5'])) $md5 = $_GET['md5']; else $md5 = ""; echo "<div>"; echo '<form style="height: 100px;" method="get" action="md5.php" name="sog">'; echo "Enter your password:<br>"; echo '<input name="md5" value="'.$md5.'"><br><br>'; echo '<input name="s" value="Generate a md5 hash key from this password" type="submit">'; echo "</form>"; echo "</div>"; if ($md5 != null) { $md5hash = md5($md5); echo "md5 hash: <b>".$md5hash."</b>"; echo '<p>You should insert this hash into the source of the file \'settings1.php\' on the place of the password and change the $md5hashed flag from false to true.'; } ?>
Simpan