OldGregg 78cf01c1fd Added SSL support to butterfly.
Added SSL certificate capability to butterfly. Butterfly now
has the --secure option, which requires the following files
to be present in the local folder:
  - butterfly.crt
  - butterfly.key
  - butterflyca.crt
This option forces butterfly to use HTTPS and secure
WebSockets. The connection still requires a username
and password.

There is also the --reallysecure option, which forces
the user's browser to provide a client side certificate.
The certificate is validated against butterflyca.crt, before
allowing the connection. Afterward, the commonName in the
certificate is used as the username for the connection.
The connection still requires the user to provide a password.

Also forced a default user "daemon" to be returned by the
User class, as it prevents someone from finding valid users
on the remote host.
2014-03-01 13:07:04 -05:00
2014-02-12 15:53:26 +01:00
2014-03-01 13:07:04 -05:00
2014-02-11 17:57:22 +01:00
2014-02-27 10:09:33 +01:00
2014-02-14 11:25:44 +01:00
2014-01-30 14:32:15 +01:00
2014-02-17 18:08:49 +01:00
2014-02-14 10:03:28 +01:00
2014-02-14 11:25:44 +01:00
2014-01-14 12:11:43 +01:00
2014-02-27 14:58:09 +01:00

ƸӜƷ butterfly

Description

Butterfly is a tornado web server written in python which powers a full featured web terminal.

The js part is heavily based on term.js which is heavily based on jslinux.

Try it

    $ pip install butterfly
    $ butterfly.server.py

Then open localhost:57575 in your favorite browser and done.

Author

Florian Mounier

License

    butterfly Copyright (C) 2014  Florian Mounier

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
Description
No description provided
Readme 2.9 MiB
Languages
CoffeeScript 31.3%
JavaScript 27.8%
Python 18.2%
CSS 17.9%
Sass 4%
Other 0.8%