LeagueSpy Database - Leaked, Download!
by donjuji - Thursday June 8, 2023 at 07:04 PM
#1
Hello BreachForums Community,
Today I have uploaded the LeagueSpy Database for you to download, thanks for reading and enjoy!

[Image: leaguespy.png]

In December 2020, the Sports website LeagueSpy suffered a data breach that impacted 159k members. The breach led to the exposure of data including Email addresses, IP Addresses, Usernames and Passwords stored as phpBB hashes. The website was breached by @donjuji - "adminer rogue mysql attack vector".

Compromised data: Email addresses, IP Addresses, Usernames, Passwords

Hidden Content
You must register or login to view this content.

Ban reason: Scamming | /Thread-Scam-Report-against-donjuji-250 (Permanent)
Reply
#2
(06-08-2023, 07:04 PM)dedale Wrote:
Hello BreachForums Community,
Today I have uploaded the LeagueSpy Database for you to download, thanks for reading and enjoy!

[Image: leaguespy.png]

In December 2020, the Sports website LeagueSpy suffered a data breach that impacted 159k members. The breach led to the exposure of data including Email addresses, IP Addresses, Usernames and Passwords stored as phpBB hashes. The website was breached by @donjuji - "adminer rogue mysql attack vector".

Compromised data: Email addresses,  IP Addresses,  Usernames,  Passwords


