Project

catscope

0.0
No commit activity in last 3 years
No release in over 3 years
Catscope is an on-demand web-based file browser.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 1.0.3
>= 0
= 3.4.23

Runtime

= 1.6.10
= 1.4.8
~> 1.6
= 1.4.1
 Project Readme

Catscope: an on-demand web-based file browser

Catscope is a Sinatra-based file browser. It helps you to make files accessible via web browsers.

** PLASE BE CAREFUL. Catscope will cause leak of confidential data. **

Installation

$ gem install catscope

Usage

catscope

And open http://localhost:4567 in your browser. You can see files in the current directory.

By default, catscope accepts connections only from local host. If you want to access from remote hosts, run catscope like this:

catscope --bind 0.0.0.0

!!BE CAREFUL!!: this makes files accessible from any reachable remote hosts. Filtering connections with firewalls or iptables is strongly recommended when you bind catscope to 0.0.0.0.

Contributing

  1. Fork it ( https://github.com/hayamiz/catscope/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request