EnableSecurity / sipvicious

SIPVicious OSS is a VoIP security testing toolset. It helps security teams, QA and developers test SIP-based VoIP systems and applications. This toolset is useful in simulating VoIP hacking attacks against PBX systems especially through identification, scanning, extension enumeration and password cracking.
https://www.enablesecurity.com/sipvicious/oss/
Other
896 stars 158 forks source link

ImportError #63

Closed MasterBruter closed 4 years ago

MasterBruter commented 4 years ago

No matter how i install, either from pip or github whatever i do it will not run. Tried windows and linux.

Traceback (most recent call last):
  File "svmap.py", line 37, in <module>
    from .libs.pptable import to_string
ImportError: attempted relative import with no known parent package
0xInfection commented 4 years ago

Please provide more information on what platform/system as well as Python version you are on to help us assist you on this error.

NOTE: If you are trying to install sipvicious using Python2, it won't work, please use Python3.

0xInfection commented 4 years ago

Closing this until further information is provided. Feel free to reopen this issue with more info.

3isenHeiM commented 4 years ago

I have the exact same issue while trying to run svmap.py (with python3).

Platform : Ubuntu 20.04 Python : 3.8.2 Installation via git clone inside a venv

Maybe this can help : https://stackoverflow.com/a/16985066/3494633