Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cracked.to (Cracked.io) Database - Leaked, Download!

#1
Hello 0DayForums Community,
Today I have uploaded the Cracked.to Database for you to download, thanks for reading and enjoy!

[Image: download]

In July 2019, the hacking website Cracked.to suffered a data breach. There were 749k unique email addresses spread across 321k forum users and other tables in the database. A rival hacking website claimed responsibility for breaching the MyBB based forum which disclosed email and IP addresses, usernames, private messages and passwords stored as bcrypt hashes.

Compromised data: Email addresses, IP addresses, Passwords, Private messages, Usernames
Sample:
Code:
-- Table structure for mybb_users
-- ----------------------------
DROP TABLE IF EXISTS `mybb_users`;
CREATE TABLE `mybb_users` (
  `uid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `username` varchar(120) NOT NULL DEFAULT '',
  `password` varchar(500) DEFAULT NULL,
  `salt` varchar(10) NOT NULL DEFAULT '',
  `loginkey` varchar(50) NOT NULL DEFAULT '',
  `email` varchar(220) NOT NULL DEFAULT '',
  `postnum` int(10) unsigned NOT NULL DEFAULT 0,
  `threadnum` int(10) unsigned NOT NULL DEFAULT 0,
  `avatar` varchar(255) NOT NULL DEFAULT '',
  `avatardimensions` varchar(10) NOT NULL DEFAULT '',
  `avatartype` varchar(10) NOT NULL DEFAULT '0',
  `usergroup` smallint(5) unsigned NOT NULL DEFAULT 0,
  `additionalgroups` varchar(200) NOT NULL DEFAULT '',
  `displaygroup` smallint(5) unsigned NOT NULL DEFAULT 0,
  `usertitle` varchar(250) NOT NULL DEFAULT '',
  `regdate` int(10) unsigned NOT NULL DEFAULT 0,
  `lastactive` int(10) unsigned NOT NULL DEFAULT 0,
  `lastvisit` int(10) unsigned NOT NULL DEFAULT 0,
  `lastpost` int(10) unsigned NOT NULL DEFAULT 0,
  `website` varchar(200) NOT NULL DEFAULT '',
  `icq` varchar(10) NOT NULL DEFAULT '',
  `aim` varchar(50) NOT NULL DEFAULT '',
  `yahoo` varchar(50) NOT NULL DEFAULT '',
  `skype` varchar(75) NOT NULL DEFAULT '',
  `google` varchar(75) NOT NULL DEFAULT '',
  `birthday` varchar(15) NOT NULL DEFAULT '',
  `birthdayprivacy` varchar(4) NOT NULL DEFAULT 'all',
  `signature` text NOT NULL,
  `allownotices` tinyint(1) NOT NULL DEFAULT 0,
  `hideemail` tinyint(1) NOT NULL DEFAULT 0,
  `subscriptionmethod` tinyint(1) NOT NULL DEFAULT 0,
  `invisible` tinyint(1) NOT NULL DEFAULT 0,
  `receivepms` tinyint(1) NOT NULL DEFAULT 0,
  `receivefrombuddy` tinyint(1) NOT NULL DEFAULT 0,
  `pmnotice` tinyint(1) NOT NULL DEFAULT 0,
  `pmnotify` tinyint(1) NOT NULL DEFAULT 0,
  `buddyrequestspm` tinyint(1) NOT NULL DEFAULT 1,
  `buddyrequestsauto` tinyint(1) NOT NULL DEFAULT 0,
  `threadmode` varchar(8) NOT NULL DEFAULT '',
  `showimages` tinyint(1) NOT NULL DEFAULT 0,
  `showvideos` tinyint(1) NOT NULL DEFAULT 0,
  `showsigs` tinyint(1) NOT NULL DEFAULT 0,
  `showavatars` tinyint(1) NOT NULL DEFAULT 0,
  `showquickreply` tinyint(1) NOT NULL DEFAULT 0,
  `showredirect` tinyint(1) NOT NULL DEFAULT 0,
  `ppp` smallint(6) unsigned NOT NULL DEFAULT 0,
  `tpp` smallint(6) unsigned NOT NULL DEFAULT 0,
  `daysprune` smallint(6) unsigned NOT NULL DEFAULT 0,
  `dateformat` varchar(4) NOT NULL DEFAULT '',
  `timeformat` varchar(4) NOT NULL DEFAULT '',
  `timezone` varchar(5) NOT NULL DEFAULT '',
  `dst` tinyint(1) NOT NULL DEFAULT 0,
  `dstcorrection` tinyint(1) NOT NULL DEFAULT 0,
  `buddylist` text NOT NULL,
  `ignorelist` text NOT NULL,
  `style` smallint(5) unsigned NOT NULL DEFAULT 0,
  `away` tinyint(1) NOT NULL DEFAULT 0,
  `awaydate` int(10) unsigned NOT NULL DEFAULT 0,
  `returndate` varchar(15) NOT NULL DEFAULT '',
  `awayreason` varchar(200) NOT NULL DEFAULT '',
  `pmfolders` text NOT NULL,
  `notepad` text NOT NULL,
  `referrer` int(10) unsigned NOT NULL DEFAULT 0,
  `referrals` int(10) unsigned NOT NULL DEFAULT 0,
  `reputation` int(11) NOT NULL DEFAULT 0,
  `regip` varbinary(16) NOT NULL DEFAULT '',
  `lastip` varbinary(16) NOT NULL DEFAULT '',
  `language` varchar(50) NOT NULL DEFAULT '',
  `timeonline` int(10) unsigned NOT NULL DEFAULT 0,
  `showcodebuttons` tinyint(1) NOT NULL DEFAULT 1,
  `totalpms` int(10) unsigned NOT NULL DEFAULT 0,
  `unreadpms` int(10) unsigned NOT NULL DEFAULT 0,
  `warningpoints` int(3) unsigned NOT NULL DEFAULT 0,
  `moderateposts` tinyint(1) NOT NULL DEFAULT 0,
  `moderationtime` int(10) unsigned NOT NULL DEFAULT 0,
  `suspendposting` tinyint(1) NOT NULL DEFAULT 0,
  `suspensiontime` int(10) unsigned NOT NULL DEFAULT 0,
  `suspendsignature` tinyint(1) NOT NULL DEFAULT 0,
  `suspendsigtime` int(10) unsigned NOT NULL DEFAULT 0,
  `coppauser` tinyint(1) NOT NULL DEFAULT 0,
  `classicpostbit` tinyint(1) NOT NULL DEFAULT 0,
  `loginattempts` smallint(2) unsigned NOT NULL DEFAULT 1,
  `loginlockoutexpiry` int(10) unsigned NOT NULL DEFAULT 0,
  `usernotes` text NOT NULL,
  `sourceeditor` tinyint(1) NOT NULL DEFAULT 0,
  `newpoints` decimal(16,2) NOT NULL DEFAULT 0.00,
  `show_profile_visitors` int(11) NOT NULL DEFAULT 1,
  `tyl_unumtyls` int(100) NOT NULL DEFAULT 0,
  `tyl_unumrcvtyls` int(100) NOT NULL DEFAULT 0,
  `tyl_unumptyls` int(100) NOT NULL DEFAULT 0,
  `avatar_original` varchar(255) NOT NULL DEFAULT '',
  `mpcommentsopen` int(10) NOT NULL DEFAULT 1,
  `mpcommentnotification` int(10) NOT NULL DEFAULT 1,
  `mpwhocancomment` int(10) NOT NULL DEFAULT 2,
  `mpnewcomments` int(10) NOT NULL DEFAULT 0,
  `mpcommentsapprove` int(10) NOT NULL DEFAULT 0,
  `viewcount` int(10) unsigned DEFAULT 0,
  `myprofilepermissions` tinyint(1) NOT NULL DEFAULT 0,
  `myalerts_disabled_alert_types` text DEFAULT NULL,
  `showFirework` int(11) NOT NULL DEFAULT 1,
  `sticky_threads` text DEFAULT NULL,
  `styled_threads` text DEFAULT NULL,
  `profilmuzigi173` varchar(300) DEFAULT NULL,
  `profilmuzigiacik` tinyint(1) NOT NULL DEFAULT 1,
  `wcteam` varchar(6) DEFAULT '',
  `rewards` text NOT NULL,
  `report_count` int(10) NOT NULL DEFAULT 0,
  `ban_count` int(10) NOT NULL DEFAULT 0,
  `hue` int(10) NOT NULL DEFAULT 0,
  `privateAuthKey` text NOT NULL,
  `publicAuthKey` text NOT NULL,
  `ut_bg` varchar(120) NOT NULL DEFAULT '',
  `ut_bg_style` varchar(250) NOT NULL DEFAULT '',
  `ut_name_style` varchar(250) NOT NULL DEFAULT '',
  `ut_status` tinyint(1) NOT NULL DEFAULT 0,
  `biography` varchar(125) NOT NULL DEFAULT '',
  `bioavatar` varchar(125) NOT NULL DEFAULT '',
  `youtube` varchar(20) NOT NULL DEFAULT '',
  `newcomments` int(10) NOT NULL DEFAULT 0,
  `commentnotify` int(10) NOT NULL DEFAULT 0,
  `commentsfilter` int(10) NOT NULL DEFAULT 0,
  `canuseprofilecomments` int(1) NOT NULL DEFAULT 1,
  `mtc_warns` int(10) NOT NULL DEFAULT 0,
  `mtc_reports` int(10) NOT NULL DEFAULT 0,
  `mtc_bans` int(10) NOT NULL DEFAULT 0,
  `ougc_private_leechometer_postnum` smallint(5) unsigned NOT NULL DEFAULT 0,
  `ougc_private_leechometer_warning_date` int(10) NOT NULL DEFAULT 0,
  `ougc_private_leechometer_warning_pm` smallint(1) NOT NULL DEFAULT 0,
  `ougc_private_leechometer_warnned` smallint(1) NOT NULL DEFAULT 0,
  `2fa_secret` varchar(16) NOT NULL DEFAULT '',
  `2fa_enabled` tinyint(1) NOT NULL DEFAULT 0,
  `2fa_dateline` varchar(26) NOT NULL DEFAULT '',
  `location_check` tinyint(1) NOT NULL DEFAULT 0,
  `different_ips` tinyint(1) NOT NULL DEFAULT 0,
  `vouches` int(30) NOT NULL DEFAULT 0,
  `theme_settings` varchar(360) NOT NULL DEFAULT '',
  `profilepicdescription` varchar(255) NOT NULL DEFAULT '',
  `profilepic` varchar(200) NOT NULL DEFAULT '',
  `profilepicdimensions` varchar(10) NOT NULL DEFAULT '',
  `profilepictype` varchar(10) NOT NULL DEFAULT '',
  `postpic` varchar(200) NOT NULL DEFAULT '',
  `postpicdimensions` varchar(10) NOT NULL DEFAULT '',
  `postpictype` varchar(10) NOT NULL DEFAULT '',
  `newpoints_items` text NOT NULL,
  `ougc_awards` text NOT NULL,
  `ougc_awards_owner` tinyint(1) NOT NULL DEFAULT 0,
  `lastvisitors` text NOT NULL,
  `password_algorithm` varchar(30) NOT NULL DEFAULT '',
  `password_encryption` smallint(6) NOT NULL DEFAULT 0,
  `password_downgraded` varchar(500) NOT NULL DEFAULT '',
  PRIMARY KEY (`uid`),
  UNIQUE KEY `username` (`username`),
  KEY `usergroup` (`usergroup`),
  KEY `regip` (`regip`),
  KEY `lastip` (`lastip`)
) ENGINE=InnoDB AUTO_INCREMENT=321475 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of mybb_users
-- ----------------------------
INSERT INTO `mybb_users` VALUES ('1', 'floraiN', '$2y$12$hmONxK7TucuqF8bCYIQZ/.UNCSxeDY7GxG4suYeyBP1R4JMlXIUBi', 'AIVtnduB', 'fVnaxCrfMYiXEe37aMSA6Nw2JxmuNIhIxogpqs4rRYyiqQ70Q5', '[email protected]', '605', '62', './uploads/avatars/avatar_1.png?dateline=1559742853', '175|175', 'upload', '96', '102,12', '102', '', '1521394397', '1563574342', ........ More

Hidden Content
You must

[To see links please register here]

or

[To see links please register here]

to view this content.
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through