How to use Joomscan to find the Joomla Vulnerability in Backtrack 5 Linux?

Joomscan is one of penetration testing tool that help to find the vulnerability in Joomla CMS.   TheUpdated version can detects 550 Vulnerabilities. Let me show how to use this joomscan in Backtrack5.

 

Download the Joomscan from here:

 http://web-center.si/joomscan/joomscan.tar.gz


 

Step 1: Moving to PenTest folder

Copy/Move the downloaded files in directory

/pentest/web/scanners/joomscan/



Step2: Set Permission

Now you have to set permission for the Joomscan file. In order to this, Type the following command in Terminal(if you don't know how to open terminal at all, please stop reading this and start it from basics of Linux).

CHMOD 0777 joomscan.pl



Step 3: Update

Update the scanner to latest version. To do this, enter the following command in Terminal:

./joomscan.pl update



Step 4: Scanning for Vulnerability

Now everything ok, we have to scan our joomla site for vulnerability. To do this, enter the following command in Terminal:

./joomscan.pl -u www.YourJoomlasite.com





Wait for a while, and it will list of the vulnerability found.

 

This tutorial is completely for Educational purpose only. This tutorial is for PenTester and Ethical Hackers .


( ! ) Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 169
Call Stack
#TimeMemoryFunctionLocation
10.0004412512{main}( ).../index.php:0
20.09374262592Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.09374262592Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.266711453688Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.267211478128Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.267911533456Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.268211560856require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.275211960488K2ControllerItem->execute( ).../k2.php:64
90.275211960488K2ControllerItem->display( ).../BaseController.php:710
100.285112611192K2ControllerItem->display( ).../item.php:78
110.285112611192K2ControllerItem->display( ).../controller.php:19
120.289312982232Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.290713002600K2ViewItem->display( ).../ViewController.php:102
140.360015957728K2ViewItem->display( ).../view.html.php:742
150.360015957728K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.361416130664include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701

( ! ) Notice: Only variables should be assigned by reference in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 478
Call Stack
#TimeMemoryFunctionLocation
10.0004412512{main}( ).../index.php:0
20.09374262592Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.09374262592Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.266711453688Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.267211478128Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.267911533456Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.268211560856require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.275211960488K2ControllerItem->execute( ).../k2.php:64
90.275211960488K2ControllerItem->display( ).../BaseController.php:710
100.285112611192K2ControllerItem->display( ).../item.php:78
110.285112611192K2ControllerItem->display( ).../controller.php:19
120.289312982232Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.290713002600K2ViewItem->display( ).../ViewController.php:102
140.360015957728K2ViewItem->display( ).../view.html.php:742
150.360015957728K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.361416130664include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
back to top