Wizard of Light Bulb
Posts
153
Threads
121
Joined
Jun 2023
1 Year of service
06-20-2023, 09:27 AM
(This post was last modified: 07-10-2023, 09:43 AM by Xferno.)
Hello Rebreached Community,
Today I have uploaded the Snapchat Database for you to download for free, thanks for reading and enjoy!
In January 2014 just one week after Gibson Security detailed vulnerabilities in the service, Snapchat had 4.6 million usernames and phone number exposed. The attack involved brute force enumeration of a large number of phone numbers against the Snapchat API in what appears to be a response to Snapchat's assertion that such an attack was "theoretical". Consequently, the breach enabled individual usernames (which are often used across other services) to be resolved to phone numbers which users usually wish to keep private.
Compromised data: Geographic locations, Phone numbers, Usernames
Member
Posts
188
Threads
101
Joined
Jul 2023
1 Year of service
Sample:
Code: CREATE TABLE IF NOT EXISTS `areacodes` (
`areacode` varchar(3) NOT NULL,
`name` text NOT NULL,
`isComplete` tinyint(1) NOT NULL,
UNIQUE KEY `areacode` (`areacode`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `areacodes` (`areacode`, `name`, `isComplete`) VALUES
('212', 'Manhattan', 1),
('213', 'Los Angeles', 1),
('217', 'Champaign-Urbana', 1),
('303', 'Boulder-Denver', 1),
('305', 'Miami', 1),
('310', 'Los Angeles', 1),
('312', 'Chicago', 1),
('315', 'Northern New York', 1),
('323', 'Downtown Los Angeles', 1),
('347', 'New York City', 1),
('415', 'San Francisco', 1),
('510', 'Oakland', 1),
('518', 'Northeastern New York State', 1),
('617', 'Southern Michigan', 1),
('618', 'Southern Illinois', 1),
('646', 'Manhattan', 1),
('650', 'Mountain View', 1),
('716', 'Buffalo', 1),
('718', 'Bronx, Queens, Brooklyn', 1),
('719', 'Southeastern Colorado', 1),
('720', 'Denver-Boulder', 1),
('754', 'Fort Lauderdale', 1),
('786', 'Miami', 1),
('815', 'Chicago Suburbs', 1),
('818', 'San Fernando Valley', 1),
('847', 'Northern Chicago Suburbs', 1),
('857', 'Boston', 1),
Breach Junior
Posts
13
Threads
0
Joined
Jul 2023
1 Year of service
Breach Junior
Posts
7
Threads
0
Joined
Jul 2023
1 Year of service
Breach Junior
Posts
28
Threads
0
Joined
Jul 2023
1 Year of service
Breach Junior
Posts
23
Threads
0
Joined
Aug 2023
1 Year of service
This would be nice.Can I see
Breach Junior
Posts
20
Threads
0
Joined
Aug 2023
1 Year of service
Member
Posts
61
Threads
0
Joined
Aug 2023
1 Year of service
Breach Junior
Posts
10
Threads
0
Joined
Aug 2023
1 Year of service
08-10-2023, 11:17 AM
(This post was last modified: 08-10-2023, 11:19 AM by Digitaleuh.)
(06-20-2023, 09:27 AM)Lord.hushu Wrote: Hello Rebreached Community,
Today I have uploaded the Snapchat Database for you to download for free, thanks for reading and enjoy!
In January 2014 just one week after Gibson Security detailed vulnerabilities in the service, Snapchat had 4.6 million usernames and phone number exposed. The attack involved brute force enumeration of a large number of phone numbers against the Snapchat API in what appears to be a response to Snapchat's assertion that such an attack was "theoretical". Consequently, the breach enabled individual usernames (which are often used across other services) to be resolved to phone numbers which users usually wish to keep private.
Compromised data: Geographic locations, Phone numbers, Usernames
Thanks
(06-20-2023, 09:27 AM)Lord.hushu Wrote: Hello Rebreached Community,
Today I have uploaded the Snapchat Database for you to download for free, thanks for reading and enjoy!
In January 2014 just one week after Gibson Security detailed vulnerabilities in the service, Snapchat had 4.6 million usernames and phone number exposed. The attack involved brute force enumeration of a large number of phone numbers against the Snapchat API in what appears to be a response to Snapchat's assertion that such an attack was "theoretical". Consequently, the breach enabled individual usernames (which are often used across other services) to be resolved to phone numbers which users usually wish to keep private.
Compromised data: Geographic locations, Phone numbers, Usernames
Thanks ^^
Breach Junior
Posts
28
Threads
0
Joined
Aug 2023
1 Year of service
|