hahwul / XSpear

🔱 Powerfull XSS Scanning and Parameter analysis tool&gem
MIT License
1.2k stars 226 forks source link

Error? #63

Open AhrimanSefid opened 4 years ago

AhrimanSefid commented 4 years ago

Hi. KALI 2020.2 [-] [21:58:19] [401/Unauthorized] 'pageid' not reflected XSS [-] [21:58:19] [401/Unauthorized] 'pageid' not reflected XSS [-] [21:58:19] [401/Unauthorized] 'pageid' not reflected /var/lib/gems/2.7.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/common/driver.rb:54: warning: Using the last argument as keyword parameters is deprecated; maybe * should be added to the call /var/lib/gems/2.7.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/firefox/driver.rb:31: warning: The called method `new' is defined here [] finish scan. the report is being generated..

hacktheplanet123 commented 4 years ago

Same issue for me

hahwul commented 4 years ago

Hi @AhrimanSefid @hacktheplanet123 @gaaaary First, Thank you for submit issue! I'll try to fix it as much as possible!

Could you share the environmental information? It is estimated to occur only in certain environments.

e.g: OS ruby version

(If my memories are correct, there was a similar issue before. I think I need to figure out if it's a similar issue.)

hahwul commented 4 years ago

If this is the same issue, there is a temporary solution. I'll find out if it was patched on the selenium side

export RUBYOPT='-W:no-deprecated -W:no-experimental'

This is a Selenium problem and I can't solve it. I think the selenium will solved itself when it is patched. SeleniumHQ/selenium#7870