Skip to content
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.

A script to gather Magento ecommerce information on Linux devices such as; database user/password/host, caching etc

Notifications You must be signed in to change notification settings

LukeShirnia/magento_information

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Magento_Information

Magento Information Gathering

Note:Currently only works with magento 1.x

This script is designed to quickly gather information about specific magento sites located on Linux devices.

wget https://raw.githubusercontent.com/LukeShirnia/magento_information/master/magento_info.py

sha1sum magento.py

Output:

0390981d75a50266460a1af598b393225b8e1e40 magento_info.py


Usage: magento_info.py [option]

Options:
  -h, --help           show this help message and exit
  -a, --apache         Manually check apache webserver for magento sites
  -n, --nginx          Manually check nginx webserver for magento sites
  -x file, --xml=file  Manually parse magento local.xml file
  • CentOS/RHEL 5, 6, 7 compatible
  • Ubuntu/Debian 12, 14, 16.04LTS compatible

If you would ONLY like to parse the local.xml file you can use the following script:
Replace "local.xml" in the command below with the full path to your file.

python magento -x local.xml

About

A script to gather Magento ecommerce information on Linux devices such as; database user/password/host, caching etc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages