steverobbins/magescan

Subdirectories in URL not properly handled

evilgash opened this issue · 0 comments

Hi, I just downloaded latest release Version v1.12.9 and tried with the following URL:

php magescan.phar scan:all http://192.168.1.10/magento

The scanner detects magento's version however, all the file checks fail. I examined network traffic and saw that the HEAD requests are missing the magento directory specified in the URL, hence all tests return a 404.

I could not find an option to overcome this problem.