OWASP / joomscan

OWASP Joomla Vulnerability Scanner Project https://www.secologist.com/
https://www.secologist.com/open-source-projects
GNU General Public License v3.0
1.08k stars 244 forks source link

Fixed enumerate components and core joomla vulnerability outputs #49

Closed DavidAngelos closed 3 years ago

DavidAngelos commented 4 years ago

Fixed: 1.Core Joomla Vulnerability outputs always "not vulnerable" and 2.Enumeration component doesn't find components when joomscan is executed in a different path rather than inside joomscan/ folder.

Eg. Executing "perl joomscan.pl -u XX.XX.XX.XX -ec", enumerates components correctly, and core vulnerabilities are found, whilst executing the same command but outside the folder("cd .." and then execute) "perl folder/joomscan.pl -u XX.XX.XX.XX -ec" doesn't show the same results as above.

Ali-Razmjoo commented 3 years ago

thanks.