-
Notifications
You must be signed in to change notification settings - Fork 29
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
No file named Configobj #218
Comments
yeah same for me |
look on goole you need to download multiple package for download that one |
even with the latest it is still not working, look at this: ┌──(root💀kali)-[/home/kali/SigPloit] ┌──(root💀kali)-[/home/kali/SigPloit] |
I got the message "no module named configobj"
so I installed it. But I couldn't locate it. Plz help.
python sigploit.py
Traceback (most recent call last):
File "sigploit.py", line 16, in
from ss7.tracking import *
File "/home/yui/SigPloit/ss7/tracking.py", line 14, in
import sigploit
File "/home/yui/SigPloit/sigploit.py", line 21, in
from gtpmain import *
File "/home/yui/SigPloit/gtpmain.py", line 12, in
import gtp.info
File "/home/yui/SigPloit/gtp/info.py", line 18, in
from attacks.info import discover_gtp_nodes
File "/home/yui/SigPloit/gtp/attacks/info/discover_gtp_nodes.py", line 39, in
from gtp_v2_core.utilities.configuration_parser import parseConfigs
File "/home/yui/SigPloit/gtp/gtp_v2_core/utilities/configuration_parser.py", line 38, in
from configobj import ConfigObj, ConfigObjError
ImportError: No module named configobj
udo apt-get install python-configobj 1 ⨯
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-configobj
The text was updated successfully, but these errors were encountered: