Omaze online fundraising platform 2.7M 2020
- Thread starter
- Thread Author
- #1
In July 2020, the online fundraising platform Omaze was breached leading to 2.7 million users being affected having their personal information leaked.
You must be logged in to see this link.
Compromised data: Usernames, Email Addresses, Passwords, Socialmedia Links, Geographical Locations, First Names, Last Names, Genders
HTML:
CREATE TABLE `wp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`user_pass` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`user_nicename` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`user_email` varchar(100) CHARACTER SET utf8 DEFAULT NULL,
`user_url` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(60) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT '0',
`display_name` varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',