{"table_name":"hackinfo","full_table_name":"wp_hackinfo","description":"Stores hackinfo data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `wp_hackinfo` (\\n  `id` bigint NOT NULL AUTO_INCREMENT,\\n  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\\n  `type` varchar(12) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `ip` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `details` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `whois` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `sent` tinyint(1) NOT NULL,\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"hack-info","name":"Hack-Info","active_installs":20,"version":"4.25","wp_org_url":"https://wordpress.org/plugins/hack-info/"}}