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

intup file option is broken #83

Closed kusayuzayushko closed 4 years ago

kusayuzayushko commented 4 years ago

Describe the bug -i / --input option doesn't work for me. Vuln just exit

To Reproduce echo "http://google.com" > foo vulnx -i foo -o bar

Expected behavior expecting t to scan google

Screenshots https://i.imgur.com/7EnvN0B.png

Desktop (please complete the following information): 5.4.33-1-MANJARO Blackarch

anouarbensaad commented 4 years ago

now you can run.

vulnx -i [INPUT_FILE]

and works fine. thank you for your request.