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.17k stars 238 forks source link

print result bug INT #78

Closed sanvilscript closed 2 years ago

sanvilscript commented 2 years ago

Describe the bug

Traceback (most recent call last): File "xsser", line 35, in app.run() File "/usr/share/xsser/core/main.py", line 2742, in run self.print_results() File "/usr/share/xsser/core/main.py", line 3411, in print_results if self.options.threads > 9: TypeError: '>' not supported between instances of 'str' and 'int'

fix if int(self.options.threads) > 9:

epsylon commented 2 years ago

@sanvilscript which version of XSSer are you using?

core/main.py -> Line 3411 -> https://github.com/epsylon/xsser/blob/master/core/main.py#L3411

Try to update the tool: xsser --update