fcavallarin / htcap

htcap is a web application scanner able to crawl single page application (SPA) recursively by intercepting ajax calls and DOM changes.
GNU General Public License v2.0
610 stars 114 forks source link

Fix AttributeError in Wapiti Scanner #45

Closed faf0-addepar closed 5 years ago

faf0-addepar commented 5 years ago

Fixes the following bug:

  File "/usr/local/share/htcap/core/scan/scanners/wapiti.py", line 119, in
  convert_cookies
      domain = cookie.setter.hostname
      AttributeError: 'NoneType' object has no attribute 'hostname'