We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c27f8 commit d5575b5Copy full SHA for d5575b5
lib/attacks/intel_me/__init__.py
@@ -1,3 +1,10 @@
1
+# Intel AMY bypass scanner is being deprecated and will be completely remove by version 1.3
2
+# the reason for the deprecation is that it serves really no purpose. You will most likely
3
+# not find a vulnerability from a webpage with this attack assessment.
4
+# The code will stay but will be moved to a new folder under etc, that will be called
5
+# deprecated
6
+# TODO:/ move code into deprecated folder
7
+
8
import json
9
import re
10
import socket
0 commit comments