SigPloiter / SigPloit

SigPloit: Telecom Signaling Exploitation Framework - SS7, GTP, Diameter & SIP
MIT License
54 stars 17 forks source link

Error while installing sigploit requirements from requirements.txt file . #227

Open hackthe-bit opened 3 years ago

hackthe-bit commented 3 years ago

Unable to install sigploit . It's showing error . Here is the screenshot of the full log . Please help to install it .

sigploit1 sigploit2

ShitalBorganve commented 3 years ago

Youse python 2.7 and install modules from sources

hackthe-bit commented 3 years ago

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

what to do now ?????????

ShitalBorganve commented 3 years ago

If you installed it via pip, some how its not finding it, so please install it from source