Merge pull request #1914 from beefproject/port_scanner_update
Final config with version details
This commit is contained in:
@@ -10,24 +10,24 @@ beef:
|
|||||||
category: "Network"
|
category: "Network"
|
||||||
name: "Fetch Port Scanner"
|
name: "Fetch Port Scanner"
|
||||||
description: " Uses fetch to test the response in order to determine if a port is open or not"
|
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
|
# http://caniuse.com/cors
|
||||||
target:
|
target:
|
||||||
working: ["ALL"]
|
working: ["FF", "C", "E", "EP"]
|
||||||
not_working:
|
not_working:
|
||||||
# CORS is partially supported on IE 8 & 9
|
|
||||||
IE:
|
IE:
|
||||||
min_ver: 6
|
min_ver: 1
|
||||||
max_ver: 7
|
max_ver: 11
|
||||||
|
|
||||||
O:
|
O:
|
||||||
min_ver: 1
|
min_ver: 1
|
||||||
max_ver: 11
|
max_ver: 11
|
||||||
C:
|
C:
|
||||||
min_ver: 1
|
min_ver: 1
|
||||||
max_ver: 3
|
max_ver: 5
|
||||||
S:
|
S:
|
||||||
min_ver: 1
|
min_ver: 3
|
||||||
max_ver: 3
|
max_ver: 5
|
||||||
F:
|
FF:
|
||||||
min_ver: 1
|
min_ver: 3
|
||||||
max_ver: 3
|
max_ver: 60
|
||||||
|
|||||||
Reference in New Issue
Block a user