truocphan / XSS-Checker

XSS-Checker is a tool used to Check / Validate for XSS vulnerabilities
https://pypi.org/project/XSS-Checker/
MIT License
16 stars 3 forks source link

NOT WORKING #2

Open krivadna opened 6 months ago

krivadna commented 6 months ago

~/XSS-Checker $ XSS-Checker --url https://help.netflix.com/en/search?q=

██╗ ██╗███████╗███████╗ ██████╗██╗ ██╗███████╗ ██████╗██╗ ██╗███████╗██████╗ ╚██╗██╔╝██╔════╝██╔════╝ ██╔════╝██║ ██║██╔════╝██╔════╝██║ ██╔╝██╔════╝██╔══██╗ ╚███╔╝ ███████╗███████╗█████╗██║ ███████║█████╗ ██║ █████╔╝ █████╗ ██████╔╝ ██╔██╗ ╚════██║╚════██║╚════╝██║ ██╔══██║██╔══╝ ██║ ██╔═██╗ ██╔══╝ ██╔══██╗ ██╔╝ ██╗███████║███████║ ╚██████╗██║ ██║███████╗╚██████╗██║ ██╗███████╗██║ ██║ ╚═╝ ╚═╝╚══════╝╚══════╝ ╚═════╝╚═╝ ╚═╝╚══════╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ v22.12.01 by Truoc Phan ( @truocphan )

https://www.buymeacoffee.com/truocphan <<<<<<<<<<<<<<<<<<<<<<<

[+] Discord: https://discord.gg/2GTZKwN [+] Facebook: https://www.facebook.com/292706121240740 [+] Twitter: https://twitter.com/truocphan [+] Github: https://github.com/truocphan [+] Gmail: truocphan112017@gmail.com

Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/XSS-Checker", line 8, in sys.exit(vFaT3_jrF1FN30CA_o46KQ432mUyxGsUjjQqkXNFQzO0iHoX()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/XSS_Checker/init.py", line 52, in vFaT3_jrF1FN30CA_o46KQ432mUyxGsUjjQqkXNFQzO0iHoX eval(compile(r3tQ9Xk_pwg8nLTV.b64decode(eval('\x74\x72\x75\x73\x74')),'','exec')) File "", line 111, in File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/selenium/webdriver/chrome/webdriver.py", line 81, in init super().init( File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/selenium/webdriver/chromium/webdriver.py", line 103, in init self.service.start() File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/selenium/webdriver/common/service.py", line 90, in start self._start_process(self.path) File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/selenium/webdriver/common/service.py", line 198, in _start_process self.process = subprocess.Popen( ^^^^^^^^^^^^^^^^^ File "/data/data/com.termux/files/usr/lib/python3.11/subprocess.py", line 1026, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/data/data/com.termux/files/usr/lib/python3.11/subprocess.py", line 1951, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) OSError: [Errno 8] Exec format error: '/data/data/com.termux/files/home/.wdm/drivers/chromedriver/linux64/114.0.5735/chromedriver' ~/XSS-Checker $

Achillian commented 3 months ago

You need to provide it with the latest Chrome driver, at the time of this writing it is: https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.88/win64/chromedriver-win64.zip

Then you extract and pass the driver to the script like so: XSS-Checker --url https://www.site.com/ --driver C:\Users\Administrator\Downloads\chromedriver-win64\chromedriver.exe