OWASP Joomscan v0.0.1

OWASP JoomScan (short for [Joom]la Vulnerability [Scan]ner) is an opensource project in perl programming language to detect Joomla CMS vulnerabilities and analysis them. If you want to do a penetration test on a Joomla CMS, OWASP JoomScan is Your best shot ever! This Project is being faster than ever and updated with the latest Joomla vulnerabilities.
How to Install
git clone https://github.com/rezasp/joomscan.git
cd joomscan
perl joomscan.pl
Usage
Usage: joomscan.pl [options] --url | -u <URL> | The Joomla URL/domain to scan. --enumerate-components | -ec | Try to enumerate components. --cookie <String> | Set cookie. --user-agent | -a <user-agent> | Use the specified User-Agent. --random-agent | -r | Use a random User-Agent. --timeout <time-out> | set timeout. --about | About Author --update | Update to the latest version. --help | -h | This help screen. --version | Output the current version and exit.
More information: here
[button size=large style=round color=red align=none url=https://github.com/rezasp/joomscan]OWASP Joomscan v0.0.1[/button]
Thanks to Mohammad Reza Espargham, for sharing this tool with us.