anouarbensaad / vulnx

vulnx 🕷️ an intelligent Bot, Shell can achieve automatic injection, and help researchers detect security vulnerabilities CMS system. It can perform a quick CMS security detection, information collection (including sub-domain name, ip address, country information, organizational information and time zone, etc.) and vulnerability scanning.
GNU General Public License v3.0
1.9k stars 343 forks source link

prestaExploits.py error #56

Closed nuevaorden closed 5 years ago

nuevaorden commented 5 years ago

Hi,

In kaliLinux not work fine module:

command: vulnx -u https://www.testmyweb.com/ -e

[~] Check Vulnerability

NAME STATUS SHELL Traceback (most recent call last): File "/usr/share/vulnx/vulnx.py", line 640, in detect_cms() File "/usr/share/vulnx/vulnx.py", line 368, in detect_cms columnadverts(url,headers) File "/usr/share/vulnx/modules/prestaExploits.py", line 16, in columnadverts statusCheck = re.findall(re.compile(r'Vuln X'),upload_file) File "/usr/lib/python3.7/re.py", line 223, in findall return _compile(pattern, flags).findall(string) TypeError: expected string or bytes-like object root@kali:~/Desktop/VulnX#

jojoli123 commented 5 years ago

root@kali:~/saomiaoqi/VulnX# python vulnx.py -h Traceback (most recent call last): File "vulnx.py", line 22, in from common.threading import threads File "/root/saomiaoqi/VulnX/common/threading.py", line 11 print('%s Progress IN : %i' % (info, i + 1), end='\r') ^ SyntaxError: invalid syntax

anouarbensaad commented 5 years ago

root@kali:~/saomiaoqi/VulnX# python vulnx.py -h

  • You don't install vulnx
    ./install.sh
    vulnx -h

    or

  • use python3
    python3 vulnx.py -h
jojoli123 commented 5 years ago

root@kali:~/saomiaoqi/VulnX# python3 vulnx.py -h