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

AttributeError response has not attribute 'text' #52

Closed Alurith closed 5 years ago

Alurith commented 5 years ago

When you lunch a PrestaShop scan, the script crashes doing the regex because 'response' doesn't have a 'text' attribute.

https://github.com/anouarbensaad/vulnx/blob/b0123a8fb5ae8e418198417ffbfcd00941f45f26/vulnx.py#L515

By deleting it, it works.