· 8 years ago · Jul 03, 2018, 01:58 PM
1--------------------------------------------------------------------------------------------------------------
2
3____ __. .__ .__ _________ .__ __
4| |/ _|____ | |___ _|__| ____ / _____/ ____ ____ __ _________|__|/ |_ ___.__.
5| <_/ __ | | / / |/ _____ _/ __ _/ ___| | _ __ __< | |
6| | ___/| |_ /| | | / ___/ ___| | /| | / || | ___ |
7|____|__ ___ >____/_/ |__|___| /_______ /___ >___ >____/ |__| |__||__| / ____|
8 / / / / / / /
9--- contact:https://www.facebook.com/pages/KelvinSecurity/1470285456587684
10
11
12----- больш ---------------------------------------------------------------------------------------------------------------
13Што Kelvinsecurity? -Milw0rm- -KelvinSecurity- //1995//1996//2016
14
15
16Kelvinsecurity з'ÑўлÑецца хакер твар шукае збору інфармацыі вÑлікіх людзей па ÑžÑім Ñвеце, падлучаных да Ñеткі, Ñ– ÑžÑ€Ð°Ð·Ð»Ñ–Ð²Ñ‹Ñ Ð´Ð° гÑтых платформах.
17
18 Follow In twitter > @nationgoverment
19 EMAIL_CONTACT: > KelvinseZurity@3g2upl4pq6kufc4m.onion
20----------------------------------------------------------------------------------------------------------------
21
22-- Table structure for table `wp_users`
23--
24
25DROP TABLE IF EXISTS `wp_users`;
26/*!40101 SET @saved_cs_client = @@character_set_client */;
27/*!40101 SET character_set_client = utf8 */;
28CREATE TABLE `wp_users` (
29 `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
30 `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
31 `user_pass` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
32 `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
33 `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
34 `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
35 `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
36 `user_activation_key` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
37 `user_status` int(11) NOT NULL DEFAULT '0',
38 `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
39 PRIMARY KEY (`ID`),
40 KEY `user_login_key` (`user_login`),
41 KEY `user_nicename` (`user_nicename`)
42) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
43/*!40101 SET character_set_client = @saved_cs_client */;
44
45--
46-- Dumping data for table `wp_users`
47--
48
49LOCK TABLES `wp_users` WRITE;
50/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
51INSERT INTO `wp_users` VALUES (1,'easycom','$P$B8VrEUuJAV8Sy/wq4dUAL2zoB6kte71','easycom','xmedias@groupe-easycom.com','','2014-07-16 15:31:40','',0,'easycom'),(8,'caroline.rose@atlanticsante.fr','$P$Bk3X7DrH7b31DJrgHMIcDB7ORIzWh/1','caroline-roseatlanticsante-fr','caroline.rose@atlanticsante.fr','','2014-10-17 13:09:00','',0,'Caroline ROSE'),(12,'Caroline','$P$BixHGrFBtq8h9nO3kyz/G1pvOq5W.A.','caroline','carolineroseguilleux@gmail.com','','2015-04-13 12:56:04','',0,'Caroline'),(13,'Elise','$P$BrXCibzKovyKZgrBAiy0vYe5QukCLR/','elise','elise.gross@regilait.fr','','2015-06-08 10:04:30','',0,'Elise'),(14,'marketing.exportation@regilait.fr','$P$B8noAqrZDdk1s/HtCEwgiUpGSRlcqW/','marketing-exportationregilait-fr','marketing.exportation@regilait.fr','','2015-08-04 15:43:22','',0,'marketing.exportation@regilait.fr'),(15,'inpuzzle','$P$B8NEEHkcDIyqFBbYTbpQ8ERYJrebpX/','inpuzzle','pmoulinier@inpuzzle.com','','2015-08-12 14:32:33','',0,'paul moulinier');
52/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
53UNLOCK TABLES;