We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e63c47 commit f4ecc90Copy full SHA for f4ecc90
1 file changed
wifite/native/__init__.py
@@ -20,7 +20,7 @@
20
- Graceful fallback to external tools if native fails
21
22
Requirements:
23
-- scapy >= 2.6.1 (already a project dependency)
+- scapy >= 2.7.1rc1 (already a project dependency)
24
"""
25
26
try:
@@ -198,3 +198,4 @@ def print_native_status():
198
print(f"\nScapy Version: {scapy_version}")
199
except Exception:
200
print("\nScapy: Not Installed")
201
+
0 commit comments