mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-05-09 02:36:46 +00:00
Support macOS (#273)
Upgrade scapy to version 2.4.3 and above. This commit fixes IndexError that was raised when running kube-hunter from macOS. Resolves #262
This commit is contained in:
committed by
Itay Shakury
parent
8cc90db8f5
commit
efd23433ff
@@ -1,7 +1,7 @@
|
||||
enum34 ; python_version<='3.4'
|
||||
netaddr
|
||||
netifaces
|
||||
scapy==2.4.3rc1
|
||||
scapy>=2.4.3
|
||||
requests
|
||||
PrettyTable
|
||||
urllib3>=1.24.2,<1.25
|
||||
|
||||
Reference in New Issue
Block a user