Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hackthe-bit opened this issue Jun 23, 2021 · 3 comments

Comments

@hackthe-bit
Copy link

hackthe-bit commented Jun 23, 2021

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

sigploit1
sigploit2

@ShitalBorganve
Copy link

Youse python 2.7 and install modules from sources

@hackthe-bit
Copy link
Author

hackthe-bit commented Jun 27, 2021

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants