From d5d7542be20b6c7af3670d9eccad63f0e038e5b9 Mon Sep 17 00:00:00 2001 From: salmong1t Date: Fri, 17 Apr 2020 00:02:57 -0700 Subject: [PATCH] Final config with version details --- .../network/fetch_port_scanner/config.yaml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/network/fetch_port_scanner/config.yaml b/modules/network/fetch_port_scanner/config.yaml index 56f6dc6ff..0b8a02ce4 100644 --- a/modules/network/fetch_port_scanner/config.yaml +++ b/modules/network/fetch_port_scanner/config.yaml @@ -10,24 +10,24 @@ beef: category: "Network" name: "Fetch Port Scanner" description: " Uses fetch to test the response in order to determine if a port is open or not" - authors: ["Crimes by Will", "jcrew99"] + authors: ["Crimes by Will", "jcrew99", "salmong1t"] # http://caniuse.com/cors target: - working: ["ALL"] + working: ["FF", "C", "E", "EP"] not_working: - # CORS is partially supported on IE 8 & 9 IE: - min_ver: 6 - max_ver: 7 + min_ver: 1 + max_ver: 11 + O: min_ver: 1 max_ver: 11 C: min_ver: 1 - max_ver: 3 + max_ver: 5 S: - min_ver: 1 - max_ver: 3 - F: - min_ver: 1 - max_ver: 3 + min_ver: 3 + max_ver: 5 + FF: + min_ver: 3 + max_ver: 60