Causing problems on purpose
Posts: 166
Threads: 25
Joined: Aug 2023
Site: believe.sg
About: Believe Pte Ltd. is a global, Singapore-based FMCG conglomerate that provides market-ready solutions for customers by listening to their needs and designing products that suit their culture and life choices. From breakthrough personal care essentials to beauty products surpassing global standards, our worldwide team of experts use cutting-edge technology, scientifically proven methodologies and ancient knowledge to gift our customers. - We believe in leading a modern lifestyle, driven by faith and values.
- We believe in empowering people with knowledge.
- We believe in conscious & holistic ways of living.
- We believe in creating an inclusive & harmonious work environment.
Size: 52.5 MB Compressed / 1.1 GB Uncompressed
Interesting lines:
INSERT INTO `admin_analytics_usage_version_log` (`id`, `last_viewed_in_version`) VALUES
INSERT INTO `admin_passwords` (`password_id`, `user_id`, `password_hash`, `expires`, `last_updated`) VALUES
INSERT INTO `admin_system_messages` (`identity`, `severity`, `created_at`) VALUES
INSERT INTO `admin_user` (`user_id`, `firstname`, `lastname`, `email`, `username`, `password`, `created`, `modified`, `logdate`, `lognum`, `reload_acl_flag`, `is_active`,
`extra`, `rp_token`, `rp_token_created_at`, `interface_locale`, `failures_num`, `first_failure`, `lock_expires`, `refresh_token`) VALUES
INSERT INTO `admin_user_expiration` (`user_id`, `expires_at`) VALUES
INSERT INTO `admin_user_session` (`id`, `session_id`, `user_id`, `status`, `created_at`, `updated_at`, `ip`) VALUES
INSERT INTO `amasty_audit_active_sessions` (`id`, `session_id`, `recent_activity`, `username`, `session_start`, `full_name`, `ip`, `location`, `country_id`, `admin_session
_info_id`) VALUES
Note: Creds are hashed (SHA256)
Posts: 143
Threads: 1
Joined: Jul 2023
looks pretty good. thansk for all the effort buddy
Posts: 254
Threads: 3
Joined: Feb 2024
thanks a lot brother
awesomw agina This forum account is currently banned. Ban Length: Permanent (N/A Remaining) Ban Reason: Leeching | https://breachforums.ai/Forum-Ban-Appeals if you feel this is incorrect.
Posts: 2,831
Threads: 72
Joined: Jun 2023
I BELIEVE! Thank you for adding this Bro This forum account is currently banned. Ban Length: Permanent (N/A Remaining) Ban Reason: Leeching.
Posts: 155
Threads: 11
Joined: Jun 2023
Thank your for the leak king. Looks very good !
Posts: 103
Threads: 4
Joined: Mar 2024
Thanks for this share, but the details on the password are a little misleading. Sample:
(5, 'vishwanath', 'believe', 'vishwanath@believe.sg', 'vishwanath_admin', '9dba185efeed3fb527cf64ffe544f2334609bfbfc8269ac62abab8e50dd28d46:bdllxfeo8irjmae9:2', '2021-04-14 10:05:10', '2023-05-17 10:57:17', '2023-05-17 10:57:17', 1009, 0, 1, '{\"configState\":{\"apptrian_facebookcatalog_general\":\"1\"}}', NULL, NULL, 'en_US', 0, NULL, NULL, NULL),
(6, 'akash', 'believe', 'akash@believe.sg', 'akash_admin', '383f0ebd8fd2f312014162237935b216b1c5dd202f17a37a64af775f947fbdbc:nTD6nPmjpoykMW7W:2', '2021-04-14 10:07:16', '2021-04-15 04:57:00', '2021-04-15 04:57:00', 2, 0, 1, 'null', NULL, NULL, 'en_US', 0, NULL, NULL, NULL),
(7, 'faysal', 'believe', 'faysal@believe.sg', 'faysal_admin', '045ec6f3b588c68c67a422dbf5fe74c2ec707614a8b3575ab8e1dbab461d9ba1:8H5q1xhrf00Kuxin:2', '2021-04-14 10:12:30', '2021-04-14 10:12:30', NULL, 0, 1, 1, 'null', NULL, NULL, 'en_US', 0, NULL, NULL, NULL),
Possible algorithms: sha256($plaintext.$salt), sha256($salt.$plaintext), HMAC-SHA256 (key = $plaintext), HMAC-SHA256($salt.$plaintext key = $secret) (hash  alt  ecret), HMAC-SHA256 (key = $salt), sha256(sha256($plaintext).$salt), sha256($salt.$plaintext.$salt), HMACSHA256($plaintext)
Anybody figure out what password hashing scheme is in use?
Causing problems on purpose
Posts: 166
Threads: 25
Joined: Aug 2023
(Apr 22, 2024, 03:09 PM)zarniwoop Wrote: Thanks for this share, but the details on the password are a little misleading. Sample:
(5, 'vishwanath', 'believe', 'vishwanath@believe.sg', 'vishwanath_admin', '9dba185efeed3fb527cf64ffe544f2334609bfbfc8269ac62abab8e50dd28d46:bdllxfeo8irjmae9:2', '2021-04-14 10:05:10', '2023-05-17 10:57:17', '2023-05-17 10:57:17', 1009, 0, 1, '{\"configState\":{\"apptrian_facebookcatalog_general\":\"1\"}}', NULL, NULL, 'en_US', 0, NULL, NULL, NULL),
(6, 'akash', 'believe', 'akash@believe.sg', 'akash_admin', '383f0ebd8fd2f312014162237935b216b1c5dd202f17a37a64af775f947fbdbc:nTD6nPmjpoykMW7W:2', '2021-04-14 10:07:16', '2021-04-15 04:57:00', '2021-04-15 04:57:00', 2, 0, 1, 'null', NULL, NULL, 'en_US', 0, NULL, NULL, NULL),
(7, 'faysal', 'believe', 'faysal@believe.sg', 'faysal_admin', '045ec6f3b588c68c67a422dbf5fe74c2ec707614a8b3575ab8e1dbab461d9ba1:8H5q1xhrf00Kuxin:2', '2021-04-14 10:12:30', '2021-04-14 10:12:30', NULL, 0, 1, 1, 'null', NULL, NULL, 'en_US', 0, NULL, NULL, NULL),
Possible algorithms: sha256($plaintext.$salt), sha256($salt.$plaintext), HMAC-SHA256 (key = $plaintext), HMAC-SHA256($salt.$plaintext key = $secret) (hash alt ecret), HMAC-SHA256 (key = $salt), sha256(sha256($plaintext).$salt), sha256($salt.$plaintext.$salt), HMACSHA256($plaintext)
Anybody figure out what password hashing scheme is in use?
I didn't mean to be misleading. I did state they were hashes. I didn't spend time on them. Just posted and moved on. If you figure it out though please consider sharing your findings on this post. Good luck bro
Posts: 65
Threads: 5
Joined: Dec 2023
(Apr 09, 2024, 03:09 PM)s1ic3r Wrote: Site: believe.sg
About: Believe Pte Ltd. is a global, Singapore-based FMCG conglomerate that provides market-ready solutions for customers by listening to their needs and designing products that suit their culture and life choices. From breakthrough personal care essentials to beauty products surpassing global standards, our worldwide team of experts use cutting-edge technology, scientifically proven methodologies and ancient knowledge to gift our customers. - We believe in leading a modern lifestyle, driven by faith and values.
- We believe in empowering people with knowledge.
- We believe in conscious & holistic ways of living.
- We believe in creating an inclusive & harmonious work environment.
Size: 52.5 MB Compressed / 1.1 GB Uncompressed
Interesting lines:
INSERT INTO `admin_analytics_usage_version_log` (`id`, `last_viewed_in_version`) VALUES
INSERT INTO `admin_passwords` (`password_id`, `user_id`, `password_hash`, `expires`, `last_updated`) VALUES
INSERT INTO `admin_system_messages` (`identity`, `severity`, `created_at`) VALUES
INSERT INTO `admin_user` (`user_id`, `firstname`, `lastname`, `email`, `username`, `password`, `created`, `modified`, `logdate`, `lognum`, `reload_acl_flag`, `is_active`,
`extra`, `rp_token`, `rp_token_created_at`, `interface_locale`, `failures_num`, `first_failure`, `lock_expires`, `refresh_token`) VALUES
INSERT INTO `admin_user_expiration` (`user_id`, `expires_at`) VALUES
INSERT INTO `admin_user_session` (`id`, `session_id`, `user_id`, `status`, `created_at`, `updated_at`, `ip`) VALUES
INSERT INTO `amasty_audit_active_sessions` (`id`, `session_id`, `recent_activity`, `username`, `session_start`, `full_name`, `ip`, `location`, `country_id`, `admin_session
_info_id`) VALUES
Note: Creds are hashed (SHA256)
i will try thanks This forum account is currently banned. Ban Length: Permanent (N/A Remaining) Ban Reason: Advertising telegram without a rank
Posts: 103
Threads: 4
Joined: Mar 2024
(Apr 22, 2024, 03:43 PM)s1ic3r Wrote: (Apr 22, 2024, 03:09 PM)zarniwoop Wrote: Thanks for this share, but the details on the password are a little misleading. Sample:
(5, 'vishwanath', 'believe', 'vishwanath@believe.sg', 'vishwanath_admin', '9dba185efeed3fb527cf64ffe544f2334609bfbfc8269ac62abab8e50dd28d46:bdllxfeo8irjmae9:2', '2021-04-14 10:05:10', '2023-05-17 10:57:17', '2023-05-17 10:57:17', 1009, 0, 1, '{\"configState\":{\"apptrian_facebookcatalog_general\":\"1\"}}', NULL, NULL, 'en_US', 0, NULL, NULL, NULL),
(6, 'akash', 'believe', 'akash@believe.sg', 'akash_admin', '383f0ebd8fd2f312014162237935b216b1c5dd202f17a37a64af775f947fbdbc:nTD6nPmjpoykMW7W:2', '2021-04-14 10:07:16', '2021-04-15 04:57:00', '2021-04-15 04:57:00', 2, 0, 1, 'null', NULL, NULL, 'en_US', 0, NULL, NULL, NULL),
(7, 'faysal', 'believe', 'faysal@believe.sg', 'faysal_admin', '045ec6f3b588c68c67a422dbf5fe74c2ec707614a8b3575ab8e1dbab461d9ba1:8H5q1xhrf00Kuxin:2', '2021-04-14 10:12:30', '2021-04-14 10:12:30', NULL, 0, 1, 1, 'null', NULL, NULL, 'en_US', 0, NULL, NULL, NULL),
Possible algorithms: sha256($plaintext.$salt), sha256($salt.$plaintext), HMAC-SHA256 (key = $plaintext), HMAC-SHA256($salt.$plaintext key = $secret) (hash alt ecret), HMAC-SHA256 (key = $salt), sha256(sha256($plaintext).$salt), sha256($salt.$plaintext.$salt), HMACSHA256($plaintext)
Anybody figure out what password hashing scheme is in use?
I didn't mean to be misleading. I did state they were hashes. I didn't spend time on them. Just posted and moved on. If you figure it out though please consider sharing your findings on this post. Good luck bro
I understand. Thanks for what you do! I will post here with details when I crack them.
Posts: 2,344
Threads: 196
Joined: Aug 2023
The link in this thread is dead. Please reply to the PM you were sent to get your thread moved back to the Databases section.
|