This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "OWASP Joomla Vulnerability Scanner Usage"
From OWASP
D0ubl3 h3lix (talk | contribs) |
|||
Line 1: | Line 1: | ||
− | + | Usage: joomscan.pl [options] | |
− | -u | + | --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. | ||
+ | |||
+ | |||
+ | Do default checks: | ||
+ | perl joomscan.pl -u www.example.com | ||
+ | or | ||
+ | perl joomscan.pl --url www.example.com | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Check: joomscan.pl check | Check: joomscan.pl check |
Revision as of 23:40, 8 March 2018
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.
Do default checks: perl joomscan.pl -u www.example.com or perl joomscan.pl --url www.example.com
Check: joomscan.pl check This option will check if the scanner update is available or not.
Update: joomscan.pl update This option will check and update the local database if newer version is available.
Download: joomscan.pl download - Download the scanner latest version as a single zip file - joomscan-latest.zip.
Defense: joomscan.pl defense This option will give you a defensive note.
About: joomscan.pl story This option will give you a short story about joomscan.
Read: joomscan.pl read DOCFILE DOCFILE - changelog,release_note,readme,credits,faq,owasp_project