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
I am using Python 2.7 and Installed all libraries from requirements.txt manually . But now while running the sigploit.py program receiving error . Although I installed configobj library via pip install configobj . But still it showing that error :
Traceback (most recent call last): File "sigploit.py", line 16, in <module> from ss7.tracking import * File "/home/rupam/SigPloit/ss7/tracking.py", line 14, in <module> import sigploit File "/home/rupam/SigPloit/sigploit.py", line 21, in <module> from gtpmain import * File "/home/rupam/SigPloit/gtpmain.py", line 12, in <module> import gtp.info File "/home/rupam/SigPloit/gtp/info.py", line 18, in <module> from attacks.info import discover_gtp_nodes File "/home/rupam/SigPloit/gtp/attacks/info/discover_gtp_nodes.py", line 39, in <module> from gtp_v2_core.utilities.configuration_parser import parseConfigs File "/home/rupam/SigPloit/gtp/gtp_v2_core/utilities/configuration_parser.py", line 38, in <module> from configobj import ConfigObj, ConfigObjError ImportError: No module named configobj
Unable to install sigploit . It's showing error . Here is the screenshot of the full log . Please help to install it .
The text was updated successfully, but these errors were encountered: