https://github.com/krishpranav/joomlascan
A simple joomla vulnerability scanner built in ruby
https://github.com/krishpranav/joomlascan
joomla joomla-scanner ruby vulnerability-scanner
Last synced: about 1 year ago
JSON representation
A simple joomla vulnerability scanner built in ruby
- Host: GitHub
- URL: https://github.com/krishpranav/joomlascan
- Owner: krishpranav
- Created: 2021-06-19T06:03:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-19T11:18:15.000Z (about 5 years ago)
- Last Synced: 2025-04-15T02:45:28.850Z (about 1 year ago)
- Topics: joomla, joomla-scanner, ruby, vulnerability-scanner
- Language: Ruby
- Homepage:
- Size: 139 KB
- Stars: 6
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# joomlascan
A simple joomla vulnerability scanner built in ruby
[](https://forthebadge.com)
# Installation
```
git clone https://github.com/krishpranav/joomlascan
cd joomlascan
gem install bundler && bundle install
```
# Usage
```
usage: joomlascan.rb [options]
Basic options
-u, --url The Joomla URL/domain to scan.
--basic-auth The basic HTTP authentication credentials
-v, --verbose Enable verbose mode
Enumeration options
-a, --scan-all Scan for all vulnerable extensions
-c, --scan-components Scan for vulnerable components
-m, --scan-modules Scan for vulnerable modules
-t, --scan-templates Scan for vulnerable templates
-q, --quiet Scan using only passive methods
Advanced options
--disable-tls-checks Disable SSL/TLS certificate verification.
--follow-redirection Automatically follow redirections
--no-colour Disable colours in output
--proxy <[protocol://]host:port> HTTP, SOCKS4 SOCKS4A and SOCKS5 are supported. If no protocol is given, HTTP will be used
--proxy-auth The proxy authentication credentials
--threads The number of threads to use when multi-threading requests
--user-agent The user agent string to send with all requests
```
- make sure you have ruby [2.4.4 or above] is installed on your system