Habib's Food Restaurant Database - Leaked, Download!
by - Thursday, January 1, 1970 at 12:00 AM
Hello BreachForums Community,
Today I have uploaded the Habib's Food Restaurant Database for you to download, thanks for reading and enjoy!



In August 2021, the well-known food delivery app and restaurant known as Habib's Food Restaurant suffered a data breach. The breach included Full names, Dates of birth, Email addresses, CPF Numbers and IP Addresses. In total, 3.6 million users were affected.

Compromised data: Full names, Dates of birth, Email addresses, CPF Numbers, IP Addresses
The .7z File's MD5 Hash is 82947140730F1CF6EDE6D7BBC2987680. In total, there are 3661058 records. The file is 1.64GB uncompressed and 625.75MB compressed.
Hidden Content
You must register or login to view this content.

Reply
according to google translate, the `senha` column is `password`
Reply
(June 17, 2022, 10:53 AM)Maligator Wrote: according to google translate, the `senha` column is `password`


correcto
Reply
(June 17, 2022, 10:53 AM)Maligator Wrote: according to google translate, the `senha` column is `password`


Yes, but that's not what I meant. If you run a query, you will see that the entire column is null or empty.

SELECT id, email, senha FROM `clientes` where senha is not null and senha <> '';
Empty set (0.000 sec)


And another table that could have the password has no records, just the structure of the table.

DROP TABLE IF EXISTS `usuario`;
CREATE TABLE `usuario` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`nome` varchar(255) DEFAULT NULL,
`email` varchar(255) DEFAULT NULL,
`senha` varchar(255) DEFAULT NULL,
`permissoes` varchar(255) DEFAULT NULL,
`status` varchar(100) NOT NULL DEFAULT 'Ativo' COMMENT '1 = ativo, 2 = inativo',
`excluido` int(1) DEFAULT '0' COMMENT '0 = não, 1 = sim',
`time` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`conta_id` int(10) DEFAULT '1',
`ip` varchar(100) DEFAULT NULL,
`usuario_id` int(10) DEFAULT NULL,
`tipo` varchar(100) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

Reply
Finally I found it!
We have to live a life of no regrets.
Reply
thanks brown nice
Reply
this good
Reply
thanks
Reply
gooood


=)))))
Reply
thanks mate
Reply