epsylon / xsser

Cross Site "Scripter" (aka XSSer) is an automatic -framework- to detect, exploit and report XSS vulnerabilities in web-based applications.
https://xsser.03c8.net
1.21k stars 240 forks source link

Fix bugs in crawler #47

Closed jiamingc closed 4 years ago

jiamingc commented 4 years ago

Bugs fixed:

  1. pycurl sometimes crashes when retrieving the content type, causing the crawler to crash.
  2. tag attribute existence wasn't being checked properly
  3. crawler form url processing was causing all form urls to be ignored
  4. explicitly use python 3
epsylon commented 4 years ago

hey @jiamingc , firstly, many thanks for your contribution. :+1: I am trying to reproduce your error on my sandbox, without luck. Here is working correctly. I am using: Python3.5. Which version are you using for?. PD: https://github.com/epsylon/xsser/tree/master/.github/ISSUE_TEMPLATE

jiamingc commented 4 years ago

I added details about the pycurl crash in #48.