Miko 0.0.4
Search for script installations versions under a account.
Supported scripts ( so far ):
- Wordpress
- Joomla 1.x , 2.x, 3.x
- Drupal 7.x, 6.x
- Magento
- phpBB
- SMF Forum
- MyBB
- Moodle
Installation
gem install miko
Usage
You can try to scan for the user accoutn using the "-u"/"--user" flag which translates to /home/USER/ or use "-d"/"--directory" flag to specify an exact directoy you want to scan.
Usage: miko [OPTIONS]
-u, --user USER Username - translates into /home/USER/
-d, --directory DIRECTORY Specify directory instead username
-h, --help Display Help
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request