sample:
DROP TABLE IF EXISTS `phpbb_users`; CREATE TABLE `phpbb_users` (   `user_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,   `user_type` tinyint(2) NOT NULL DEFAULT '0',   `group_id` mediumint(8) unsigned NOT NULL DEFAULT '3',   `user_permissions` mediumtext COLLATE utf8_bin NOT NULL,   `user_perm_from` mediumint(8) unsigned NOT NULL DEFAULT '0',   `user_ip` varchar(40) COLLATE utf8_bin NOT NULL DEFAULT '',   `user_regdate` int(11) unsigned NOT NULL DEFAULT '0',   `username` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',   `username_clean` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',   `user_password` varchar(40) COLLATE utf8_bin NOT NULL DEFAULT '',   `user_passchg` int(11) unsigned NOT NULL DEFAULT '0',   `user_pass_convert` tinyint(1) unsigned NOT NULL DEFAULT '0',   `user_email` varchar(100) COLLATE utf8_bin NOT NULL DEFAULT '',   `user_email_hash` bigint(20) NOT NULL DEFAULT '0',   `user_birthday` varchar(10) COLLATE utf8_bin NOT NULL DEFAULT '',   `user_lastvisit` int(11) unsigned NOT NULL DEFAULT '0',   `user_lastmark` int(11) unsigned NOT NULL DEFAULT '0',   `user_lastpost_time` int(11) unsigned NOT NULL DEFAULT '0',   `user_lastpage` varchar(200) COLLATE utf8_bin NOT NULL DEFAULT '',   `user_last_confirm_key` varchar(10) COLLATE utf8_bin NOT NULL DEFAULT '',   `user_last_search` int(11) unsigned NOT NULL DEFAULT '0',   `user_warnings` tinyint(4) NOT NULL DEFAULT '0',   `user_last_warning` int(11) unsigned NOT NULL DEFAULT '0',   `user_login_attempts` tinyint(4) NOT NULL DEFAULT '0',   `user_inactive_reason` tinyint(2) NOT NULL DEFAULT '0',   `user_inactive_time` int(11) unsigned NOT NULL DEFAULT '0',   `user_posts` mediumint(8) unsigned NOT NULL DEFAULT '0',   `user_lang` varchar(30) COLLATE utf8_bin NOT NULL DEFAULT '',   `user_timezone` decimal(5,2) NOT NULL DEFAULT '0.00',   `user_dst` tinyint(1) unsigned NOT NULL DEFAULT '0',   `user_dateformat` varchar(30) COLLATE utf8_bin NOT NULL DEFAULT 'd M Y H:i',   `user_style` mediumint(8) unsigned NOT NULL DEFAULT '0',   `user_rank` mediumint(8) unsigned NOT NULL DEFAULT '0',   `user_colour` varchar(6) COLLATE utf8_bin NOT NULL DEFAULT '',   `user_new_privmsg` int(4) NOT NULL DEFAULT '0',   `user_unread_privmsg` int(4) NOT NULL DEFAULT '0',   `user_last_privmsg` int(11) unsigned NOT NULL DEFAULT '0',   `user_message_rules` tinyint(1) unsigned NOT NULL DEFAULT '0',   `user_full_folder` int(11) NOT NULL DEFAULT '-3',   `user_emailtime` int(11) unsigned NOT NULL DEFAULT '0',   `user_topic_show_days` smallint(4) unsigned NOT NULL DEFAULT '0',   `user_topic_sortby_type` varchar(1) COLLATE utf8_bin NOT NULL DEFAULT 't',   `user_topic_sortby_dir` varchar(1) COLLATE utf8_bin NOT NULL DEFAULT 'd',   `user_post_show_days` smallint(4) unsigned NOT NULL DEFAULT '0',   `user_post_sortby_type` varchar(1) COLLATE utf8_bin NOT NULL DEFAULT 't',   `user_post_sortby_dir` varchar(1) COLLATE utf8_bin NOT NULL DEFAULT 'a',   `user_notify` tinyint(1) unsigned NOT NULL DEFAULT '0',   `user_notify_pm` tinyint(1) unsigned NOT NULL DEFAULT '1',   `user_notify_type` tinyint(4) NOT NULL DEFAULT '0',   `user_allow_pm` tinyint(1) unsigned NOT NULL DEFAULT '1',   `user_allow_viewonline` tinyint(1) unsigned NOT NULL DEFAULT '1',   `user_allow_viewemail` tinyint(1) unsigned NOT NULL DEFAULT '1',   `user_allow_massemail` tinyint(1) unsigned NOT NULL DEFAULT '1',   `user_options` int(11) unsigned NOT NULL DEFAULT '230271',   `user_avatar` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',   `user_avatar_type` tinyint(2) NOT NULL DEFAULT '0',   `user_avatar_width` smallint(4) unsigned NOT NULL DEFAULT '0',   `user_avatar_height` smallint(4) unsigned NOT NULL DEFAULT '0',   `user_sig` mediumtext COLLATE utf8_bin NOT NULL,   `user_sig_bbcode_uid` varchar(8) COLLATE utf8_bin NOT NULL DEFAULT '',   `user_sig_bbcode_bitfield` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',   `user_from` varchar(100) COLLATE utf8_bin NOT NULL DEFAULT '',   `user_icq` varchar(15) COLLATE utf8_bin NOT NULL DEFAULT '',   `user_aim` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',   `user_yim` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',   `user_msnm` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',   `user_jabber` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',   `user_website` varchar(200) COLLATE utf8_bin NOT NULL DEFAULT '',   `user_occ` text COLLATE utf8_bin NOT NULL,   `user_interests` text COLLATE utf8_bin NOT NULL,   `user_actkey` varchar(32) COLLATE utf8_bin NOT NULL DEFAULT '',   `user_newpasswd` varchar(40) COLLATE utf8_bin NOT NULL DEFAULT '',   `user_form_salt` varchar(32) COLLATE utf8_bin NOT NULL DEFAULT '',   `user_new` tinyint(1) unsigned NOT NULL DEFAULT '1',   `user_reminded` tinyint(4) NOT NULL DEFAULT '0',   `user_reminded_time` int(11) unsigned NOT NULL DEFAULT '0',   `user_affil` int(8) NOT NULL DEFAULT '0',   `user_pass` varchar(50) COLLATE utf8_bin NOT NULL,   PRIMARY KEY (`user_id`),   UNIQUE KEY `username_clean` (`username_clean`),   KEY `user_birthday` (`user_birthday`),   KEY `user_email_hash` (`user_email_hash`),   KEY `user_type` (`user_type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; INSERT INTO `phpbb_users` (`user_id`, `user_type`, `group_id`, `user_permissions`, `user_perm_from`, `user_ip`, `user_regdate`, `username`, `username_clean`, `user_password`, `user_passchg`, `user_pass_convert`, `user_email`, `user_email_hash`, `user_birthday`, `user_lastvisit`, `user_lastmark`, `user_lastpost_time`, `user_lastpage`, `user_last_confirm_key`, `user_last_search`, `user_warnings`, `user_last_warning`, `user_login_attempts`, `user_inactive_reason`, `user_inactive_time`, `user_posts`, `user_lang`, `user_timezone`, `user_dst`, `user_dateformat`, `user_style`, `user_rank`, `user_colour`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_message_rules`, `user_full_folder`, `user_emailtime`, `user_topic_show_days`, `user_topic_sortby_type`, `user_topic_sortby_dir`, `user_post_show_days`, `user_post_sortby_type`, `user_post_sortby_dir`, `user_notify`, `user_notify_pm`, `user_notify_type`, `user_allow_pm`, `user_allow_viewonline`, `user_allow_viewemail`, `user_allow_massemail`, `user_options`, `user_avatar`, `user_avatar_type`, `user_avatar_width`, `user_avatar_height`, `user_sig`, `user_sig_bbcode_uid`, `user_sig_bbcode_bitfield`, `user_from`, `user_icq`, `user_aim`, `user_yim`, `user_msnm`, `user_jabber`, `user_website`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`, `user_form_salt`, `user_new`, `user_reminded`, `user_reminded_time`, `user_affil`, `user_pass`) VALUES (1, 2, 1, '00000000003khra3nk\n\n\ni1cjyo000000\nzik0zi000000\nzik0zi000000\nzik0zi000000\nzik0zi000000\nzik0zi000000', 0, '', 1318344548, 'Anonymous', 'anonymous', '', 0, 0, '', 0, '', 0, 0, 1498500274, '', '', 1470091840, 0, 0, 3, 0, 0, 15, 'en', 1.00, 0, 'd M Y H:i', 2, 0, '', 0, 0, 0, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 1, 1, 1, 0, 230271, '', 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '378413c007e69b56', 1, 0, 0, 0, ''), (2, 3, 5, 'zik0zjzik0zjzik0xs\n\n\nzik0zi000000\nzik0zi000000\nzik0zi000000\nzik0zi000000\nzik0zi000000\nzik0zi000000', 0, '46.13.31.6', 1318344548, 'Petr Jeník', 'petr jeník', '$H$9otf3LS72qEXQAJ8ckj0MxL/TqSdUj1', 1489506230, 0, 'admin@tipforum.cz', 4239904117, '', 1575975920, 0, 1524116162, 'predplatneuzivatele.php?u=37872', '', 1350744253, 0, 0, 0, 0, 0, 21, 'cs', 1.00, 0, 'D d. M Y G:i:s', 3, 1, 'AA0000', 0, 0, 1542270379, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 1, 1, 1, 1, 230271, '2_1321630988.jpg', 1, 120, 117, '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'b13d769037230653', 1, 0, 0, 0, '55L/wEz69QSig'), (4, 2, 6, '\n\n\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000', 0, '', 1318344551, 'Alexa [Bot]', 'alexa [bot]', '', 1318344551, 0, '', 0, '', 1544329730, 1318344551, 0, 'homepage.php', '', 0, 0, 0, 0, 0, 0, 0, 'it', 1.00, 0, 'D d. M Y G:i:s', 2, 0, '9E8DA7', 0, 0, 0, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 0, 1, 1, 0, 230271, '', 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '122618625617b8b7', 0, 0, 0, 0, ''), (5, 2, 6, '', 0, '', 1318344551, 'Alta Vista [Bot]', 'alta vista [bot]', '', 1318344551, 0, '', 0, '', 0, 1318344551, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 'en', 1.00, 0, 'D d. M Y G:i:s', 2, 0, '9E8DA7', 0, 0, 0, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 0, 1, 1, 0, 230271, '', 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'f95ae977851ce25f', 0, 0, 0, 0, ''), (6, 2, 6, '', 0, '', 1318344551, 'Ask Jeeves [Bot]', 'ask jeeves [bot]', '', 1318344551, 0, '', 0, '', 1437475526, 1318344551, 0, 'index.php', '', 0, 0, 0, 0, 0, 0, 0, 'en', 1.00, 0, 'D d. M Y G:i:s', 2, 0, '9E8DA7', 0, 0, 0, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 0, 1, 1, 0, 230271, '', 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '351b6f661a036610', 0, 0, 0, 0, ''), (7, 2, 6, '\n\n\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000', 0, '', 1318344551, 'Baidu [Spider]', 'baidu [spider]', '', 1318344551, 0, '', 0, '', 1551858364, 1318344551, 0, 'club.php?id=4541&mylang=en', '', 0, 0, 0, 0, 0, 0, 0, 'en', 1.00, 0, 'D d. M Y G:i:s', 2, 0, '9E8DA7', 0, 0, 0, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 0, 1, 1, 0, 230271, '', 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '229ee76400e28e3f', 0, 0, 0, 0, ''), (8, 2, 6, '\n\n\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000', 0, '', 1318344551, 'Exabot [Bot]', 'exabot [bot]', '', 1318344551, 0, '', 0, '', 1544111432, 1318344551, 0, 'lm.php?liga=178&mylang=fr', '', 0, 0, 0, 0, 0, 0, 0, 'fr', 1.00, 0, 'D d. M Y G:i:s', 2, 0, '9E8DA7', 0, 0, 0, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 0, 1, 1, 0, 230271, '', 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '532f93788b30eea0', 0, 0, 0, 0, ''), (9, 2, 6, '', 0, '', 1318344551, 'FAST Enterprise [Crawler]', 'fast enterprise [crawler]', '', 1318344551, 0, '', 0, '', 0, 1318344551, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 'en', 1.00, 0, 'D d. M Y G:i:s', 2, 0, '9E8DA7', 0, 0, 0, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 0, 1, 1, 0, 230271, '', 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '0c6e11bbdd8737b9', 0, 0, 0, 0, ''), (10, 2, 6, '', 0, '', 1318344551, 'FAST WebCrawler [Crawler]', 'fast webcrawler [crawler]', '', 1318344551, 0, '', 0, '', 0, 1318344551, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 'en', 1.00, 0, 'D d. M Y G:i:s', 2, 0, '9E8DA7', 0, 0, 0, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 0, 1, 1, 0, 230271, '', 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'b7ea92fa18b3b637', 0, 0, 0, 0, ''), (11, 2, 6, '', 0, '', 1318344551, 'Francis [Bot]', 'francis [bot]', '', 1318344551, 0, '', 0, '', 0, 1318344551, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 'en', 1.00, 0, 'D d. M Y G:i:s', 2, 0, '9E8DA7', 0, 0, 0, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 0, 1, 1, 0, 230271, '', 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '90e95a2d1b4b784a', 0, 0, 0, 0, ''), (12, 2, 6, '\n\n\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000', 0, '', 1318344551, 'Gigabot [Bot]', 'gigabot [bot]', '', 1318344551, 0, '', 0, '', 1493734417, 1318344551, 0, 'index.php', '', 0, 0, 0, 0, 0, 0, 0, 'en', 1.00, 0, 'D d. M Y G:i:s', 2, 0, '9E8DA7', 0, 0, 0, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 0, 1, 1, 0, 230271, '', 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '8039f1c49ea4d9e4', 0, 0, 0, 0, ''), (13, 2, 6, '\n\n\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000', 0, '', 1318344551, 'Google Adsense [Bot]', 'google adsense [bot]', '', 1318344551, 0, '', 0, '', 1548891684, 1318344551, 0, 'editacezapasu.php?id=98962', '', 0, 0, 0, 0, 0, 0, 0, 'en', 1.00, 0, 'D d. M Y G:i:s', 2, 0, '9E8DA7', 0, 0, 0, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 0, 1, 1, 0, 230271, '', 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '4e87efd74817c718', 0, 0, 0, 0, ''), (14, 2, 6, '', 0, '', 1318344551, 'Google Desktop', 'google desktop', '', 1318344551, 0, '', 0, '', 1369476386, 1318344551, 0, 'index.php', '', 0, 0, 0, 0, 0, 0, 0, 'en', 1.00, 0, 'D d. M Y G:i:s', 2, 0, '9E8DA7', 0, 0, 0, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 0, 1, 1, 0, 230271, '', 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '3a7ccb7925183f58', 0, 0, 0, 0, ''), (15, 2, 6, '\n\n\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000', 0, '', 1318344551, 'Google Feedfetcher', 'google feedfetcher', '', 1318344551, 0, '', 0, '', 1544109571, 1318344551, 0, 'index.php', '', 0, 0, 0, 0, 0, 0, 0, 'ru', 1.00, 0, 'D d. M Y G:i:s', 2, 0, '9E8DA7', 0, 0, 0, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 0, 1, 1, 0, 230271, '', 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '6b33bb02ce440f72', 0, 0, 0, 0, ''), (16, 2, 6, '\n\n\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000', 0, '', 1318344551, 'Google [Bot]', 'google [bot]', '', 1318344551, 0, '', 0, '', 1551646643, 1318344551, 0, 'index.php', '', 0, 0, 0, 0, 0, 0, 0, 'zh', 1.00, 0, 'D d. M Y G:i:s', 2, 0, '9E8DA7', 0, 0, 0, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 0, 1, 1, 0, 230271, '', 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'bd71a5adc2f704c5', 0, 0, 0, 0, '55ZVENIR3ZnIQ'), (17, 2, 6, '', 0, '', 1318344551, 'Heise IT-Markt [Crawler]', 'heise it-markt [crawler]', '', 1318344551, 0, '', 0, '', 0, 1318344551, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 'en', 1.00, 0, 'D d. M Y G:i:s', 2, 0, '9E8DA7', 0, 0, 0, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 0, 1, 1, 0, 230271, '', 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'b54acfd699b98f00', 0, 0, 0, 0, ''), (18, 2, 6, '\n\n\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000', 0, '', 1318344551, 'Heritrix [Crawler]', 'heritrix [crawler]', '', 1318344551, 0, '', 0, '', 1496795975, 1318344551, 0, 'player.php?id=5552', '', 0, 0, 0, 0, 0, 0, 0, 'en', 1.00, 0, 'D d. M Y G:i:s', 2, 0, '9E8DA7', 0, 0, 0, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 0, 1, 1, 0, 230271, '', 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'f6a8cdf7a8d76af6', 0, 0, 0, 0, ''), (19, 2, 6, '', 0, '', 1318344551, 'IBM Research [Bot]', 'ibm research [bot]', '', 1318344551, 0, '', 0, '', 0, 1318344551, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 'en', 1.00, 0, 'D d. M Y G:i:s', 2, 0, '9E8DA7', 0, 0, 0, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 0, 1, 1, 0, 230271, '', 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '624260fbe1d5a47c', 0, 0, 0, 0, ''), (20, 2, 6, '', 0, '', 1318344551, 'ICCrawler - ICjobs', 'iccrawler - icjobs', '', 1318344551, 0, '', 0, '', 0, 1318344551, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 'en', 1.00, 0, 'D d. M Y G:i:s', 2, 0, '9E8DA7', 0, 0, 0, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 0, 1, 1, 0, 230271, '', 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '5dc52794c91b0ff0', 0, 0, 0, 0, ''), (21, 2, 6, '', 0, '', 1318344551, 'ichiro [Crawler]', 'ichiro [crawler]', '', 1318344551, 0, '', 0, '', 1447276094, 1318344551, 0, 'index.php?a=6248&mylang=fr', '', 0, 0, 0, 0, 0, 0, 0, 'fr', 1.00, 0, 'D d. M Y G:i:s', 2, 0, '9E8DA7', 0, 0, 0, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 0, 1, 1, 0, 230271, '', 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '21e0613dadb740b3', 0, 0, 0, 0, ''), (22, 2, 6, '\n\n\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000\ni1cjr4000000', 0, '', 1318344551, 'Majestic-12 [Bot]', 'majestic-12 [bot]', '', 1318344551, 0, '', 0, '', 1543195714, 1318344551, 0, 'review.php?id=67534&mylang=hu', '', 0, 0, 0, 0, 0, 0, 0, 'hu', 1.00, 0, 'D d. M Y G:i:s', 2, 0, '9E8DA7', 0, 0, 0, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 0, 1, 1, 0, 230271, '', 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '48c57afc2510bc2e', 0, 0, 0, 0, ''), (23, 2, 6, '', 0, '', 1318344551, 'Metager [Bot]', 'metager [bot]', '', 1318344551, 0, '', 0, '', 0, 1318344551, 0, '', '', 0, 0, 0, 0, 0, 0, 0, 'en', 1.00, 0, 'D d. M Y G:i:s', 2, 0, '9E8DA7', 0, 0, 0, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 0, 1, 1, 0, 230271, '', 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '8b6d8edd6b101760', 0, 0, 0, 0, ''),
See dead links, reposts, or threads without samples in Databases/Other Leaks/Stealer logs? Report it or tag me @Addka72424
New on this forum? Check this thread | TOR
Want to get credits by reposting leaks? Check Earn credits by reposting leaks! | TOR
Want to add your thread to the official section? Check Add to official requests | TOR
Don't know how to use forum Escrow? Check How to use BreachForums escrow | TOR
Looking for verified leaks that haven't been added to the official index yet? Check Unofficial Database Index | TOR

:420line:
Reply
#3
YEAH GOOD ENOUGH,,
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Ledger Database - Leaked, Download! Automation 96 28,446 07-21-2026, 06:51 PM
Last Post: dyzet1337
  Duolingo Scrape Database - Leaked, Download! gl0rp 108 43,126 07-21-2026, 12:14 PM
Last Post: Yunu599
  Turknet Database - Leaked, Download! dejavu 82 2,945 07-21-2026, 12:04 PM
Last Post: Yunu599
  MGM Grand Hotels Database - Leaked, Download! Automation 51 19,816 07-18-2026, 09:33 AM
Last Post: gandals007
  Cit0day Collection Collection - Leaked, Download! Automation 86 25,527 07-17-2026, 01:47 PM
Last Post: tereanorman



 Users browsing this thread: 1 Guest(s)