⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.72
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
psa-pear
/
pear
/
data
/
horde
/
scripts
/
sql
/
View File Name :
script.initial_horde_user.sql
-- This script will create an initial user in a horde_users table. The -- password being used is 'admin', which you should change -- IMMEDIATELY. -- This statement creates a user with an md5-hex password (not recommended): -- INSERT INTO horde_users (user_uid, user_pass) VALUES ('admin', '21232f297a57a5a743894a0e4a801fc3'); -- This statement creates a user with an SSHA-hashed password (recommended by default): INSERT INTO horde_users (user_uid, user_pass) VALUES ('admin', 'wDa72Pg6riJ6vAYz25KbYhQ8rGqmEqEA');