You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever i try to run the tool with python, it give an error '
Traceback (most recent call last):
File "/home/Host-Header-Attack-Test/Host-Header-Vulnerability-Detection.py", line 4, in
import commands
ModuleNotFoundError: No module named 'commands'
and when i try with python2 i get:
Traceback (most recent call last):
File "Host-Header-Vulnerability-Detection.py", line 3, in
from termcolor import colored
ImportError: No module named termcolor
The text was updated successfully, but these errors were encountered:
Whenever i try to run the tool with python, it give an error '
Traceback (most recent call last):
File "/home/Host-Header-Attack-Test/Host-Header-Vulnerability-Detection.py", line 4, in
import commands
ModuleNotFoundError: No module named 'commands'
and when i try with python2 i get:
Traceback (most recent call last):
File "Host-Header-Vulnerability-Detection.py", line 3, in
from termcolor import colored
ImportError: No module named termcolor
The text was updated successfully, but these errors were encountered: