whoot / Typo3Scan

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

fix error caused by unknown extension #8

Closed Marmelatze closed 4 years ago

Marmelatze commented 4 years ago

This fixed a problem for me, when the found extension is not in the database, which caused the script to fail.

whoot commented 4 years ago

Hey,

thanks for your pull request. Did you dig a little deeper and figured out, which extension it was?

Marmelatze commented 4 years ago

Thanks for the fast feedback. I updated the output. The missing extension was pmkslimbo.

whoot commented 4 years ago

Thanks again for your input. After investigation it seems that the entry in the database is faulty. Looking it up in the database the extensionkey is actually "pmkslimbox" while the vulnerability extensionkey is just "pmkslimbo".

I will fix this. Probably there will be more fauly entries..