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

[img]0[/img]

In approximately November 2015, the Turkish online gaming portal GameTurk (Now Defunct) suffered a data breach that impacted 712k members. The attack led to the exposure of data including Email addresses, Usernames, IP Addresses, Dates of birth and Passwords stored as vBulletin hashes.

Compromised data: Email addresses, Usernames, IP Addresses, Dates of birth, Passwords

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

Reply
#2
it look nice thank you
Reply
#3
thanks brother
Reply
#4
thank you brathan
Reply
#5
(06-08-2023, 07:04 PM)dedale Wrote:
Hello BreachForums Community,
Today I have uploaded the GameTurk Database for you to download, thanks for reading and enjoy!

[img]0[/img]

In approximately November 2015, the Turkish online gaming portal GameTurk (Now Defunct) suffered a data breach that impacted 712k members. The attack led to the exposure of data including Email addresses, Usernames, IP Addresses, Dates of birth and Passwords stored as vBulletin hashes.

Compromised data: Email addresses, Usernames, IP Addresses, Dates of birth, Passwords


sample:
CREATE TABLE IF NOT EXISTS `user` (   `userid` int(10) unsigned NOT NULL AUTO_INCREMENT,   `usergroupid` smallint(5) unsigned NOT NULL DEFAULT '0',   `membergroupids` char(250) NOT NULL DEFAULT '',   `displaygroupid` smallint(5) unsigned NOT NULL DEFAULT '0',   `username` varchar(100) NOT NULL DEFAULT '',   `password` char(32) NOT NULL DEFAULT '',   `passworddate` date NOT NULL DEFAULT '0000-00-00',   `email` char(100) NOT NULL DEFAULT '',   `styleid` smallint(5) unsigned NOT NULL DEFAULT '0',   `parentemail` char(50) NOT NULL DEFAULT '',   `homepage` char(100) NOT NULL DEFAULT '',   `icq` char(20) NOT NULL DEFAULT '',   `aim` char(20) NOT NULL DEFAULT '',   `yahoo` char(32) NOT NULL DEFAULT '',   `msn` char(100) NOT NULL DEFAULT '',   `skype` char(32) NOT NULL DEFAULT '',   `showvbcode` smallint(5) unsigned NOT NULL DEFAULT '0',   `showbirthday` smallint(5) unsigned NOT NULL DEFAULT '2',   `usertitle` char(250) NOT NULL DEFAULT '',   `customtitle` smallint(6) NOT NULL DEFAULT '0',   `joindate` int(10) unsigned NOT NULL DEFAULT '0',   `daysprune` smallint(6) NOT NULL DEFAULT '0',   `lastvisit` int(10) unsigned NOT NULL DEFAULT '0',   `lastactivity` int(10) unsigned NOT NULL DEFAULT '0',   `lastpost` int(10) unsigned NOT NULL DEFAULT '0',   `lastpostid` int(10) unsigned NOT NULL DEFAULT '0',   `posts` int(10) unsigned NOT NULL DEFAULT '0',   `reputation` int(11) NOT NULL DEFAULT '10',   `reputationlevelid` int(10) unsigned NOT NULL DEFAULT '1',   `timezoneoffset` char(4) NOT NULL DEFAULT '',   `pmpopup` smallint(6) NOT NULL DEFAULT '0',   `avatarid` smallint(6) NOT NULL DEFAULT '0',   `avatarrevision` int(10) unsigned NOT NULL DEFAULT '0',   `profilepicrevision` int(10) unsigned NOT NULL DEFAULT '0',   `sigpicrevision` int(10) unsigned NOT NULL DEFAULT '0',   `options` int(10) unsigned NOT NULL DEFAULT '33570831',   `birthday` char(10) NOT NULL DEFAULT '',   `birthday_search` date NOT NULL DEFAULT '0000-00-00',   `maxposts` smallint(6) NOT NULL DEFAULT '-1',   `startofweek` smallint(6) NOT NULL DEFAULT '1',   `ipaddress` char(15) NOT NULL DEFAULT '',   `referrerid` int(10) unsigned NOT NULL DEFAULT '0',   `languageid` smallint(5) unsigned NOT NULL DEFAULT '0',   `emailstamp` int(10) unsigned NOT NULL DEFAULT '0',   `threadedmode` smallint(5) unsigned NOT NULL DEFAULT '0',   `autosubscribe` smallint(6) NOT NULL DEFAULT '-1',   `pmtotal` smallint(5) unsigned NOT NULL DEFAULT '0',   `pmunread` smallint(5) unsigned NOT NULL DEFAULT '0',   `salt` char(30) NOT NULL DEFAULT '',   `ipoints` int(10) unsigned NOT NULL DEFAULT '0',   `infractions` int(10) unsigned NOT NULL DEFAULT '0',   `warnings` int(10) unsigned NOT NULL DEFAULT '0',   `infractiongroupids` varchar(255) NOT NULL DEFAULT '',   `infractiongroupid` smallint(5) unsigned NOT NULL DEFAULT '0',   `adminoptions` int(10) unsigned NOT NULL DEFAULT '0',   `profilevisits` int(10) unsigned NOT NULL DEFAULT '0',   `friendcount` int(10) unsigned NOT NULL DEFAULT '0',   `friendreqcount` int(10) unsigned NOT NULL DEFAULT '0',   `vmunreadcount` int(10) unsigned NOT NULL DEFAULT '0',   `vmmoderatedcount` int(10) unsigned NOT NULL DEFAULT '0',   `socgroupinvitecount` int(10) unsigned NOT NULL DEFAULT '0',   `socgroupreqcount` int(10) unsigned NOT NULL DEFAULT '0',   `pcunreadcount` int(10) unsigned NOT NULL DEFAULT '0',   `pcmoderatedcount` int(10) unsigned NOT NULL DEFAULT '0',   `gmmoderatedcount` int(10) unsigned NOT NULL DEFAULT '0',   `ncode_imageresizer_mode` enum('none','enlarge','samewindow','newwindow') DEFAULT NULL,   `ncode_imageresizer_maxwidth` smallint(5) unsigned DEFAULT NULL,   `ncode_imageresizer_maxheight` smallint(5) unsigned DEFAULT NULL,   `vbseo_likes_in` int(10) unsigned NOT NULL DEFAULT '0',   `vbseo_likes_out` int(10) unsigned NOT NULL DEFAULT '0',   `vbseo_likes_unread` int(10) unsigned NOT NULL DEFAULT '0',   `assetposthash` varchar(32) NOT NULL DEFAULT '',   `fbuserid` varchar(255) NOT NULL,   `fbjoindate` int(10) unsigned NOT NULL DEFAULT '0',   `fbname` varchar(255) NOT NULL,   `logintype` enum('vb','fb') NOT NULL DEFAULT 'vb',   `fbaccesstoken` varchar(255) NOT NULL,   `newrepcount` smallint(5) unsigned NOT NULL DEFAULT '0',   `bloggroupreqcount` int(10) unsigned NOT NULL DEFAULT '0',   `showblogcss` int(11) NOT NULL DEFAULT '1',   `showvsastats` tinyint(1) NOT NULL DEFAULT '1',   `recent_thankcnt` int(3) NOT NULL DEFAULT '0',   `recent_thankact` tinyint(1) NOT NULL DEFAULT '1',   `post_thanks_user_amount` int(10) unsigned NOT NULL DEFAULT '0',   `post_thanks_thanked_posts` int(10) unsigned NOT NULL DEFAULT '0',   `post_thanks_thanked_times` int(10) unsigned NOT NULL DEFAULT '0',   PRIMARY KEY (`userid`),   KEY `usergroupid` (`usergroupid`),   KEY `username` (`username`),   KEY `birthday` (`birthday`,`showbirthday`),   KEY `birthday_search` (`birthday_search`),   KEY `referrerid` (`referrerid`),   KEY `fbuserid` (`fbuserid`),   KEY `email` (`email`),   KEY `lastactivity` (`lastactivity`) ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=712812 ; -- -- Dumping data for table `user` -- INSERT INTO `user` (`userid`, `usergroupid`, `membergroupids`, `displaygroupid`, `username`, `password`, `passworddate`, `email`, `styleid`, `parentemail`, `homepage`, `icq`, `aim`, `yahoo`, `msn`, `skype`, `showvbcode`, `showbirthday`, `usertitle`, `customtitle`, `joindate`, `daysprune`, `lastvisit`, `lastactivity`, `lastpost`, `lastpostid`, `posts`, `reputation`, `reputationlevelid`, `timezoneoffset`, `pmpopup`, `avatarid`, `avatarrevision`, `profilepicrevision`, `sigpicrevision`, `options`, `birthday`, `birthday_search`, `maxposts`, `startofweek`, `ipaddress`, `referrerid`, `languageid`, `emailstamp`, `threadedmode`, `autosubscribe`, `pmtotal`, `pmunread`, `salt`, `ipoints`, `infractions`, `warnings`, `infractiongroupids`, `infractiongroupid`, `adminoptions`, `profilevisits`, `friendcount`, `friendreqcount`, `vmunreadcount`, `vmmoderatedcount`, `socgroupinvitecount`, `socgroupreqcount`, `pcunreadcount`, `pcmoderatedcount`, `gmmoderatedcount`, `ncode_imageresizer_mode`, `ncode_imageresizer_maxwidth`, `ncode_imageresizer_maxheight`, `vbseo_likes_in`, `vbseo_likes_out`, `vbseo_likes_unread`, `assetposthash`, `fbuserid`, `fbjoindate`, `fbname`, `logintype`, `fbaccesstoken`, `newrepcount`, `bloggroupreqcount`, `showblogcss`, `showvsastats`, `recent_thankcnt`, `recent_thankact`, `post_thanks_user_amount`, `post_thanks_thanked_posts`, `post_thanks_thanked_times`) VALUES (1, 20, '', 0, 'Whudu', '246f57176b86c65200f3ecdd3bfae81c', '2013-10-15', 'evrim.tanrikut@yahoo.com', 0, '', '', '', '', '', '', '', 2, 2, '', 0, 1246006980, 0, 1427195434, 1427204846, 1412798347, 0, 95, 230, 7, '0', 0, 0, 1, 0, 0, 11552855, '', '0000-00-00', -1, 1, '', 0, 0, 0, 0, -1, 260, 194, 'f6#Qf0#.b&k%ktA[-P~tig$sesr$M=', 0, 0, 0, '', 0, 0, 10130, 0, 25, 7, 0, 1, 0, 0, 0, 0, 'enlarge', NULL, NULL, 7, 0, 7, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (2, 2, '', 0, 'smyrna17', 'c8ef4494ff4f63c02d02163cfd3869f6', '2009-07-18', 'smyrna17@hotmail.com', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246086444, 0, 1247055536, 1247055536, 0, 651, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108439, '', '0000-00-00', -1, -1, '88.248.109.19', 0, 0, 0, 0, -1, 0, 0, 'Irj', 0, 0, 0, '', 0, 0, 578, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (3, 15, '', 0, 'Prometheus', '307d17b2f6e262356fd498bddfc1605d', '2009-11-26', 'gokhan@ggc.com.tr', 0, '', 'http://www.gameturk.com', '1905', '', '', 'Prometheus@prometheus.com', 'Prometheus', 2, 0, '', 0, 1246088520, 0, 1296223609, 1296225189, 1268328674, 67139, 211, 30, 5, '3', 0, 0, 1, 1, 1, 45116615, '01-19-1985', '1985-01-19', 1000, 2, '88.248.109.19', 0, 0, 0, 0, -1, 79, 0, '9u3', 0, 0, 0, '', 0, 0, 7257, 10, 3, 1, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (4, 2, '', 0, 'Darkside', '2b0a0d1b545db025114d2b70d0f01b91', '2009-06-29', 'gokhan.kazar@ggc.com.tr', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246271343, 0, 1250079374, 1250079374, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108439, '', '0000-00-00', -1, -1, '88.248.109.19', 0, 0, 0, 0, -1, 0, 0, 'JZ5', 0, 0, 0, '', 0, 0, 406, 0, 1, 0, 0, 1, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (5, 15, '', 0, 'iCeBerG', 'e9b179118d3a29216ff72cb978f38df4', '2013-08-22', 'yavuz.duran@ggc.com.tr', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246291080, 0, 1376582516, 1376642460, 1373101138, 473569, 293, 970, 12, '1', 0, 0, 2, 0, 0, 45632599, '', '0000-00-00', -1, 1, '88.248.109.19', 0, 0, 0, 0, -1, 757, 2, 'r7_l_m<+KFx)$=}^@to''|A/)n{-SGR', 0, 0, 0, '', 0, 0, 25816, 57, 4, 1, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 16, 0, 0, '1f09bfb63dee7848715c4cfd9b1812a0', '', 0, '', 'vb', 'AAACHXLmtNNQBAG9GDh4u5fGpt3SRHZBDe54CWskKmMHKq7WmqMN2MyBZAUutW7pSV14TMU9goW88khZBFGt2sGtRhsiDlc7ZA4mrOZCCd8wZDZD', 0, 0, 1, 1, 0, 1, 0, 0, 0), (6, 2, '', 0, 'secof', '9766a735167c70c0c591702abec26dc4', '2009-06-30', 'secof@live.com', 0, '', 'http://www.dinleyin.de/secofm', '', '', '', 'secof@live.com', '', 1, 0, '', 0, 1246313063, 0, 1247787121, 1249079038, 0, 31, 0, 10, 5, '0', 0, 0, 0, 1, 0, 45108567, '11-29-1989', '1989-11-29', -1, -1, '188.3.148.43', 0, 0, 0, 0, -1, 1, 0, 'b;~', 0, 0, 0, '', 0, 0, 461, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (7, 2, '', 0, 'EL_CiD', '3db4e3607442de7090d49cc1e6bbf278', '2009-06-30', 'okan_gandas@hotmail.com', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246313176, 0, 1246572949, 1246838288, 0, 49, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108695, '', '0000-00-00', -1, -1, '88.253.49.66', 0, 0, 0, 0, -1, 0, 0, 'Gpt', 0, 0, 0, '', 0, 0, 397, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (8, 2, '', 0, 'Almeha', '1f807f041462662e28bfd0462e18fe61', '2009-06-30', 'mephistookan@hotmail.com', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246313834, 0, 1246325343, 1246325343, 0, 21, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45108695, '', '0000-00-00', -1, -1, '88.253.49.66', 0, 0, 0, 0, -1, 0, 0, 'qf:', 0, 0, 0, '', 0, 0, 452, 0, 0, 0, 0, 1, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (9, 2, '', 0, 'SPEEDY85', '85ca172a27060ba0407f0b9062ad5e33', '2009-06-30', 'speedy85tr@gmail.com', 0, '', 'http://www.shardsofwar.com', '', '', '', '', '', 1, 2, '', 0, 1246315773, 0, 1424788949, 1447402753, 0, 261150, 0, 10, 5, '2', 1, 0, 1, 0, 0, 61889879, '08-07-1985', '1985-08-07', -1, 2, '94.122.187.208', 0, 0, 0, 0, -1, 7, 0, 'ig*', 0, 0, 0, '', 0, 0, 102, 3, 0, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (10, 2, '', 0, 'Vanechka', 'eaa806442f931b634f072fc21f5906aa', '2009-06-30', 'aquacfg@hotmail.com', 0, '', '', '', '', '', 'aquacfg@hotmail.com', 'e-Vanechka', 1, 0, '', 0, 1246349482, 0, 1246907612, 1246969379, 0, 40, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '02-14-1991', '1991-02-14', -1, -1, '88.236.38.154', 0, 0, 0, 0, -1, 0, 0, 'V-Q', 0, 0, 0, '', 0, 0, 588, 0, 0, 1, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (11, 2, '', 0, 'Eagle1', 'dbc69a7fe92c8358b723f20a023c6cd8', '2009-06-30', 'byasaroglu@hotmail.com', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246351975, 0, 1246351975, 1246351983, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '88.247.56.21', 0, 0, 0, 0, -1, 0, 0, 'j-/', 0, 0, 0, '', 0, 0, 428, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (12, 2, '', 0, 'reynbo', '0d69d49c033a20c25bc274a47d7909bc', '2009-06-30', 'ahmed.demha@hotmail.com', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246356790, 0, 1274461035, 1274628084, 1273393552, 85770, 8, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '88.229.185.222', 0, 0, 0, 0, -1, 1, 0, '-Tl', 0, 0, 0, '', 0, 0, 423, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (13, 2, '', 0, 'gaby', '72dda5f4353768d16613bd43d722e23c', '2009-06-30', 'indiancurse@hotmail.com', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246372070, 0, 1246373055, 1246373055, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108295, '11-04-1985', '1985-11-04', -1, -1, '88.248.109.153', 0, 0, 0, 0, -1, 0, 0, '0")', 0, 0, 0, '', 0, 0, 354, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (14, 2, '', 0, 'sertan1536', '5d408df1ce3f57a14b1313f17ac0a18f', '2009-06-30', 'sertan1536@mynet.com', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246372775, 0, 1246745865, 1246745896, 0, 156, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '07-19-1998', '1998-07-19', -1, -1, '88.230.166.35', 0, 0, 0, 0, -1, 0, 0, '+EB', 0, 0, 0, '', 0, 0, 410, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (15, 15, '', 15, 'Arwen', 'cdd4ecf1366bacb1340f1fdddf78b107', '2009-08-31', 'hande.ozdemirci@ggc.com.tr', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246373100, 0, 1332925997, 1335799260, 1335798657, 361445, 76, 30, 5, '0', 0, 0, 1, 1, 0, 541760, '11-04-1985', '1985-11-04', -1, -1, '88.248.109.153', 0, 0, 0, 0, -1, 166, 0, 'N@!', 0, 0, 0, '', 0, 0, 12328, 150, 11, 0, 0, 1, 0, 0, 0, 0, 'enlarge', NULL, NULL, 1, 0, 1, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (16, 2, '', 0, 'jackalmed', '272a86f0a6c7e9f414e964b196bd0935', '2009-06-30', 'jackalmed@hotmail.com', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246375352, 0, 1246375352, 1246375440, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108295, '', '0000-00-00', -1, -1, '78.168.57.62', 0, 0, 0, 0, -1, 0, 0, 'l3J', 0, 0, 0, '', 0, 0, 265, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (17, 2, '', 0, 'm_rock', 'ebedbdeae200f047a22b0fa3e399ae76', '2009-06-30', 'm_rock_ukala@hotmail.com', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246383589, 0, 1246383589, 1246383634, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '85.108.208.160', 0, 0, 0, 0, -1, 0, 0, '%BP', 0, 0, 0, '', 0, 0, 314, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (18, 2, '', 0, 'burakoli', '27c64e86468ee248a2399564f78a2f2c', '2009-06-30', 'mburak93@mynet.com', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246389570, 0, 1287676295, 1289921292, 1260297898, 0, 2, 10, 5, '0', 0, 0, 1, 0, 0, 45108567, '', '0000-00-00', -1, -1, '88.232.104.186', 0, 0, 1260297898, 0, -1, 17, 0, '5>T', 0, 0, 0, '', 0, 0, 1069, 5, 0, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (19, 2, '', 0, 'oyuncu', 'ecc023e9cafc0f0967fa545ab00fbfde', '2009-06-30', 'balistikhayat@windowslive.com', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246390347, 0, 1246391595, 1246391595, 0, 34, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '88.246.78.29', 0, 0, 0, 0, -1, 0, 0, 'LNu', 0, 0, 0, '', 0, 0, 375, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (6165, 2, '', 0, 'adreal', 'adec79844cd64a0300a9934ff0a043d5', '2009-07-08', 'm_murat_kozan@hotmail.com', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1247071967, 0, 1247071967, 1247071967, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 19527, '0', '0000-00-00', -1, -1, '193.255.247.6', 0, 0, 0, 0, -1, 0, 0, '*#W', 0, 0, 0, '', 0, 0, 248, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (20, 2, '', 0, 'LeeSunShin', '36db7f37fb84e4fc74950be9e563e892', '2009-06-30', 'zeyd.kazanci@ggc.com.tr', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246395156, 0, 1246395156, 1246395741, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '88.248.109.19', 0, 0, 0, 0, -1, 0, 0, '3v[', 0, 0, 0, '', 0, 0, 311, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (21, 2, '', 0, 'Blendýr', '1aa782138d4631bcad856ebd5a05a4d0', '2010-02-22', 'ersinsoneronan@hotmail.com', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246456140, 0, 1266853477, 1266970972, 0, 19055, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '88.252.139.182', 0, 0, 0, 0, -1, 0, 0, '?)w', 0, 0, 0, '', 0, 0, 915, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (22, 2, '', 0, 'omer61', '5a8ff281b7fda85896c5f3411a9220da', '2009-07-01', 'omer._.baba@hotmail.com', 0, '', 'http://site.mynet.com/sanana82/', '', '', '', '', '', 1, 2, '', 0, 1246472164, 0, 1248686099, 1249748688, 0, 3463, 0, 10, 5, '0', 0, 0, 1, 0, 0, 45108311, '07-18-1993', '1993-07-18', -1, -1, '85.105.77.66', 0, 0, 0, 0, -1, 1, 0, '.CX', 0, 0, 0, '', 0, 0, 918, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (23, 2, '', 0, 'Seda35', '5816390e9ec7349844003d8d968f45a8', '2009-07-02', 'Seda.Celik35@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246485644, 0, 1247810148, 1247849963, 0, 2214, 0, 10, 5, '4.5', 0, 0, 0, 1, 0, 45108567, '01-31-1986', '1986-01-31', -1, 2, '78.172.8.111', 0, 0, 0, 0, -1, 3, 0, 'fX1', 0, 0, 0, '', 0, 0, 579, 1, 0, 1, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (24, 2, '', 0, 'Prestige', '9593059d2d3f21ebcd8389222fab8c9c', '2009-07-08', 'rumilcarnesir@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246555806, 0, 1248556914, 1248950981, 0, 3208, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '78.171.254.96', 0, 0, 0, 0, -1, 1, 0, '"/a', 0, 0, 0, '', 0, 0, 379, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (25, 2, '', 0, 'BOROVALI', 'dc4750a6100a323bd31d3ed2349a70f6', '2009-07-03', 'gokalp.1453@hotmail.com', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246571995, 0, 1246571995, 1246572350, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108567, '', '0000-00-00', -1, -1, '79.125.172.154', 0, 0, 0, 0, -1, 0, 0, '|rK', 0, 0, 0, '', 0, 0, 346, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (26, 2, '', 0, 'furkan_g.f.b', 'fc5cd8004106a05af3e5a8191b2f5ea9', '2009-07-03', 'masumserseri_g.f.b@hotmail.com', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246607826, 0, 1246607826, 1246608314, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '78.172.100.78', 0, 0, 0, 0, -1, 0, 0, 'Baw', 0, 0, 0, '', 0, 0, 332, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (27, 2, '', 0, 'adabella2115', '09d3484a36cde0d07fb1e26dfe8730a7', '2009-07-03', 'masal_perisi_2115@hotmail.com', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246611575, 0, 1246611575, 1246611641, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108375, '', '0000-00-00', -1, -1, '193.69.66.73', 0, 0, 0, 0, -1, 0, 0, 'i~+', 0, 0, 0, '', 0, 0, 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (28, 2, '', 0, 'DrTaKa', 'dbdcd03b17d27bcd57aa4c57e70b6ce7', '2009-07-03', 'mami_9005@hotmail.com', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246613202, 0, 1249038210, 1249300962, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '95.65.183.202', 0, 0, 0, 0, -1, 2, 0, '3R2', 0, 0, 0, '', 0, 0, 385, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (29, 2, '', 0, 'ucarahmetcan', '6eee2fd7d11e2f04e763fc8bfd257c43', '2009-07-03', 'ucarahmetcan_1907@hotmail.com', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246614734, 0, 1246614734, 1246615212, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '88.244.126.246', 0, 0, 0, 0, -1, 0, 0, 'HHa', 0, 0, 0, '', 0, 0, 269, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (30, 2, '', 0, 'sweet witch', '2163951cf88291c42d4b8cec124176f8', '2009-07-03', 'zeynep_hilal92@hotmail.com', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246614861, 0, 1290540962, 1290540962, 0, 10063, 0, 10, 5, '0', 0, 0, 1, 1, 1, 45108311, '', '0000-00-00', -1, -1, '85.110.14.210', 0, 0, 0, 0, -1, 0, 0, 'dKn', 0, 0, 0, '', 0, 0, 526, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (31, 2, '', 0, 'captain', 'ef4e7b2cad40ca635ac2161b9d1dcf4a', '2009-07-03', 'punisher_0009@hotmail.com', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246619198, 0, 1246619379, 1248098690, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 43011159, '', '0000-00-00', -1, 1, '78.174.179.9', 0, 0, 0, 0, -1, 0, 0, '!7}', 0, 0, 0, '', 0, 0, 504, 0, 0, 1, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (32, 2, '', 0, 'Nauru', '8058a9b980e3f58da520a871776c81bc', '2009-07-03', 'ibrahimcengiz07@hotmail.com', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246619283, 0, 1246619283, 1246619318, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45108311, '', '0000-00-00', -1, -1, '78.161.77.241', 0, 0, 0, 0, -1, 0, 0, 'Cpx', 0, 0, 0, '', 0, 0, 379, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 0, 0, 0), (33, 2, '', 0, 'JaGGeR', 'f7ef91c4d024d4060f80096f97be9ba2', '2009-07-03', 's_e_k_0@hotmail.com', 0, '', '', '', '', '', '', '', 1, 0, '', 0, 1246620164, 0, 1247828901, 1248105223, 0, 1789, 0, 10, 5, '0', 0, 0, 0, 1, 0, 45108567, '', '0000-00-00', -1, -1, '78.172.21.249', 0, 0, 0, 0, -1, 1, 0, '<Wx', 0, 0, 0, '', 0, 0, 345, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'enlarge', NULL, NULL, 0, 0, 0, '', '', 0, '', 'vb', '', 0, 0, 1, 1, 0, 1, 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
#6
great share
Reply
#7
thanks for this
Reply
#8
thanks for sharing bro
Reply
#9
thanks bro
Reply
#10
thank you
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Robinhood Database - Leaked, Download! Automation 52 17,312 37 minutes ago
Last Post: fsahfhsahhfas4
  Qantas Airways Limited Database - Leaked, Download! amelgarg 32 1,518 41 minutes ago
Last Post: fsahfhsahhfas4
  Match Group Database - Leaked, Download! Sythe 27 1,489 4 hours ago
Last Post: Margod6
  Bouygues Telecom Database - Leaked, Download! Tanaka 97 5,391 Yesterday, 02:29 PM
Last Post: poqpqos
  Unspecified French leak aka "ANTS" Database - Leaked, Download! Angel_Batista 143 10,871 Yesterday, 02:16 PM
Last Post: poqpqos



 Users browsing this thread: