https://github.com/h44z/joomla_check
Joomla version and file integrity check [mirror]
https://github.com/h44z/joomla_check
integrity integrity-checker joomla update version-check
Last synced: about 1 year ago
JSON representation
Joomla version and file integrity check [mirror]
- Host: GitHub
- URL: https://github.com/h44z/joomla_check
- Owner: h44z
- Created: 2018-03-10T11:42:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T11:44:24.000Z (over 8 years ago)
- Last Synced: 2025-01-28T01:26:18.406Z (over 1 year ago)
- Topics: integrity, integrity-checker, joomla, update, version-check
- Language: Python
- Homepage: https://git.sprinternet.at/h44z/joomla_check
- Size: 6.84 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Joomla integrity and version check script
This script is useful to check joomla versions on a webserver. It does also check integrity of joomla core files!
All outputs are written to a csv file for better automation.
#### Usage
```
checkjoomla.py [-h] [-v] [-n]
```
optional arguments:
- -h, --help: show this help message and exit
- -v, --verbose: Print verbose output
- -n, --nointegrity: Skip integrity check
#### Configuration
Make sure to set the variable ```base_path``` to your base webroot directory. In case you are using plesk it might be ```/var/www/vhosts```.
Also mare sure to configure the other options in the CONFIG section of the script.