· 6 years ago · Jun 07, 2019, 09:10 PM
1██████╗ ███████╗███╗ ███╗ ██████╗ ███╗ ██╗███████╗ █████╗ ██████╗
2██╔══██╗██╔════╝████╗ ████║██╔═══██╗████╗ ██║██╔════╝██╔══██╗██╔══██╗
3██║ ██║█████╗ ██╔████╔██║██║ ██║██╔██╗ ██║███████╗███████║██║ ██║
4██║ ██║██╔══╝ ██║╚██╔╝██║██║ ██║██║╚██╗██║╚════██║██╔══██║██║ ██║
5██████╔╝███████╗██║ ╚═╝ ██║╚██████╔╝██║ ╚████║███████║██║ ██║██████╔╝
6╚═════╝ ╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝╚═════╝
7
8I am DemonSad <3
9
10Target : https://finfisher.com ( Cyber Investigation )
11
12Greetings: TioSan, Angel, Cloudmore, NedLock
13
14----------------------------------------------------------------------------
15
16-- MySQL dump 10.13 Distrib 5.1.73, for debian-linux-gnu (i486)
17--
18-- Host: localhost Database: FinFisher
19-- ------------------------------------------------------
20-- Server version 5.1.73-1
21
22/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
23/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
24/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
25/*!40101 SET NAMES utf8 */;
26/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
27/*!40103 SET TIME_ZONE='+00:00' */;
28/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
29/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
30/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
31/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
32
33-- Table structure for table `material_sitemap_section`
34--
35
36DROP TABLE IF EXISTS `material_sitemap_section`;
37/*!40101 SET @saved_cs_client = @@character_set_client */;
38/*!40101 SET character_set_client = utf8 */;
39CREATE TABLE `material_sitemap_section` (
40 `ID` int(4) NOT NULL AUTO_INCREMENT,
41 `MaterialID` int(4) NOT NULL DEFAULT '0',
42 `SiteMapSectionID` int(4) NOT NULL DEFAULT '0',
43 `Priority` smallint(2) DEFAULT '1',
44 `Enabled` tinyint(1) DEFAULT '1',
45 PRIMARY KEY (`ID`)
46) ENGINE=MyISAM AUTO_INCREMENT=66 DEFAULT CHARSET=latin1 CHECKSUM=1 DELAY_KEY_WRITE=1 ROW_FORMAT=FIXED;
47/*!40101 SET character_set_client = @saved_cs_client */;
48
49--
50-- Dumping data for table `material_sitemap_section`
51--
52
53LOCK TABLES `material_sitemap_section` WRITE;
54/*!40000 ALTER TABLE `material_sitemap_section` DISABLE KEYS */;
55INSERT INTO `material_sitemap_section` VALUES (65,1,1,1,1),(63,2,5,1,1),(64,3,6,1,1);
56/*!40000 ALTER TABLE `material_sitemap_section` ENABLE KEYS */;
57UNLOCK TABLES;
58
59--
60-- Table structure for table `material_types`
61--
62
63DROP TABLE IF EXISTS `material_types`;
64/*!40101 SET @saved_cs_client = @@character_set_client */;
65/*!40101 SET character_set_client = utf8 */;
66CREATE TABLE `material_types` (
67 `TypeID` smallint(2) NOT NULL AUTO_INCREMENT,
68 `Name` varchar(100) DEFAULT NULL,
69 `Description` tinyblob,
70 `Language` char(2) DEFAULT 'en',
71 `Enabled` tinyint(1) DEFAULT '1',
72 PRIMARY KEY (`TypeID`)
73) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;
74/*!40101 SET character_set_client = @saved_cs_client */;
75
76--
77-- Dumping data for table `material_types`
78--
79
80LOCK TABLES `material_types` WRITE;
81/*!40000 ALTER TABLE `material_types` DISABLE KEYS */;
82INSERT INTO `material_types` VALUES (1,'Document','','en',1),(2,'DVD','','en',1),(3,'Article','','en',1);
83/*!40000 ALTER TABLE `material_types` ENABLE KEYS */;
84UNLOCK TABLES;
85
86--
87-- Table structure for table `menu_items`
88--
89
90DROP TABLE IF EXISTS `menu_items`;
91/*!40101 SET @saved_cs_client = @@character_set_client */;
92/*!40101 SET character_set_client = utf8 */;
93CREATE TABLE `menu_items` (
94 `ItemID` int(4) NOT NULL AUTO_INCREMENT,
95 `ItemName_Ar` varchar(100) DEFAULT NULL,
96 `ItemName_En` varchar(100) DEFAULT NULL,
97 `PageLink` varchar(255) DEFAULT '#',
98 `PageTarget` varchar(10) DEFAULT '_self',
99 `DisplayOrder` smallint(2) DEFAULT '50',
100 `IsForAdmin` tinyint(1) DEFAULT '1',
101 `IsForNonAdmin` tinyint(1) DEFAULT '0',
102 `Enabled` tinyint(1) DEFAULT '1',
103 `PermissionID` int(4) DEFAULT NULL,
104 `KSMParentID` varchar(100) DEFAULT 'root' COMMENT 'Kool Slide Menu ID',
105 `KSMID` varchar(100) DEFAULT NULL COMMENT 'Kool Slide Menu Parent ID',
106 `IsChild` tinyint(1) DEFAULT '1',
107 PRIMARY KEY (`ItemID`)
108) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=latin1;
109/*!40101 SET character_set_client = @saved_cs_client */;
110
111-- Table structure for table `news_type`
112--
113
114DROP TABLE IF EXISTS `news_type`;
115/*!40101 SET @saved_cs_client = @@character_set_client */;
116/*!40101 SET character_set_client = utf8 */;
117CREATE TABLE `news_type` (
118 `NewsTypeID` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
119 `Name` varchar(50) DEFAULT NULL,
120 `Description` varchar(250) DEFAULT NULL,
121 `Language` char(2) DEFAULT 'en',
122 `Enabled` tinyint(1) DEFAULT '1',
123 `UserID` int(11) DEFAULT NULL,
124 `DataEntryDate` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
125 `LastUpdated` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
126 PRIMARY KEY (`NewsTypeID`)
127) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
128/*!40101 SET character_set_client = @saved_cs_client */;
129
130--
131-- Dumping data for table `news_type`
132--
133
134LOCK TABLES `news_type` WRITE;
135/*!40000 ALTER TABLE `news_type` DISABLE KEYS */;
136INSERT INTO `news_type` VALUES (1,'Events',NULL,'en',1,1,'2009-09-28 23:37:02','0000-00-00 00:00:00'),(2,'IT Security News',NULL,'en',1,1,'2009-09-28 23:37:16','0000-00-00 00:00:00');
137/*!40000 ALTER TABLE `news_type` ENABLE KEYS */;
138UNLOCK TABLES;
139
140--
141-- Table structure for table `newsletter`
142--
143
144DROP TABLE IF EXISTS `newsletter`;
145/*!40101 SET @saved_cs_client = @@character_set_client */;
146/*!40101 SET character_set_client = utf8 */;
147CREATE TABLE `newsletter` (
148 `NewsletterID` int(4) unsigned NOT NULL AUTO_INCREMENT,
149 `Title` varchar(100) DEFAULT NULL,
150 `FileName` varchar(100) DEFAULT NULL,
151 `Enabled` tinyint(1) unsigned NOT NULL DEFAULT '1',
152 `Deleted` tinyint(1) unsigned NOT NULL DEFAULT '0',
153 `Language` char(2) DEFAULT 'en',
154 `UserID` int(11) DEFAULT NULL,
155 `DataEntryDate` datetime DEFAULT NULL,
156 `LastUpdated` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
157 PRIMARY KEY (`NewsletterID`)
158) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;
159/*!40101 SET character_set_client = @saved_cs_client */;
160
161--
162-- Dumping data for table `newsletter`
163--
164
165LOCK TABLES `newsletter` WRITE;
166/*!40000 ALTER TABLE `newsletter` DISABLE KEYS */;
167INSERT INTO `newsletter` VALUES (16,'FinFisher - Internal Newsletter March 2011','FinFisher - Internal Newsletter Mar 2011.pdf',1,0,'en',5,'2011-03-29 11:58:36','2011-03-29 10:00:30'),(17,'FinFisher - Internal Newsletter July 2011','FinFisher - Internal Newsletter Jul 2011.pdf',1,0,'en',5,'2011-07-25 13:38:49','2011-07-25 11:38:49');
168/*!40000 ALTER TABLE `newsletter` ENABLE KEYS */;
169UNLOCK TABLES;
170
171--
172-- Table structure for table `permission`
173--
174
175DROP TABLE IF EXISTS `permission`;
176/*!40101 SET @saved_cs_client = @@character_set_client */;
177/*!40101 SET character_set_client = utf8 */;
178CREATE TABLE `permission` (
179 `PermissionID` int(4) NOT NULL AUTO_INCREMENT,
180 `PermissionName` varchar(100) DEFAULT NULL,
181 `PermissionTypeID` tinyint(1) DEFAULT '1',
182 `Language` char(2) DEFAULT 'en',
183 `Enabled` tinyint(1) DEFAULT '1',
184 PRIMARY KEY (`PermissionID`)
185) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=latin1 CHECKSUM=1 DELAY_KEY_WRITE=1 ROW_FORMAT=DYNAMIC;
186/*!40101 SET character_set_client = @saved_cs_client */;
187
188--
189-- Dumping data for table `permission`
190--
191
192LOCK TABLES `permission` WRITE;
193/*!40000 ALTER TABLE `permission` DISABLE KEYS */;
194INSERT INTO `permission` VALUES (1,'Manage Users',1,'en',1),(2,'Manage Roles & Permissions',1,'en',1),(3,'Manage Sitemap',1,'en',1),(4,'Manage Material Types',1,'en',1),(5,'Manage Attachment Types',1,'en',1),(6,'Manage Site Materials',1,'en',1),(7,'Manage Material\'s Attachments',1,'en',1),(8,'Manage Customers',1,'en',1),(9,'Manage Customer Licenses',1,'en',1),(10,'Manage Products',1,'en',1),(11,'Manage Product Updates',1,'en',1),(12,'Manage Product FAQ',1,'en',1),(13,'Manage Product Documents',1,'en',1),(14,'Manage Newsletter',1,'en',1),(15,'Manage News & Events',1,'en',1),(16,'Manage Support Request Types',1,'en',1),(17,'Manage Support Request Statuses',1,'en',1),(18,'Manage Customer Support Requests',1,'en',1);
195/*!40000 ALTER TABLE `permission` ENABLE KEYS */;
196UNLOCK TABLES;
197
198--
199-- Table structure for table `permission_types`
200--
201
202DROP TABLE IF EXISTS `permission_types`;
203/*!40101 SET @saved_cs_client = @@character_set_client */;
204/*!40101 SET character_set_client = utf8 */;
205CREATE TABLE `permission_types` (
206 `PermissionTypeID` int(2) NOT NULL AUTO_INCREMENT,
207 `Name` varchar(50) DEFAULT NULL,
208 PRIMARY KEY (`PermissionTypeID`)
209) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;
210/*!40101 SET character_set_client = @saved_cs_client */;
211
212--
213-- Dumping data for table `permission_types`
214--
215
216LOCK TABLES `permission_types` WRITE;
217/*!40000 ALTER TABLE `permission_types` DISABLE KEYS */;
218INSERT INTO `permission_types` VALUES (1,'BackOffice Permissions'),(2,'Other Permissions');
219/*!40000 ALTER TABLE `permission_types` ENABLE KEYS */;
220UNLOCK TABLES;
221
222--
223-- Table structure for table `product`
224--
225
226DROP TABLE IF EXISTS `product`;
227/*!40101 SET @saved_cs_client = @@character_set_client */;
228/*!40101 SET character_set_client = utf8 */;
229CREATE TABLE `product` (
230 `ProductID` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Autonumber primary key',
231 `Title` varchar(50) DEFAULT NULL,
232 `Description` mediumtext,
233 `GenericInfo` longtext,
234 `Roadmap` longtext,
235 `PictureName` varchar(30) DEFAULT NULL,
236 `DisplayOrder` tinyint(3) unsigned DEFAULT '1',
237 `ShowOnHomePage` tinyint(1) unsigned DEFAULT '1',
238 `Enabled` tinyint(1) unsigned NOT NULL DEFAULT '1',
239 `Deleted` tinyint(1) DEFAULT '0',
240 `Language` char(2) DEFAULT 'en',
241 `UserID` int(10) unsigned DEFAULT NULL,
242 `DataEntryDate` datetime DEFAULT NULL,
243 `LastUpdated` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
244 PRIMARY KEY (`ProductID`)
245) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8;
246/*!40101 SET character_set_client = @saved_cs_client */;
247
248
249-- Dumping data for table `product_document`
250--
251
252LOCK TABLES `product_document` WRITE;
253/*!40000 ALTER TABLE `product_document` DISABLE KEYS */;
254INSERT INTO `product_document` VALUES (53,'Download Catalog','','FinFireWire-Catalog.pdf','pdf','2010-03-12',1,3,12,1,0,'en',5,'2010-03-12 17:44:53','2010-03-12 17:44:53'),(54,'Download Catalog','','FinFly-ISP-Catalog.pdf','pdf','2010-03-12',1,3,11,1,0,'en',5,'2010-03-12 17:45:07','2010-03-12 17:45:07'),(55,'Download Catalog','','FinFly-LAN-Catalog.pdf','pdf','2010-03-12',1,3,2,1,0,'en',5,'2010-03-12 17:45:23','2011-02-16 14:21:47'),(56,'Download Catalog','','FinFly-USB-Catalog.pdf','pdf','2010-03-12',1,3,16,1,0,'en',5,'2010-03-12 17:45:45','2012-05-10 13:27:14'),(57,'Download Catalog','','FinFly-Web-Catalog.pdf','pdf','2010-03-12',1,3,13,1,0,'en',5,'2010-03-12 17:46:02','2010-03-12 17:46:02'),(58,'Download Catalog','','FinIntrusionKit-Catalog.pdf','pdf','2010-03-12',1,3,5,1,0,'en',5,'2010-03-12 17:46:16','2010-03-12 17:46:16'),(59,'Download Catalog','','FinSpy-Catalog.pdf','pdf','2010-03-12',1,3,1,1,0,'en',5,'2010-03-12 17:46:37','2010-03-12 17:46:37'),(60,'Download Catalog','','FinSpy-Mobile-Catalog.pdf','pdf','2010-03-12',1,3,14,1,0,'en',5,'2010-03-12 17:46:54','2010-03-12 17:46:54'),(61,'Download Catalog','','FinTraining-Catalog.pdf','pdf','2010-03-12',1,3,4,1,0,'en',5,'2010-03-12 17:47:13','2010-03-12 17:47:13'),(62,'Download Catalog','','FinUSB-Suite-Catalog.pdf','pdf','2010-03-12',1,3,3,1,0,'en',5,'2010-03-12 17:47:39','2010-03-12 17:47:39'),(92,'Download Video','','FinSpy-Video.wmv','wmv','2010-05-03',1,3,1,1,0,'en',5,'2010-05-04 12:34:42','2010-05-04 10:32:52'),(93,'Download Video','','FinTraining-Video.wmv','wmv','2010-05-03',1,3,4,1,0,'en',5,'2010-05-05 11:22:50','2010-05-05 11:15:48'),(94,'Download Video','','FinFly-ISP-Video.wmv','wmv','2010-05-03',1,3,11,1,0,'en',5,'2010-05-03 11:41:04','2010-05-03 11:41:04'),(96,'Download Video','','FinFly-LAN-Video.wmv','wmv','2010-05-03',1,3,2,1,0,'en',5,'2010-05-05 11:09:43','2012-03-05 18:07:23'),(97,'Download Video','','FinFly-USB-Video.wmv','wmv','2010-05-03',1,3,16,1,0,'en',5,'2010-05-03 12:19:57','2010-05-03 12:19:57'),(98,'Download Video','','FinFly-Web-Video.wmv','wmv','2010-05-03',1,3,13,1,0,'en',5,'2010-05-03 12:20:45','2010-05-03 12:20:45'),(99,'Download Video','','FinIntrusion-Kit-Video.wmv','wmv','2010-05-03',1,3,5,1,0,'en',5,'2010-05-03 12:21:21','2010-05-03 12:21:21'),(100,'Download Video','','FinSpy-Mobile-Video.wmv','wmv','2010-05-03',1,3,14,1,0,'en',5,'2010-05-03 12:22:04','2010-05-03 12:22:04'),(101,'Download Video','','FinUSB-Suite-Video.wmv','wmv','2010-05-03',1,3,3,1,0,'en',5,'2010-05-03 12:22:37','2010-05-03 12:22:37'),(102,'Download Video','','FinFireWire-Video.wmv','wmv','2010-05-03',1,3,12,1,0,'en',5,'2010-05-03 12:25:08','2010-05-03 12:25:08'),(103,'Download Catalog','','FinFly-Exploit-Catalog.pdf','pdf','2012-05-10',1,3,18,1,0,'en',5,'2012-05-10 15:30:19','2012-05-10 13:30:19'),(104,'Download Catalog','','FinFly-Net-Catalog.pdf','pdf','2012-05-10',1,3,17,1,0,'en',5,'2012-05-10 15:31:15','2012-05-10 13:31:15');
255/*!40000 ALTER TABLE `product_document` ENABLE KEYS */;
256UNLOCK TABLES;
257
258--
259-- Table structure for table `product_document_type`
260--
261
262DROP TABLE IF EXISTS `product_document_type`;
263/*!40101 SET @saved_cs_client = @@character_set_client */;
264/*!40101 SET character_set_client = utf8 */;
265CREATE TABLE `product_document_type` (
266 `DocumentTypeID` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
267 `Name` varchar(50) DEFAULT NULL,
268 `Description` varchar(200) DEFAULT NULL,
269 `Enabled` tinyint(1) DEFAULT '1',
270 `Language` char(2) DEFAULT 'en',
271 `UserID` int(11) DEFAULT NULL,
272 `DataEntryDate` datetime DEFAULT NULL,
273 `LastUpdated` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
274 PRIMARY KEY (`DocumentTypeID`)
275) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
276/*!40101 SET character_set_client = @saved_cs_client */;
277
278--
279-- Dumping data for table `product_document_type`
280--
281
282LOCK TABLES `product_document_type` WRITE;
283/*!40000 ALTER TABLE `product_document_type` DISABLE KEYS */;
284INSERT INTO `product_document_type` VALUES (1,'User Manual',NULL,1,'en',1,'2009-09-22 14:07:30','0000-00-00 00:00:00'),(2,'Training Slides',NULL,1,'en',1,'2009-09-22 14:08:05','0000-00-00 00:00:00'),(3,'Catalog',NULL,1,'en',1,'2010-03-08 13:27:31','2010-03-08 13:27:31');
285/*!40000 ALTER TABLE `product_document_type` ENABLE KEYS */;
286UNLOCK TABLES;
287
288--
289-- Table structure for table `product_faq`
290--
291
292DROP TABLE IF EXISTS `product_faq`;
293/*!40101 SET @saved_cs_client = @@character_set_client */;
294/*!40101 SET character_set_client = utf8 */;
295CREATE TABLE `product_faq` (
296 `FAQID` int(10) unsigned NOT NULL AUTO_INCREMENT,
297 `Question` varchar(200) DEFAULT NULL,
298 `Answer` text,
299 `PublishedDate` date DEFAULT NULL,
300 `ProductID` int(10) unsigned DEFAULT NULL,
301 `ReleaseID` int(10) DEFAULT NULL,
302 `DisplayOrder` tinyint(3) unsigned DEFAULT '1',
303 `Enabled` tinyint(1) unsigned DEFAULT '1',
304 `Deleted` tinyint(1) unsigned DEFAULT '0',
305 `Language` char(2) DEFAULT 'en',
306 `UserID` int(11) DEFAULT NULL,
307 `DataEntryDate` datetime DEFAULT NULL,
308 `LastUpdated` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
309 PRIMARY KEY (`FAQID`)
310) ENGINE=InnoDB AUTO_INCREMENT=58 DEFAULT CHARSET=utf8;
311/*!40101 SET character_set_client = @saved_cs_client */;
312
313--
314-- Dumping data for table `product_faq`
315--
316
317LOCK TABLES `product_faq` WRITE;
318/*!40000 ALTER TABLE `product_faq` DISABLE KEYS */;
319INSERT INTO `product_faq` VALUES (11,'Q: What Operation Systems are supported?','A: Windows 2000, Windows XP, Windows Vista, Windows 7, Mac OSX and Linux.','2010-01-14',1,-1,1,1,0,'en',5,'2010-01-14 12:22:06','2011-05-25 13:37:56'),(12,'Q: What Operation Systems are supported?','A: Windows 2000, Windows XP, Windows Vista and Windows 7','2010-01-14',3,-1,4,1,0,'en',5,'2010-01-14 12:27:12','2010-01-14 12:27:12'),(13,'Q: Does it work when the Computer is switched off or locked?','A: The Computer needs to be turned on and the User needs to be logged in as the Auto Run Feature of the USB port would not be activated otherwise.\r\nFinUSB: Windows Logon Bypass is a bootable CD-Rom that helps bypassing the Windows Logon without requiring the real user password.\r\n','2010-01-14',3,-1,5,1,0,'en',5,'2010-01-14 12:28:21','2010-01-14 12:28:21'),(14,'Q: Is the data lost when the device is removed during the operation?','A: Only the file that is currently copied is lost, the already copied data will be available.','2010-01-14',3,-1,6,1,0,'en',5,'2010-01-14 12:29:07','2010-01-14 12:29:07'),(15,'Q: Can the device be used multiple times before downloading the data to the HQ system?','A: Yes, the device can be used until the storage is full.','2010-01-14',3,-1,7,1,0,'en',5,'2010-01-14 12:30:26','2010-01-14 12:30:26'),(16,'Q: Can the FinUSB HQ