· 6 years ago · Mar 17, 2019, 04:14 AM
1-- MySQL dump 10.13 Distrib 5.5.57, for debian-linux-gnu (x86_64)
2--
3-- Host: localhost Database: stress
4-- ------------------------------------------------------
5-- Server version 5.5.57-0ubuntu0.14.04.1
6
7/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
8/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
9/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
10/*!40101 SET NAMES utf8 */;
11/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
12/*!40103 SET TIME_ZONE='+00:00' */;
13/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
14/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
15/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
16/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
17
18--
19-- Table structure for table `api`
20--
21
22DROP TABLE IF EXISTS `api`;
23/*!40101 SET @saved_cs_client = @@character_set_client */;
24/*!40101 SET character_set_client = utf8 */;
25CREATE TABLE `api` (
26 `ID` int(13) NOT NULL AUTO_INCREMENT,
27 `url` text NOT NULL,
28 `name` text NOT NULL,
29 `power` int(12) NOT NULL,
30 `methods` text NOT NULL,
31 `slots` int(12) NOT NULL,
32 `type` int(12) NOT NULL,
33 PRIMARY KEY (`ID`)
34) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
35/*!40101 SET character_set_client = @saved_cs_client */;
36
37--
38-- Dumping data for table `api`
39--
40
41LOCK TABLES `api` WRITE;
42/*!40000 ALTER TABLE `api` DISABLE KEYS */;
43INSERT INTO `api` VALUES (2,'http://185.244.25.181/api.php?key=XRCKDd2eAg2OkVHAXezrn0&host=[host]&port=[port]&time=[time]&method=[method]','ATTACK #1',10,'LDAP',5,4),(3,'http://185.244.25.218/api.php?key=sHnvug01eUAlpjcs96D9J1&host=[host]&port=[port]&time=[time]&method=[method]','ATTACK #2',10,'LDAP',5,4),(4,'http://185.244.25.211/api.php?key=TThqkIMQp5GAm8dXxQpWA&host=[host]&port=[port]&time=[time]&method=[method]','ATTACK #3',40,'LDAP',5,4);
44/*!40000 ALTER TABLE `api` ENABLE KEYS */;
45UNLOCK TABLES;
46
47--
48-- Table structure for table `blacklist`
49--
50
51DROP TABLE IF EXISTS `blacklist`;
52/*!40101 SET @saved_cs_client = @@character_set_client */;
53/*!40101 SET character_set_client = utf8 */;
54CREATE TABLE `blacklist` (
55 `ID` int(12) NOT NULL AUTO_INCREMENT,
56 `host` text NOT NULL,
57 PRIMARY KEY (`ID`)
58) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
59/*!40101 SET character_set_client = @saved_cs_client */;
60
61--
62-- Dumping data for table `blacklist`
63--
64
65LOCK TABLES `blacklist` WRITE;
66/*!40000 ALTER TABLE `blacklist` DISABLE KEYS */;
67/*!40000 ALTER TABLE `blacklist` ENABLE KEYS */;
68UNLOCK TABLES;
69
70--
71-- Table structure for table `chat`
72--
73
74DROP TABLE IF EXISTS `chat`;
75/*!40101 SET @saved_cs_client = @@character_set_client */;
76/*!40101 SET character_set_client = utf8 */;
77CREATE TABLE `chat` (
78 `ID` int(11) NOT NULL AUTO_INCREMENT,
79 `user` varchar(255) NOT NULL,
80 `message` text NOT NULL,
81 `date` int(12) NOT NULL,
82 PRIMARY KEY (`ID`)
83) ENGINE=MyISAM DEFAULT CHARSET=latin1;
84/*!40101 SET character_set_client = @saved_cs_client */;
85
86--
87-- Dumping data for table `chat`
88--
89
90LOCK TABLES `chat` WRITE;
91/*!40000 ALTER TABLE `chat` DISABLE KEYS */;
92/*!40000 ALTER TABLE `chat` ENABLE KEYS */;
93UNLOCK TABLES;
94
95--
96-- Table structure for table `core`
97--
98
99DROP TABLE IF EXISTS `core`;
100/*!40101 SET @saved_cs_client = @@character_set_client */;
101/*!40101 SET character_set_client = utf8 */;
102CREATE TABLE `core` (
103 `key` text NOT NULL,
104 `value` text NOT NULL
105) ENGINE=MyISAM DEFAULT CHARSET=latin1;
106/*!40101 SET character_set_client = @saved_cs_client */;
107
108--
109-- Dumping data for table `core`
110--
111
112LOCK TABLES `core` WRITE;
113/*!40000 ALTER TABLE `core` DISABLE KEYS */;
114INSERT INTO `core` VALUES ('name','SupremeStresser'),('skypeapi','http://site.com/api.php?name='),('hub','enabled'),('bitcoin','34yht543we54yhc6j653'),('ipskype','http://site.com/api.php?ip='),('tools','enabled');
115/*!40000 ALTER TABLE `core` ENABLE KEYS */;
116UNLOCK TABLES;
117
118--
119-- Table structure for table `fe`
120--
121
122DROP TABLE IF EXISTS `fe`;
123/*!40101 SET @saved_cs_client = @@character_set_client */;
124/*!40101 SET character_set_client = utf8 */;
125CREATE TABLE `fe` (
126 `ID` int(12) NOT NULL AUTO_INCREMENT,
127 `type` varchar(80) NOT NULL,
128 `IP` varchar(80) NOT NULL,
129 `name` varchar(80) NOT NULL,
130 `owner` int(12) NOT NULL,
131 PRIMARY KEY (`ID`)
132) ENGINE=MyISAM DEFAULT CHARSET=latin1;
133/*!40101 SET character_set_client = @saved_cs_client */;
134
135--
136-- Dumping data for table `fe`
137--
138
139LOCK TABLES `fe` WRITE;
140/*!40000 ALTER TABLE `fe` DISABLE KEYS */;
141/*!40000 ALTER TABLE `fe` ENABLE KEYS */;
142UNLOCK TABLES;
143
144--
145-- Table structure for table `gateway`
146--
147
148DROP TABLE IF EXISTS `gateway`;
149/*!40101 SET @saved_cs_client = @@character_set_client */;
150/*!40101 SET character_set_client = utf8 */;
151CREATE TABLE `gateway` (
152 `paypal` text NOT NULL,
153 `bitcoin` text NOT NULL
154) ENGINE=MyISAM DEFAULT CHARSET=latin1;
155/*!40101 SET character_set_client = @saved_cs_client */;
156
157--
158-- Dumping data for table `gateway`
159--
160
161LOCK TABLES `gateway` WRITE;
162/*!40000 ALTER TABLE `gateway` DISABLE KEYS */;
163INSERT INTO `gateway` VALUES ('swag@swag.com','btcaddr');
164/*!40000 ALTER TABLE `gateway` ENABLE KEYS */;
165UNLOCK TABLES;
166
167--
168-- Table structure for table `loginlogs`
169--
170
171DROP TABLE IF EXISTS `loginlogs`;
172/*!40101 SET @saved_cs_client = @@character_set_client */;
173/*!40101 SET character_set_client = utf8 */;
174CREATE TABLE `loginlogs` (
175 `username` varchar(120) NOT NULL,
176 `IP` varchar(120) NOT NULL,
177 `UA` varchar(120) NOT NULL,
178 `timestamp` int(13) NOT NULL
179) ENGINE=MyISAM DEFAULT CHARSET=latin1;
180/*!40101 SET character_set_client = @saved_cs_client */;
181
182--
183-- Dumping data for table `loginlogs`
184--
185
186LOCK TABLES `loginlogs` WRITE;
187/*!40000 ALTER TABLE `loginlogs` DISABLE KEYS */;
188INSERT INTO `loginlogs` VALUES ('dnsdump','216.164.16.21, 216.164.16.21','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36',1479950061),('dnsdump','216.164.16.21, 216.164.16.21','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36',1479950389),('Syntax','69.167.32.130','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',1504924826),('synnie','58.179.42.94, 69.167.1.48','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',1505721828),('Syntax','216.157.103.151, 208.91.70.161','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36',1506550993),('Syntax','216.157.103.151, 208.91.70.161','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36',1506551084),('Syntax','173.244.48.106','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36',1509837379),('admin','67.172.176.64','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0',1519179520),('admin','67.172.176.64','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0',1521317385),('admin','174.50.172.21','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0',1537311975),('admin','174.50.172.21','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0',1537390436),('admin','174.50.172.21','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0',1537405810);
189/*!40000 ALTER TABLE `loginlogs` ENABLE KEYS */;
190UNLOCK TABLES;
191
192--
193-- Table structure for table `logs`
194--
195
196DROP TABLE IF EXISTS `logs`;
197/*!40101 SET @saved_cs_client = @@character_set_client */;
198/*!40101 SET character_set_client = utf8 */;
199CREATE TABLE `logs` (
200 `ID` int(11) NOT NULL AUTO_INCREMENT,
201 `method` varchar(60) NOT NULL,
202 `time` int(12) NOT NULL,
203 `port` int(12) NOT NULL,
204 `host` varchar(80) NOT NULL,
205 `user` varchar(69) NOT NULL,
206 `date` int(13) NOT NULL,
207 `stopped` int(12) NOT NULL,
208 `sentto` text NOT NULL,
209 PRIMARY KEY (`ID`)
210) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
211/*!40101 SET character_set_client = @saved_cs_client */;
212
213--
214-- Dumping data for table `logs`
215--
216
217LOCK TABLES `logs` WRITE;
218/*!40000 ALTER TABLE `logs` DISABLE KEYS */;
219INSERT INTO `logs` VALUES (1,'LDAP',30,80,'1.1.1.1','admin',1537399537,0,'1'),(2,'LDAP',60,80,'115.231.25.205','admin',1537400259,1,'2|3'),(3,'LDAP',30,80,'115.231.25.205','admin',1537400421,1,'2|3'),(4,'LDAP',60,80,'115.231.25.205','admin',1537400475,1,'2|3'),(5,'LDAP',60,80,'115.231.25.205','admin',1537401322,1,'2|3'),(6,'LDAP',120,80,'59.56.111.253','admin',1537401573,1,'2|3'),(7,'LDAP',60,80,'115.231.25.205','admin',1537405886,0,'2|3');
220/*!40000 ALTER TABLE `logs` ENABLE KEYS */;
221UNLOCK TABLES;
222
223--
224-- Table structure for table `methods`
225--
226
227DROP TABLE IF EXISTS `methods`;
228/*!40101 SET @saved_cs_client = @@character_set_client */;
229/*!40101 SET character_set_client = utf8 */;
230CREATE TABLE `methods` (
231 `hubname` varchar(80) NOT NULL,
232 `apiname` varchar(80) NOT NULL,
233 `type` varchar(69) NOT NULL
234) ENGINE=MyISAM DEFAULT CHARSET=latin1;
235/*!40101 SET character_set_client = @saved_cs_client */;
236
237--
238-- Dumping data for table `methods`
239--
240
241LOCK TABLES `methods` WRITE;
242/*!40000 ALTER TABLE `methods` DISABLE KEYS */;
243INSERT INTO `methods` VALUES ('LDAP','LDAP','4');
244/*!40000 ALTER TABLE `methods` ENABLE KEYS */;
245UNLOCK TABLES;
246
247--
248-- Table structure for table `news`
249--
250
251DROP TABLE IF EXISTS `news`;
252/*!40101 SET @saved_cs_client = @@character_set_client */;
253/*!40101 SET character_set_client = utf8 */;
254CREATE TABLE `news` (
255 `ID` int(12) NOT NULL AUTO_INCREMENT,
256 `title` text NOT NULL,
257 `message` text NOT NULL,
258 `timestamp` int(13) NOT NULL,
259 PRIMARY KEY (`ID`)
260) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
261/*!40101 SET character_set_client = @saved_cs_client */;
262
263--
264-- Dumping data for table `news`
265--
266
267LOCK TABLES `news` WRITE;
268/*!40000 ALTER TABLE `news` DISABLE KEYS */;
269/*!40000 ALTER TABLE `news` ENABLE KEYS */;
270UNLOCK TABLES;
271
272--
273-- Table structure for table `payments`
274--
275
276DROP TABLE IF EXISTS `payments`;
277/*!40101 SET @saved_cs_client = @@character_set_client */;
278/*!40101 SET character_set_client = utf8 */;
279CREATE TABLE `payments` (
280 `ID` int(12) NOT NULL AUTO_INCREMENT,
281 `paid` varchar(80) NOT NULL,
282 `plan` int(12) NOT NULL,
283 `user` int(12) NOT NULL,
284 `email` varchar(120) NOT NULL,
285 `tid` varchar(120) NOT NULL,
286 `timestamp` int(12) NOT NULL,
287 PRIMARY KEY (`ID`)
288) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
289/*!40101 SET character_set_client = @saved_cs_client */;
290
291--
292-- Dumping data for table `payments`
293--
294
295LOCK TABLES `payments` WRITE;
296/*!40000 ALTER TABLE `payments` DISABLE KEYS */;
297/*!40000 ALTER TABLE `payments` ENABLE KEYS */;
298UNLOCK TABLES;
299
300--
301-- Table structure for table `paypals`
302--
303
304DROP TABLE IF EXISTS `paypals`;
305/*!40101 SET @saved_cs_client = @@character_set_client */;
306/*!40101 SET character_set_client = utf8 */;
307CREATE TABLE `paypals` (
308 `ID` int(12) NOT NULL AUTO_INCREMENT,
309 `email` text NOT NULL,
310 PRIMARY KEY (`ID`)
311) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;
312/*!40101 SET character_set_client = @saved_cs_client */;
313
314--
315-- Dumping data for table `paypals`
316--
317
318LOCK TABLES `paypals` WRITE;
319/*!40000 ALTER TABLE `paypals` DISABLE KEYS */;
320/*!40000 ALTER TABLE `paypals` ENABLE KEYS */;
321UNLOCK TABLES;
322
323--
324-- Table structure for table `plans`
325--
326
327DROP TABLE IF EXISTS `plans`;
328/*!40101 SET @saved_cs_client = @@character_set_client */;
329/*!40101 SET character_set_client = utf8 */;
330CREATE TABLE `plans` (
331 `ID` int(13) NOT NULL AUTO_INCREMENT,
332 `name` text NOT NULL,
333 `unit` varchar(30) NOT NULL,
334 `expire` int(12) NOT NULL,
335 `concurrents` int(12) NOT NULL,
336 `mbt` int(13) NOT NULL,
337 `price` int(13) NOT NULL,
338 `private` int(6) NOT NULL,
339 PRIMARY KEY (`ID`)
340) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=latin1;
341/*!40101 SET character_set_client = @saved_cs_client */;
342
343--
344-- Dumping data for table `plans`
345--
346
347LOCK TABLES `plans` WRITE;
348/*!40000 ALTER TABLE `plans` DISABLE KEYS */;
349INSERT INTO `plans` VALUES (8,'TRIAL','Days',1,1,60,1,0),(9,'Admin','Months',1,10,100000,0,1);
350/*!40000 ALTER TABLE `plans` ENABLE KEYS */;
351UNLOCK TABLES;
352
353--
354-- Table structure for table `ticketcomment`
355--
356
357DROP TABLE IF EXISTS `ticketcomment`;
358/*!40101 SET @saved_cs_client = @@character_set_client */;
359/*!40101 SET character_set_client = utf8 */;
360CREATE TABLE `ticketcomment` (
361 `ticketID` int(11) NOT NULL,
362 `userID` int(11) NOT NULL,
363 `main` text NOT NULL,
364 `timestamp` int(11) NOT NULL
365) ENGINE=MyISAM DEFAULT CHARSET=latin1;
366/*!40101 SET character_set_client = @saved_cs_client */;
367
368--
369-- Dumping data for table `ticketcomment`
370--
371
372LOCK TABLES `ticketcomment` WRITE;
373/*!40000 ALTER TABLE `ticketcomment` DISABLE KEYS */;
374/*!40000 ALTER TABLE `ticketcomment` ENABLE KEYS */;
375UNLOCK TABLES;
376
377--
378-- Table structure for table `tickets`
379--
380
381DROP TABLE IF EXISTS `tickets`;
382/*!40101 SET @saved_cs_client = @@character_set_client */;
383/*!40101 SET character_set_client = utf8 */;
384CREATE TABLE `tickets` (
385 `ID` int(12) NOT NULL AUTO_INCREMENT,
386 `userID` int(11) NOT NULL,
387 `status` int(11) NOT NULL,
388 `subject` varchar(120) NOT NULL,
389 `main` text NOT NULL,
390 `timestamp` int(13) NOT NULL,
391 PRIMARY KEY (`ID`)
392) ENGINE=MyISAM DEFAULT CHARSET=latin1;
393/*!40101 SET character_set_client = @saved_cs_client */;
394
395--
396-- Dumping data for table `tickets`
397--
398
399LOCK TABLES `tickets` WRITE;
400/*!40000 ALTER TABLE `tickets` DISABLE KEYS */;
401/*!40000 ALTER TABLE `tickets` ENABLE KEYS */;
402UNLOCK TABLES;
403
404--
405-- Table structure for table `users`
406--
407
408DROP TABLE IF EXISTS `users`;
409/*!40101 SET @saved_cs_client = @@character_set_client */;
410/*!40101 SET character_set_client = utf8 */;
411CREATE TABLE `users` (
412 `ID` int(11) NOT NULL AUTO_INCREMENT,
413 `name` varchar(60) NOT NULL,
414 `email` varchar(60) NOT NULL,
415 `password` text NOT NULL,
416 `plan` int(12) NOT NULL,
417 `expiration` int(12) NOT NULL,
418 `status` text NOT NULL,
419 `rank` int(12) NOT NULL,
420 `lastactive` int(12) NOT NULL,
421 `lastactivepage` varchar(60) NOT NULL,
422 `lsm` int(12) NOT NULL,
423 `paypalemail` text NOT NULL,
424 `hideme` int(12) NOT NULL,
425 PRIMARY KEY (`ID`)
426) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=latin1;
427/*!40101 SET character_set_client = @saved_cs_client */;
428
429--
430-- Dumping data for table `users`
431--
432
433LOCK TABLES `users` WRITE;
434/*!40000 ALTER TABLE `users` DISABLE KEYS */;
435INSERT INTO `users` VALUES (14,'dnsdump','dnsdump@techie.com','b68cbfe2621f6b705390e5dc5c5875e467b321d626a51a31626d4b545da66f442681ef7d69c9ee0e411bb5d6c184465685651a5d04a432edb2768d81d2369f41',0,0,'0',2,1479950392,'DASHBOARD',0,'0',0),(15,'Syntax','s@s.s','7e5f859be3b585d1a6b8892733cc8d7e7bdf653d8837ae6b8bbfa36c4345093cfdbee89ac25c98782fa4ed2af2086e35792a7ad855c2604f0e875057407e9b8b',0,0,'0',0,1509837382,'DASHBOARD',0,'0',0),(16,'synnie','S@s.s','39c3aac9a38528bc95f17eebd9b3da8d4b66dd84962195f5313ddf0b2dd05bd544cab686068be8d7125077675e7800e98fc000df400b4a3d4cb9f87c530a5901',0,0,'0',0,1505722353,'DASHBOARD',0,'0',0),(17,'Syn','1@gmail.com','be1b383b0a03b214000fa011a35d1395da878e0d911a029656cfbe8088fcbea81009dfdfd9397520f66a533110f78a4c7679e70042549450167174bf54460548',0,0,'0',2,1479950392,'DASHBOARD',0,'0',0),(18,'admin','s@s.s','7e5f859be3b585d1a6b8892733cc8d7e7bdf653d8837ae6b8bbfa36c4345093cfdbee89ac25c98782fa4ed2af2086e35792a7ad855c2604f0e875057407e9b8b',9,1539992516,'0',2,1537407812,'SETTINGS',0,'',0);
436/*!40000 ALTER TABLE `users` ENABLE KEYS */;
437UNLOCK TABLES;
438/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
439
440/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
441/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
442/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
443/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
444/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
445/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
446/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
447
448-- Dump completed on 2018-09-20 1:46:02