Update file E59.sql
This commit is contained in:
parent
06679fc8a2
commit
494cfec959
@ -3,7 +3,7 @@
|
|||||||
-- https://www.phpmyadmin.net/
|
-- https://www.phpmyadmin.net/
|
||||||
--
|
--
|
||||||
-- Host: localhost
|
-- Host: localhost
|
||||||
-- Generation Time: Mar 14, 2024 at 08:18 PM
|
-- Generation Time: Mar 15, 2024 at 01:26 AM
|
||||||
-- Server version: 10.5.23-MariaDB-0+deb11u1
|
-- Server version: 10.5.23-MariaDB-0+deb11u1
|
||||||
-- PHP Version: 7.4.33
|
-- PHP Version: 7.4.33
|
||||||
|
|
||||||
@ -41,6 +41,20 @@ CREATE TABLE `articles` (
|
|||||||
-- Dumping data for table `articles`
|
-- Dumping data for table `articles`
|
||||||
--
|
--
|
||||||
|
|
||||||
|
INSERT INTO `articles` (`ID`, `title`, `date`, `author`, `classification`, `miniature`, `resume`) VALUES
|
||||||
|
(1, 'Écrivons le futur !', '2024-03-07 09:32:00', 1, 0, 'https://e59.fr/assets/miniatures/1.png', 'Après avoir discuté avec l\'administration de notre IUT, nous avons découvert la partie humaine qui assure sa gestion, avec laquelle nous avons eu le plaisir de sympathiser. '),
|
||||||
|
(2, 'SpyLab', '2024-03-07 19:15:00', 4, 0, 'https://e59.fr/assets/miniatures/2.png', 'La plateforme de CTF SpyLab est displonible sur le gitlab de la E59.<br />\r\nCe projet a été mené dans le cadre de la SAE Pentest, un projet universitaire dirigé par Monsieur Guillemin.'),
|
||||||
|
(3, 'Réunion Association #1', '2024-03-07 21:53:16', 4, 3, 'https://e59.fr/assets/miniatures/3.png', 'Récapitulatif de la réunion concernant la transition du Club vers l\'état d\'association'),
|
||||||
|
(4, 'Update 1.0', '2024-03-08 23:00:24', 4, 0, 'https://e59.fr/assets/miniatures/4.png', 'Changelog de la mise à jour 1.0 de la plateforme e59.fr..'),
|
||||||
|
(5, 'Connaissez vous l\'attaque PCDoS ?', '2024-03-11 07:45:04', 4, 0, 'https://e59.fr/src/miniature/940304.png', 'Aussi connue sous le nom PCDoS (Plane Crash Denial of Service), cette faille est une faille 0day patchée grâce au plan vigipirate.'),
|
||||||
|
(6, 'Rapport Pentest (WDoS)', '2024-03-11 07:52:33', 7, 0, 'https://e59.fr/src/miniature/170243.png', 'Dans le cadre de notre évaluation de sécurité, nous avons réalisé une attaque de pentesting physique simulée sur les infrastructures réseau de l\'entreprise. '),
|
||||||
|
(7, 'Rapport d\'incident (PCDoS)', '2024-03-11 15:59:25', 7, 1, 'https://e59.fr/src/miniature/492819.png', 'Le présent rapport détaille un événement impliquant une tentative d\'attaque par déni de service distribué (DDoS) non conventionnelle et à grande échelle sur un centre de données.'),
|
||||||
|
(8, 'Invasion Volante', '2024-03-11 19:49:51', 4, 0, 'https://e59.fr/src/miniature/986241.png', 'Montmartre Assiégé par une Armada de Pigeons.'),
|
||||||
|
(9, 'Un avion s\'écrase sur l\'IUT !', '2024-03-12 08:11:11', 4, 0, 'https://e59.fr//src/miniature/108237.png', 'Ce matin, dans une tournure d\'événements tragique et inattendue, un avion s\'est écrasé sur l\'Institut Universitaire de Technologie (IUT) de Vélizy, ...'),
|
||||||
|
(10, 'Comment faire un 49.3 ?', '2024-03-12 12:39:50', 11, 0, 'https://e59.fr/src/miniature/464194.png', 'Dans ce tutoriel je vais te montrer comme faire un faire un 49.3. <br />\r\nTu pourras appliquer ce tutoriel pendant les travaux de groupe quand il faudra rétablir l\'ordre suprême !'),
|
||||||
|
(11, 'Update 1.1', '2024-03-12 17:07:47', 4, 0, 'https://e59.fr/assets/miniatures/11.png', 'Liste des changements suite à la mise à jour de la plateforme vers la version 1.1'),
|
||||||
|
(12, 'Update 1.2', '2024-03-14 20:50:15', 4, 0, 'https://e59.fr/assets/miniatures/12.png', 'La première update majeure vient de sortir !');
|
||||||
|
|
||||||
-- --------------------------------------------------------
|
-- --------------------------------------------------------
|
||||||
|
|
||||||
--
|
--
|
||||||
@ -58,15 +72,27 @@ CREATE TABLE `users` (
|
|||||||
`accreditation` int(12) NOT NULL DEFAULT 0,
|
`accreditation` int(12) NOT NULL DEFAULT 0,
|
||||||
`profile_picture` varchar(255) DEFAULT NULL,
|
`profile_picture` varchar(255) DEFAULT NULL,
|
||||||
`banner` varchar(255) DEFAULT '',
|
`banner` varchar(255) DEFAULT '',
|
||||||
`bio` varchar(255) DEFAULT NULL
|
`bio` varchar(255) DEFAULT NULL,
|
||||||
|
`certification` int(12) DEFAULT 0
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Dumping data for table `users`
|
-- Dumping data for table `users`
|
||||||
--
|
--
|
||||||
|
|
||||||
INSERT INTO `users` (`ID`, `username`, `password`, `email`, `date`, `display_name`, `level`, `accreditation`, `profile_picture`, `banner`, `bio`) VALUES
|
INSERT INTO `users` (`ID`, `username`, `password`, `email`, `date`, `display_name`, `level`, `accreditation`, `profile_picture`, `banner`, `bio`, `certification`) VALUES
|
||||||
(0, 'deleted_user', '0', NULL, '2020-01-01 00:00:00', 'Deleted User', 0, 0, NULL, NULL, NULL),
|
(1, 'admin', 'f290776df3fe2f6507f06bdbe048588b', 'bod@intra.e59.fr', '2024-03-07 19:42:01', 'Dieu', 3, 3, 'https://e59.fr/src/pp/1.png', 'https://e59.fr/assets/banners/1.png', 'Que la lumière soit...', 3),
|
||||||
|
(4, 'jan', '57edb0f3104636a40e64ad178868a572', 'jan@intra.e59.fr', '2024-03-07 20:26:05', 'Jan BELLON', 3, 3, 'https://e59.fr//src/pp/4.png', 'https://e59.fr/assets/banners/4.png', '🗿♟️☕', 2),
|
||||||
|
(6, 'eliott', '3845d4aff76bfb44fe36442dc9fce0be', 'eliott@intra.e59.fr', '2024-03-10 23:39:07', 'Eliott', 3, 3, NULL, NULL, NULL, 2),
|
||||||
|
(7, 'lucas', 'ff12405d3354d3af7ffffdb08474f9a1', 'lucas@intra.e59.fr', '2024-03-11 07:47:25', 'Trésorier', 3, 3, 'https://risibank.fr/cache/medias/0/24/2460/246030/full.png', 'https://images.pexels.com/photos/315938/pexels-photo-315938.jpeg', 'Nous vivons dans une saucisse', 2),
|
||||||
|
(8, 'Orjawell', '53e284f44a4533d3c13198ab2d7d1685', 'akram@intra.e59.fr', '2024-03-11 07:48:25', 'Orjawell', 2, 2, NULL, NULL, NULL, 1),
|
||||||
|
(10, 'neo', 'cb59608fced567a14b13a6e5c5c8a1d2', 'neo@neo', '2024-03-11 09:39:15', 'neo', 1, 1, NULL, NULL, NULL, 0),
|
||||||
|
(11, 'manu', '57edb0f3104636a40e64ad178868a572', 'manu@intra.e59.fr', '2024-03-12 12:19:57', 'Emmanuel Macron', 2, 3, 'https://e59.fr/src/pp/11.png', 'https://e59.fr/src/banner/11.png', 'Tais toi, ou je fais un 49.3.', 0),
|
||||||
|
(12, 'deleted_user', '0', NULL, '2024-03-14 20:22:10', 'Deleted User', 0, 0, NULL, '', NULL, 0),
|
||||||
|
(13, 'willy.guillemin', '52df21f38c6b2552bf68e4daa9c7f815', '', '2024-03-14 23:19:53', 'Willy Guillemin', 1, 1, 'https://e59.fr/assets/pp/13.png', 'https://e59.fr/assets/banners/13.png', 'Les bits c\'est des bits', 0),
|
||||||
|
(14, 'etiehuot', '52df21f38c6b2552bf68e4daa9c7f815', '', '2024-03-14 23:25:29', 'Etienne Huot', 1, 1, 'https://e59.fr/assets/pp/14.png', 'https://e59.fr/assets/banners/14.png', 'Il est où mon IPhone 15 Pro !', 0),
|
||||||
|
(15, 'sebastien.lemoel', '52df21f38c6b2552bf68e4daa9c7f815', '', '2024-03-14 23:36:02', 'Sebastien Le Moel', 1, 1, 'https://e59.fr/assets/pp/15.png', 'https://e59.fr/assets/banners/15.png', 'L\'enfer n\'est rien de plus que le domaine fréquentiel.', 0);
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Indexes for dumped tables
|
-- Indexes for dumped tables
|
||||||
--
|
--
|
||||||
@ -91,13 +117,13 @@ ALTER TABLE `users`
|
|||||||
-- AUTO_INCREMENT for table `articles`
|
-- AUTO_INCREMENT for table `articles`
|
||||||
--
|
--
|
||||||
ALTER TABLE `articles`
|
ALTER TABLE `articles`
|
||||||
MODIFY `ID` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
|
MODIFY `ID` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
|
||||||
|
|
||||||
--
|
--
|
||||||
-- AUTO_INCREMENT for table `users`
|
-- AUTO_INCREMENT for table `users`
|
||||||
--
|
--
|
||||||
ALTER TABLE `users`
|
ALTER TABLE `users`
|
||||||
MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
|
MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user