Skip to content

auxiliary enum joomla_version_single

nanoCoder edited this page Oct 22, 2011 · 9 revisions

Author(s):

cktricky

Description:

This is a basic Joomla version detection module. It takes advantage of the Joomla auxiliary assist library. The module is meant to be used on one host only.

Module Options:

PROXYA                                      false      Proxy IP Address
PROXYP                                      false      Proxy Port Number
RURL      http://www.example.com/test.php   true       Target address
THROTTLE  0                                 false      Specify a number, after x requests we pause

Options Explained (Module Specific):

RURL -- Provide Remote URL (RURL) which hosts the Joomla website.

Real world example:

We'd like to retrieve the current version of a website running Joomla. The remote RURL is http://demo.joomla.org/. The commands are:

set RURL http://demo.joomla.org/
run
The Joomla Version detected was version: 1.5
Clone this wiki locally