a0xnirudh / WebXploiter

WebXploiter - An OWASP Top 10 Security scanner !
http://webxploiter.readthedocs.org/
GNU General Public License v3.0
74 stars 21 forks source link

No module named p-arse #14

Closed Maigo96 closed 8 years ago

Maigo96 commented 8 years ago

After trying to run I get the following error'

Traceback (most recent call last): File "WebXploiter.py", line 5, in from urllib.parse import urlparse ImportError: No module named parse

arbazkiraak commented 8 years ago

Logs :+1:

root@arbaz:~/Desktop/Pentest-Suite/scanner/WebXploiter# python WebXploiter.py Traceback (most recent call last): File "WebXploiter.py", line 5, in from urllib.parse import urlparse ImportError: No module named parse root@arbaz:~/Desktop/Pentest-Suite/scanner/WebXploiter# pip install parse Requirement already satisfied (use --upgrade to upgrade): parse in /usr/local/lib/python2.7/dist-packages root@arbaz:~/Desktop/Pentest-Suite/scanner/WebXploiter# python WebXploiter.py Traceback (most recent call last): File "WebXploiter.py", line 5, in from urllib.parse import urlparse ImportError: No module named parse

arbazkiraak commented 8 years ago

root@arbaz:~/Desktop/Pentest-Suite/scanner/WebXploiter# python WebXploiter.py

Traceback (most recent call last): File "WebXploiter.py", line 5, in from urllib.parse import urlparse ImportError: No module named parse

root@arbaz:~/Desktop/Pentest-Suite/scanner/WebXploiter# python Python 2.7.12+ (default, Sep 1 2016, 20:27:38) [GCC 6.2.0 20160822] on linux2 Type "help", "copyright", "credits" or "license" for more information.

-> ->import parse ->->

parse is already There :|

a0xnirudh commented 8 years ago

Use python3 to run the tool. I changed it to python3 a while ago but forgot to change it in the README.