whoot / Typo3Scan

Enumerate Typo3 version and extensions
GNU General Public License v2.0
170 stars 32 forks source link

list index out of range when trying to update #23

Closed frederikmoellers closed 2 years ago

frederikmoellers commented 2 years ago

Whenever I try to run typo3scan.py -u, i get an error:

[+] Searching for new CORE vulnerabilities...
Traceback (most recent call last):
  File "typo3scan.py", line 209, in <module>
    Update()
  File "lib/update.py", line 41, in __init__
    self.load_core_vulns()
  File "lib/update.py", line 62, in load_core_vulns
    last_page = int(pages[-1])
IndexError: list index out of range

It doesn't matter if I reset the database before with typo3scan.py -r or not. The scanning itself works fine.

I have tried running it with different Python versions but get the same error on both 3.6 and 3.9. I haven't had time yet to take a look at the source code and identify the root cause. If I find out more, I'm going to post it here.

whoot commented 2 years ago

Thanks for pointing out. They changed the URL to the advisories. Fixed it in the current release.