Posts: 24
Threads: 17
Joined: Apr 2026
https://thorairlinesva.es/resources/HiCrew.png
Hey BreachForums Community
Today
I Leak new databases
PWNED BY BREACHED (LAPSUS$ Member)
URL OF WEBSITE : https://thorairlinesva.es/
FULL DATABASE : https://gofile.io/d/QAOH6O
THE THOR AIRLINES DATABASES
sample :
DROP TABLE IF EXISTS `aircraft`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `aircraft` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`subfleet_id` int(10) unsigned NOT NULL,
`icao` varchar(4) COLLATE utf8_unicode_ci DEFAULT NULL,
`iata` varchar(4) COLLATE utf8_unicode_ci DEFAULT NULL,
`airport_id` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
`landing_time` timestamp NULL DEFAULT NULL,
`name` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
`registration` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
`hex_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
`mtow` decimal(8,2) unsigned DEFAULT '0.00',
`zfw` decimal(8,2) unsigned DEFAULT '0.00',
`flight_time` bigint(20) unsigned DEFAULT '0',
`status` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'A',
`state` tinyint(3) unsigned NOT NULL DEFAULT '0',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `aircraft_registration_unique` (`registration`),
KEY `aircraft_airport_id_index` (`airport_id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
Posts: 80
Threads: 2
Joined: Apr 2026
[quote="breach3d" pid='1231403' dateline='1766934576']
https://thorairlinesva.es/resources/HiCrew.png
Merhaba BreachForums Topluluğu
Bugün
Yeni veritabanlarını sızdırıyorum.
BREACHED TARAFINDAN ELE GEÇİRİLMİŞTİR ( LAPSUS$ Üyesi)
WEB SİTESİNİN URL'Sİ: https://thorairlinesva.es/
TAM VERİ TABANI : https://gofile.io/d/QAOH6O
THOR HAVAYOLLARI VERİ TABANLARI
örnek :
DROP TABLE IF EXISTS `aircraft`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
`uçak` tablosunu oluştur (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`subfleet_id` int(10) unsigned NOT NULL,
`icao` varchar(4) COLLATE utf8_unicode_ci DEFAULT NULL,
`iata` varchar(4) COLLATE utf8_unicode_ci DEFAULT NULL,
`airport_id` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
`landing_time` zaman damgası NULL VARSAYILAN DEĞER NULL,
`name` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
`kayıt` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
`hex_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
`mtow` ondalık(8,2) işaretsiz varsayılan değer '0.00',
`zfw` ondalık(8,2) işaretsiz VARSAYILAN '0.00',
`uçuş_süresi` bigint(20) işaretsiz DEFAULT '0',
`status` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'A',
`state` minikint(3) unsigned NULL DEFAULT DEĞİL '0',
`created_at` zaman damgası NULL, varsayılan değer NULL,
`updated_at` zaman damgası NULL, varsayılan değer NULL,
BİRİNCİL ANAHTAR (`id`),
BENZERSİZ ANAHTAR `aircraft_registration_unique` (`registration`),
ANAHTAR `aircraft_airport_id_index` (`airport_id`)
) MOTOR=InnoDB OTOMATİK ARTIRMA=9 VARSAYILAN KARAKTER SETİ=utf8 SIRALAMA=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
[/alıntı]
Thanks mod, could you please change my name to "Keraunos"? This forum account is currently banned. Ban Length: Permanent (N/A Remaining) Ban Reason: Contact Administration.
Posts: 17
Threads: 1
Joined: Apr 2026
Context:
Thor Airlines is a virtual airline community for flight simulation enthusiasts, offering scheduled flights and realistic routes within platforms like Flight Simulator.
This is not a real airline
Posts: 24
Threads: 17
Joined: Apr 2026
(Dec 29, 2025, 05:34 PM)tulipan Wrote: Context:
Thor Airlines is a virtual airline community for flight simulation enthusiasts, offering scheduled flights and realistic routes within platforms like Flight Simulator.
This is not a real airline
BRO READ THE DATABASE PLS
Posts: 16
Threads: 5
Joined: Dec 2024
(Dec 28, 2025, 03:09 PM)breach3d Wrote: https://thorairlinesva.es/resources/HiCrew.png
Hey BreachForums Community
Today
I Leak new databases
PWNED BY BREACHED (LAPSUS$ Member)
URL OF WEBSITE : https://thorairlinesva.es/
FULL DATABASE : https://gofile.io/d/QAOH6O
THE THOR AIRLINES DATABASES
sample :
DROP TABLE IF EXISTS `aircraft`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `aircraft` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`subfleet_id` int(10) unsigned NOT NULL,
`icao` varchar(4) COLLATE utf8_unicode_ci DEFAULT NULL,
`iata` varchar(4) COLLATE utf8_unicode_ci DEFAULT NULL,
`airport_id` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
`landing_time` timestamp NULL DEFAULT NULL,
`name` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
`registration` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
`hex_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
`mtow` decimal(8,2) unsigned DEFAULT '0.00',
`zfw` decimal(8,2) unsigned DEFAULT '0.00',
`flight_time` bigint(20) unsigned DEFAULT '0',
`status` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'A',
`state` tinyint(3) unsigned NOT NULL DEFAULT '0',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `aircraft_registration_unique` (`registration`),
KEY `aircraft_airport_id_index` (`airport_id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
wtf is this sample?
Posts: 17
Threads: 1
Joined: Apr 2026
(Dec 29, 2025, 05:42 PM)breach3d Wrote: (Dec 29, 2025, 05:34 PM)tulipan Wrote: Context:
Thor Airlines is a virtual airline community for flight simulation enthusiasts, offering scheduled flights and realistic routes within platforms like Flight Simulator.
This is not a real airline
BRO READ THE DATABASE PLS
More context:
Their official account in X:
The data was dumped in 2021 and the website and project were created in 2020
-- Dump completed on 2021-04-11 17:27:54
There are only 10 user records, the rest of the data is virtual stuff whose use is irrelevant because it is statistics and metadata like airports, ranks, and things like that.
INSERT INTO `users`
VALUES
(1,443,'Victor Garcia','vgpastor08@gmail.com','$2y$10$CxLJmSASXM4/kCSw0K4hV.zO3SWr35Fg.RJcU9/S0uHd8HDskST9m','b8bcdbba06b002f66b8a',1,1,'es','LEIB','LEIB','pirepid_1',11,180,0,NULL,'GMT',0,1,NULL,NULL,NULL,'195.55.254.2',NULL,'2020-09-14 18:04:34','2021-04-11 01:00:12',NULL),
(4,12,'Jesus Soriano','jesussoriano2000@gmail.com','$2y$10$zTW9EB11Fqm/EyxN4L1fdOCiq9B/wwFWlJiTamc72/dedmqoW07Y2','40354164fabf4c2036bd',1,1,'es','LEIB','LIMW','gABGXyprgaekVzwn',1,35,0,NULL,'Europe/Madrid',0,1,1,0,NULL,'81.35.154.87','nlgWUZZPPZpGlkY2RML5vkaAARQvU34vHDSVNb48RJwGxuQ1AqSjp9MGx0jQ','2020-09-14 19:24:56','2021-04-11 01:00:12',NULL),
(5,412,'Alejandro Díaz Rodríguez','aleelmolon4@gmail.com','$2y$10$RrteYIDFt8BgHKfhtG90aOE2mdxL21FEReBak8f4RI8hp2awaB7uW','e1cf8fee9ffb76f013c2',1,1,'es','LEIB','LECI','7ylK9BYxVPg6gDKV',1,0,0,NULL,'GMT',0,1,1,1,NULL,'81.38.154.194',NULL,'2020-09-14 19:27:50','2021-04-11 01:00:13',NULL),
(6,320,'Daniel Valle','danielvalle94@gmail.com','$2y$10$vfyRK2e/DdwoabeEmZgbkey0syqy6IEz1Yf3v8D/LxiTFxxr4siyO','6ebe762ba68f466d5135',1,3,'es','LEIB','LEIB',NULL,0,0,1980,NULL,'Europe/Madrid',0,1,1,1,NULL,NULL,NULL,'2020-09-14 19:49:05','2021-04-11 01:00:13',NULL),
(7,618,'David','davilojj@gmail.com','$2y$10$Fc9S3e5Us9e3Vf70LwdxPuuPVcCq5xel0iSQ82euDpei6nCgC1asy','0135e6fabe9435032946',1,1,'es','LEMD','LEMD',NULL,0,0,0,NULL,'UTC',0,1,1,1,NULL,'213.194.132.124','nf9TRmNturh4G8wLiR6jdtqmt2AU2h58gumbARaG4y7u6jktw7WlSQmegg2x','2020-10-03 21:36:29','2021-04-11 01:00:13',NULL),
(8,594,'Lucas Quintero','lucasquinterocaballero02@gmail.com','$2y$10$bgleOqK.0fMnNZDzUd5WLen4T0pGgTbJviG/kck0ppKLM1SA9T24K','dd5ef562beb607faf93e',1,1,'es','LEIB','LEIB',NULL,0,0,0,NULL,'GMT',0,1,1,1,NULL,'37.15.150.209',NULL,'2020-10-03 21:42:43','2021-04-11 01:00:13',NULL),
(9,1,'Alex Arans','alexarans1994@gmail.com','$2y$10$JRYGy7LKLyasFS9PE0ZJSO26V8fWDPlNXYVlJvD5yvrst7QGGGRga','b765c56f6ccff8d7ed48',1,1,'es','LEIB','EGLC',NULL,0,0,0,NULL,'UTC',0,1,1,1,NULL,'185.73.168.37',NULL,'2020-11-08 17:58:50','2021-04-11 01:00:13',NULL),
(11,205,'David Morell','david@maquinasvoladoras.org','$2y$10$U.fOoAf9HCBqxDLfEnls..cGiEzwN7ZyUKnDLp2KIovsP05dR6QQS','0d8461df4f848e06b817',1,3,'es','LEIB','LIRF','pvGvR522bVNg3GjM',2,1207,0,NULL,'Europe/Madrid',0,1,1,1,NULL,'95.19.25.91',NULL,'2020-11-09 21:29:19','2021-04-11 01:00:14',NULL),
(12,147,'Brian Thoya Akili','brianta2003@gmail.com','$2y$10$xHZglQwNhTEpOB3WkjARTOHpwlVyY8152J9ptktnkeSHAY4g2cTgS','e3a109d1e729aab77d11',1,1,'es','LEIB','LEIB',NULL,0,0,0,NULL,'Europe/Madrid',0,1,1,1,NULL,'5.225.28.106',NULL,'2020-11-11 13:53:59','2021-04-11 01:00:14',NULL),
(13,619,'Jokin Vega Pérez de Arenaza','jokvegper@gmail.com','$2y$10$KZ9rj2WAg9njVPciEFRwtuONP50DSCDKKjmThQriLnIqHmS5R3bPa','6c980a33372771a99ac6',1,1,'es','LEIB','LEIB',NULL,0,0,0,NULL,'UTC',0,1,1,1,NULL,'85.61.229.200',NULL,'2020-12-13 17:50:24','2021-04-11 01:00:16',NULL);
I appreciate the leak, but I think it's necessary to add this context because it's not a real or big airline.
Thanks anyway.
Posts: 27
Threads: 0
Joined: Jul 2023
Thank you bro leak This forum account is currently banned. Ban Length: Permanent (N/A Remaining) Ban Reason: Leeching | https://breachforums.ai/Forum-Ban-Appeals if you feel this is incorrect.
Posts: 2,344
Threads: 196
Joined: Aug 2023
The link in this thread is dead. Please reply to the PM you were sent to get your thread moved back to the Databases section.
|