hi rebreached,
I'm gonna drop some info about a little database from msp.gov.ua.
With all the juicy stuff like email, name, company, phone, and more
On October 16, 2022, information referred to as "Ministry of Social Policy of Ukraine msp.gov.ua Leaks" was made available on a .onion forum. This information was claimed to originate from internal government sources in Ukraine.
I'm gonna drop some info about a little database from msp.gov.ua.
With all the juicy stuff like email, name, company, phone, and more
On October 16, 2022, information referred to as "Ministry of Social Policy of Ukraine msp.gov.ua Leaks" was made available on a .onion forum. This information was claimed to originate from internal government sources in Ukraine.
sample:
Code:
-- Adminer 4.8.1 MySQL 8.0.29-0ubuntu0.20.04.3 dump
SET NAMES utf8;
SET time_zone = '+00:00';
SET foreign_key_checks = 0;
SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO';
CREATE DATABASE `portal` /*!40100 DEFAULT CHARACTER SET utf8mb3 COLLATE utf8_unicode_ci */ /*!80016 DEFAULT ENCRYPTION='N' */;
USE `portal`;
DROP TABLE IF EXISTS `AccreditationMails`;
CREATE TABLE `AccreditationMails` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`event` int unsigned DEFAULT NULL,
`message` text CHARACTER SET utf8mb3 COLLATE utf8_unicode_ci,
`to` text CHARACTER SET utf8mb3 COLLATE utf8_unicode_ci,
`stime` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_unicode_ci;
INSERT INTO `AccreditationMails` (`id`, `event`, `message`, `to`, `stime`) VALUES
(1, 19878, 'Текст....\r\nПример...', 'anu@ukr.net\nhoston@hoston.com.ua', '2015-07-27 13:24:40');
DROP TABLE IF EXISTS `Accreditations`;