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 updcookie #44

Closed faf0-addepar closed 5 years ago

faf0-addepar commented 5 years ago

Trivial fix to resolve the following bug when running updcookie:

  File "/usr/local/share/htcap/core/util/utilities/updcookie.py", line
  38, in main
      dbfile = args[0]
      NameError: global name 'args' is not defined