SigPloiter / SigPloit

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

ImportError: No module named configobj #231

Open EmmanuelTom opened 3 years ago

EmmanuelTom commented 3 years ago

Please why do I have this error: "ImportError: No module named configobj" when I try runing the sigploit using "python sigploit.py" on the SigPloit dirrectory?

EmmanuelTom commented 3 years ago

Which module do I still have to install?

ShitalBorganve commented 3 years ago

You might have installed confobj with pip, try installing it from source. https://pypi.org/search/?q=confobj

EmmanuelTom commented 3 years ago

You might have installed confobj with pip, try installing it from source. https://pypi.org/search/?q=confobj

Okay let me try