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

I have a problem installing vulnx #28

Closed aditia13 closed 5 years ago

aditia13 commented 5 years ago

when I install vulnx I followed the instructions correctly but when I run ./install.sh at the terminal output there is an error like this root @ backbox: ~ / .tools / vulnx # ./install.sh ===== VULNX INSTALL =====  [+] vulnx Will Be Installed In Your System  [+] Installing Python ... Reading package lists ... Done Building dependency tree Reading state information ... Done python3 is already the newest version (3.5.1-3). The following packages were automatically installed and are no longer required:   aapt android-libaapt android-libandroidfw android-libbacktrace android-libbase android-libcutils android-liblog android-libunwind android-libutils android-libziparchive junit libantlr-java libantlr3-runtime-java   libatinject-jsr330-api-java libcommons-cli-java libcommons-io-java libcommons-lang3-java libguava-java libjaxp1.3-java libjsr305-java libstringtemplate-java libxmlunit-java libxpp3-java libyaml-snake-java   snapd-login-service Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Satisfied requirements: requests in / usr / lib / python3 / dist-packages (from -r ./pip/requirements.txt (line 1)) (2.9.1) Satisfied requirements: bs4 in /usr/local/lib/python3.5/dist-packages (from -r ./pip/requirements.txt (line 2)) (0.0.1) Already satisfied requirements: beautifulsoup4 in / usr / lib / python3 / dist-packages (from bs4 -> - r ./pip/requirements.txt (line 2)) (4.4.1)  [+] Checking directories ...  [+] Installing ...  [+] Creating Symbolic Link ... mkdir: cannot create directory ‘/ usr / share / vulnx ': File exists cp: cannot create directory 'usr / share / vulnx / shell': No such file or directory  [+] Tool Successfully Installed And Will Start In 5s!  [+] You can execute tool by typing vulnx

Traceback (most recent call last):   File "/usr/share/vulnx/vulnx.py", line 36, in     from common.wp_exploits import (wp_wysija,   File "/usr/share/vulnx/common/wp_exploits.py", line 15     headers ['Content_Type']: 'multipart / form-data'                            ^ SyntaxError: invalid syntax

Please help