Compare commits

..

27 commits

Author SHA1 Message Date
Tiara Rodney
3c6165871f Merged in hotfix/HTTPASTE-37 (pull request #33)
docs: sound less like a smart-ass sales person
2022-04-09 02:22:34 +00:00
Tiara Rodney
89c1a67a47 docs: sound less like a smart-ass sales person 2022-04-09 04:19:01 +02:00
Tiara Rodney
0119bae329 Merged in hotfix/HTTPASTE-36 (pull request #30)
fix(init): remove non-existing common import
2022-04-08 19:27:34 +00:00
Tiara Rodney
f3a3e95163 fix(init): remove non-existing common import 2022-04-08 21:25:36 +02:00
Tiara Rodney
95761b9de5 Merged in hotfix/HTTPASTE-36 (pull request #28)
Hotfix/HTTPASTE-36
2022-04-08 19:11:09 +00:00
Tiara Rodney
2762d6d67f docs(guide/getting-started): init 2022-04-08 21:03:35 +02:00
Tiara Rodney
c8dffbbdf8 refactor(__init__): reset context manager for flask app
with proper bdist setup, it shouldn't be necessary to wrap path
of importlib, since the context manager will handle egg extraction
itself. Hopefully...
2022-04-08 21:01:33 +02:00
Tiara Rodney
a4116832e7 fix(build-toolchain): migrate versioning to setuptools_scm
versioning of package now handled through setuptools_scm. Git tag therefore
takes precedence and manually setting a version in setup.cfg is redundant.

In addition, setuptools_scm handles proper inclusion of sdist non-python files
and simplifies bdist packaging.
2022-04-08 21:00:51 +02:00
Tiara Rodney
c888f22b93 Merged in hotfix/HTTPASTE-35/init (pull request #27)
fix(init): again, distutils... is confusing
2022-04-03 15:18:27 +00:00
Tiara Rodney
ecd7d03a20 fix(init): again, distutils... is confusing
non-script files should now be, hopefully, included in bdist and sdist

chore: upgrade version
2022-04-03 17:15:58 +02:00
Tiara Rodney
7a7b70422f Merged in hotfix/HTTPASTE-35/init (pull request #25)
fix(init): add custom context manager for pkg resources
2022-04-03 14:50:33 +00:00
Tiara Rodney
e330bbf70a fix(init): add custom context manager for pkg resources
chore: upgrade version
2022-04-03 16:48:39 +02:00
Tiara Rodney
94f9063e1d Merged in hotfix/HTTPASTE-35/init (pull request #23)
fix(init): add importlib context to connexion init
2022-04-03 14:18:23 +00:00
Tiara Rodney
65f5077095 fix(init): add importlib context to connexion init
connexion openapi spec reference now provided through importlib
context manager, since file will exist inside of python egg, therefore
not being accesible through package file path

chore: upgrade version
2022-04-03 16:16:51 +02:00
Tiara Rodney
e6c0371dcb Merged in hotfix/HTTPASTE-34 (pull request #21)
fix(wsgi+config): fault environment setup
2022-04-03 02:32:30 +00:00
Tiara Rodney
fc367ed4cb fix(wsgi+config): fault environment setup
chore: upgrade version
2022-04-03 04:30:13 +02:00
Tiara Rodney
88851970d2 Merged in hotfix/HTTPASTE-33 (pull request #17)
refactor(setuptools): include sql schema
2022-04-03 01:51:25 +00:00
Tiara Rodney
bdefd7e592 refactor(setuptools): include sql schema
fix(backend/sqlite): load files through importlib

is required since package will be distributed as python egg

chore: upgrade version
2022-04-03 03:50:39 +02:00
Tiara Rodney
fedd42933c Merged in hotfix/HTTPASTE-32/schema (pull request #14)
fix(schema): add parameters to paste/private route
2022-04-02 23:33:25 +00:00
Tiara Rodney
6e0229f34f fix(schema): add parameters to paste/private route
chore: upgrade version

resolves: HTTPASTE-32
2022-04-03 01:31:51 +02:00
Tiara Rodney
dfff5f1523 fix(setup.cfg): add schema data path 2022-04-02 20:20:09 +02:00
Tiara Rodney
fdf69d37db Merged in hotfix/HTTPASTE-9/schema (pull request #8)
fix(schema): initialize module
2022-04-02 18:09:11 +00:00
Tiara Rodney
d367d43524 fix(schema): initialize module
chore: upgrade version
2022-04-02 20:07:28 +02:00
Tiara Rodney
55ec3a41e8 Merged in hotfix/HTTPASTE-8 (pull request #7)
Hotfix/HTTPASTE-8
2022-04-02 17:59:55 +00:00
Tiara Rodney
6c838cd2cf Merge branch 'hotfix/HTTPASTE-8' of bitbucket.org:victorykit/httpaste into hotfix/HTTPASTE-8 2022-04-02 19:57:28 +02:00
Tiara Rodney
50af1a4587 fix(__main__): require command argument 2022-04-02 19:51:52 +02:00
Tiara Rodney
678935bd0e fix: catch standalone command exception
gevent will not be installed by default, therefore print a message
explaining required steps
2022-04-02 19:51:05 +02:00
15 changed files with 127 additions and 60 deletions

2
.gitignore vendored
View file

@ -10,3 +10,5 @@
.DS_Store .DS_Store
.coverage .coverage
/*.md /*.md
/.eggs/
/devel/

View file

@ -2,28 +2,40 @@
![](docs/_assets/images/favpng_parrot-royalty-free-cartoon.png) ![](docs/_assets/images/favpng_parrot-royalty-free-cartoon.png)
httpaste is a pastebin application for easily pasting and retrieving data over **NOTE**: httpaste is publicly hosted at [httpaste.it](http://httpaste.it) and as a hidden Tor service ([https://paste77ubkwxy4fqezffsmthxdh3xerwi72tlsw2mch7ecjhw2xn7iyd.onion](https://paste77ubkwxy4fqezffsmthxdh3xerwi72tlsw2mch7ecjhw2xn7iyd.onion)).
HTTP from shell environments and web browsers. It is inspired by [sprunge.us](http://sprunge.us) Both services are to be considered evaluatory, as long as the source code
and [ix.io](http://ix.io/), but focuses on extendability, advanced security, with little to is in pre-release. Regarding voidance of pre-release status, see [Open Issues](https://victorykit.atlassian.net/issues/?jql=project%20%3D%20HTTPASTE%20AND%20fixVersion%20in%20(1.1.0-beta%2C%201.2.0-beta%2C%201.3.0)), for more information.
no trade-off to simplicity. It can be hosted through WSGI, CGI, Fast CGI, or
as a standalone evaluation server. It offers multiple storage backends, such as
a filesystem backend, SQLite backend, MySQL backend, or MongoDB backend.
All pastes are being encrypted on the fly and can only be retrieved by an This program offers an HTTP interface for storing public and private data
authorized user, either through knowing the paste id of a public paste, or (a.k.a. pastes), commonly referred to as a pastebin application. It is inspired by [sprunge.us](http://sprunge.us) and [ix.io](http://ix.io/). It can be hosted through WSGI, CGI, Fast
having authentication credentials, as well as the paste id of a private paste. CGI, or as a standalone evaluation server. It offers multiple storage backends,
This makes httpaste ideal as a pastebin for sensitive environments such as the such as a filesystem backend, SQLite backend, or MySQL backend.
Tor network. Authentication credentials are created on-the-fly and dont require a sign-up process.
httpaste supports output formatting for syntax highlighting (powered by Public data can be accessed through an URL, where as private pastes
additionally require HTTP basic authentication. Creation of authentication
credentials happens on the fly, there is no sign-up process. Public pastes can
only be accessed by knowing their paste ids, they are not listed on any index,
since it isnt technically possible (by design).
All pastes are symetrically encrypted server-side with an HMAC derived key and
SHA-256 hashing, a server-side salt and a randomly generated password. Public
pastes passwords are derived from their ids. Private pastes passwords are
randomly generated and stored inside a symetrically encrypted personal
database, with the encryption key also being derived through the same HMAC
mechanism, where the HTTP basic authentication credentials act as the master
password.
Paste ids, usernames, and any other identifiable attributes are only stored
inside storage backends as keyed and salted BLAKE2 hashes.
The program supports output formatting for syntax highlighting (powered by
[pygments](https://pygments.org/)), as well as MIME type output manipulation, and input encoding. [pygments](https://pygments.org/)), as well as MIME type output manipulation, and input encoding.
Therefore httpaste can server as an anonymous object storage for small data. The program can therefore serve as a minimalist, anonymous object storage for
small data.
Minute-based and burn-after-read paste expiration are supported. Minute-based and burn-after-read paste expiration are also supported.
httpaste focuses on security through cryptography, making it a computationally intensive application. # Getting Started
# Get Started
## Install ## Install

View file

@ -9,28 +9,41 @@ httpaste - versatile HTTP pastebin
.. image:: _assets/images/favpng_parrot-royalty-free-cartoon.png .. image:: _assets/images/favpng_parrot-royalty-free-cartoon.png
httpaste is a pastebin application for easily pasting and retrieving data over .. note::
HTTP from shell environments and web browsers. It is inspired by `sprunge.us`_ httpaste is publicly hosted at `httpaste.it`_ and as a hidden Tor service (`<https://paste77ubkwxy4fqezffsmthxdh3xerwi72tlsw2mch7ecjhw2xn7iyd.onion>`_).
and `ix.io`_, but focuses on extendability, advanced security, with little to Both services are to be considered evaluatory, as long as the source code
no trade-off to simplicity. It can be hosted through WSGI, CGI, Fast CGI, or is in pre-release. Regarding voidance of pre-release status, see `Open Issues`_, for more information.
as a standalone evaluation server. It offers multiple storage backends, such as
a filesystem backend, SQLite backend, MySQL backend, or MongoDB backend.
All pastes are being encrypted on the fly and can only be retrieved by an This program offers an HTTP interface for storing public and private data
authorized user, either through knowing the paste id of a public paste, or (a.k.a. pastes), commonly referred to as a pastebin application. It is inspired by `sprunge.us`_ and `ix.io`_. It can be hosted through WSGI, CGI, Fast
having authentication credentials, as well as the paste id of a private paste. CGI, or as a standalone evaluation server. It offers multiple storage backends,
This makes httpaste ideal as a pastebin for sensitive environments such as the such as a filesystem backend, SQLite backend, or MySQL backend.
Tor network. Authentication credentials are created on-the-fly and don't require a sign-up process.
httpaste supports output formatting for syntax highlighting (powered by Public data can be accessed through an URL, where as private pastes
additionally require HTTP basic authentication. Creation of authentication
credentials happens on the fly, there is no sign-up process. Public pastes can
only be accessed by knowing their paste ids, they are not listed on any index,
since it isn't technically possible (by design).
All pastes are symetrically encrypted server-side with an HMAC derived key and
SHA-256 hashing, a server-side salt and a randomly generated password. Public
paste's passwords are derived from their ids. Private paste's passwords are
randomly generated and stored inside a symetrically encrypted personal
database, with the encryption key also being derived through the same HMAC
mechanism, where the HTTP basic authentication credentials act as the master
password.
Paste ids, usernames, and any other identifiable attributes are only stored
inside storage backends as keyed and salted BLAKE2 hashes.
The program supports output formatting for syntax highlighting (powered by
`pygments`_), as well as MIME type output manipulation, and input encoding. `pygments`_), as well as MIME type output manipulation, and input encoding.
Therefore httpaste can server as an anonymous object storage for small data. The program can therefore serve as a minimalist, anonymous object storage for
small data.
Minute-based and 'burn-after-read' paste expiration are supported. Minute-based and 'burn-after-read' paste expiration are also supported.
httpaste focuses on security through cryptography, making it a computationally intensive application. .. include:: guide/getting-started.rst
.. include:: guide/get-started.rst
Documentation Documentation
------------- -------------
@ -70,3 +83,7 @@ This program uses licensed third-party software.
.. _sprunge.us: http://sprunge.us .. _sprunge.us: http://sprunge.us
.. _pygments: https://pygments.org/ .. _pygments: https://pygments.org/
.. _icon: https://favpng.com/png_view/parrot-parrot-royalty-free-cartoon-png/gps7HM42 .. _icon: https://favpng.com/png_view/parrot-parrot-royalty-free-cartoon-png/gps7HM42
.. _Open Issues: https://victorykit.atlassian.net/issues/?jql=project%20%3D%20HTTPASTE%20AND%20fixVersion%20in%20(1.1.0-beta%2C%201.2.0-beta%2C%201.3.0)
.. _httpaste.it: http://httpaste.it

View file

@ -1,5 +1,5 @@
Get Started Getting Started
=========== ===============
Install Install
""""""" """""""

View file

@ -4,7 +4,7 @@
:maxdepth: 1 :maxdepth: 1
:caption: Guides :caption: Guides
guide/get-started guide/getting-started
guide/advanced-usage guide/advanced-usage
guide/backend guide/backend
guide/cli guide/cli

View file

@ -1,7 +1,8 @@
[build-system] [build-system]
requires = [ requires = [
"setuptools", "setuptools",
"wheel" "wheel",
"setuptools-scm[toml]"
] ]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
@ -10,3 +11,5 @@ max_line_length = 80
aggressive = 3 aggressive = 3
recursive = true recursive = true
in-place = true in-place = true
[tool.setuptools_scm]

View file

@ -1,6 +1,5 @@
[metadata] [metadata]
name = httpaste-victorykit name = httpaste-victorykit
version = 1.0.1-alpha
author = Tiara Rodney author = Tiara Rodney
author_email = t.rodney@victoryk.it author_email = t.rodney@victoryk.it
description = a versatile HTTP pastebin description = a versatile HTTP pastebin
@ -37,3 +36,8 @@ console_scripts =
[options.packages.find] [options.packages.find]
where = src where = src
[options.package_data]
* =
*.json
*.sql

View file

@ -143,6 +143,8 @@ from inspect import isclass
from configparser import ConfigParser from configparser import ConfigParser
from ast import literal_eval from ast import literal_eval
from io import StringIO from io import StringIO
from os import environ
from importlib.resources import path as resource_path
from connexion import FlaskApp from connexion import FlaskApp
from connexion.resolver import RestyResolver from connexion.resolver import RestyResolver
@ -158,7 +160,7 @@ from httpaste.helper.http import (
UnauthorizedError) UnauthorizedError)
CONFIGPATH_ENVIRON = 'HTTPASTE_CONFIG' CONFIGPATH_ENVIRON = 'HTTPASTE_CONFIGPATH'
def get_sanitized_config_charset(charset: str): def get_sanitized_config_charset(charset: str):
@ -198,17 +200,17 @@ class ServerConfig:
bind_address = None bind_address = None
def get_config_path(environ: str = CONFIGPATH_ENVIRON): def get_config_path(var_name: str = CONFIGPATH_ENVIRON):
""" """
""" """
try: try:
return os.environ[environ] return environ[var_name]
except KeyError as e: except KeyError as e:
raise ConfigError( raise ConfigError(
'environment variable \'{environ}\' not set.') from e f'environment variable \'{var_name}\' not set.') from e
def load_config(path: str) -> Tuple[Config, ServerConfig]: def load_config(path: str) -> Tuple[Config, ServerConfig]:
@ -300,10 +302,13 @@ def get_flask_app(
options = {"swagger_ui": server_config.swagger_ui} options = {"swagger_ui": server_config.swagger_ui}
application = FlaskApp(__name__, specification_dir='schema/') #context manager returns a pathlib.Path object
with resource_path('httpaste.schema', 'httpaste.openapi.json') as path:
application = FlaskApp(__name__, specification_dir=path.parent)
application.add_api( application.add_api(
'httpaste.openapi.json', path.name,
options=options, options=options,
resolver=RestyResolver('httpaste.controller') resolver=RestyResolver('httpaste.controller')
) )
@ -322,6 +327,14 @@ def get_flask_app(
with application.app.app_context(): with application.app.app_context():
application.app.httpaste = config application.app.httpaste = config
#add header for browsers to present a sign-in prompt
@application.app.after_request
def rewrite_forbidden_request(response):
if response.status_code in [401]:
response.headers['WWW-Authenticate'] = 'Basic realm="private"'
return response
return application return application

View file

@ -2,6 +2,7 @@
""" """
import argparse import argparse
import os import os
from importlib.resources import open_text
def _this_dir(basename: str) -> str: def _this_dir(basename: str) -> str:
@ -20,7 +21,7 @@ def _path_output(path, echo: bool = False) -> str:
return path return path
else: else:
with open(path, 'r') as fh: with open_text('httpaste', path) as fh:
return fh.read() return fh.read()
@ -51,21 +52,21 @@ def command_wsgi(**kwargs):
"""get WSGI script """get WSGI script
""" """
print(_path_output(_this_dir('wsgi.py'), kwargs.get('echo'))) print(_path_output('wsgi.py', kwargs.get('echo')))
def command_cgi(**kwargs): def command_cgi(**kwargs):
"""get CGI script """get CGI script
""" """
print(_path_output(_this_dir('cgi.py'), kwargs.get('echo'))) print(_path_output('cgi.py', kwargs.get('echo')))
def command_fcgi(**kwargs): def command_fcgi(**kwargs):
"""get FastCGI script """get FastCGI script
""" """
print(_path_output(_this_dir('fcgi.py'), kwargs.get('echo'))) print(_path_output('fcgi.py', kwargs.get('echo')))
def command_default_config(**kwargs): def command_default_config(**kwargs):

View file

@ -3,6 +3,7 @@
from os import path from os import path
from sqlite3 import Connection from sqlite3 import Connection
from time import time from time import time
from importlib.resources import open_text
def load(proto: object, connection: Connection, model_class: type): def load(proto: object, connection: Connection, model_class: type):
@ -63,7 +64,7 @@ def init(connection: Connection):
cur = connection.cursor() cur = connection.cursor()
with open(path.join(path.dirname(__file__), 'paste.sql'), 'r') as fh: with open_text('httpaste.backend.sqlite', 'paste.sql') as fh:
cur.execute(fh.read()) cur.execute(fh.read())

View file

@ -3,6 +3,7 @@
from os import path from os import path
from sqlite3 import Connection from sqlite3 import Connection
from httpaste.model import User from httpaste.model import User
from importlib.resources import open_text
def load(proto: User, connection: Connection): def load(proto: User, connection: Connection):
@ -48,7 +49,7 @@ def init(connection: Connection):
cur = connection.cursor() cur = connection.cursor()
with open(path.join(path.dirname(__file__), 'user.sql'), 'r') as fh: with open_text('httpaste.backend.sqlite', 'user.sql') as fh:
cur.execute(fh.read()) cur.execute(fh.read())

View file

@ -1,6 +1,10 @@
from random import choice from random import choice
from base64 import b64decode from base64 import b64decode
from urllib.parse import urljoin from urllib.parse import urljoin
from tempfile import mkdtemp
from pathlib import Path
from contextlib import contextmanager
class DecodeError(Exception): class DecodeError(Exception):
""" """

View file

View file

@ -161,6 +161,15 @@
}, },
{ {
"$ref": "#/components/parameters/syntax" "$ref": "#/components/parameters/syntax"
},
{
"$ref": "#/components/parameters/format"
},
{
"$ref": "#/components/parameters/linenos"
},
{
"$ref": "#/components/parameters/mime"
} }
], ],
"responses": { "responses": {

View file

@ -3,6 +3,6 @@
""" """
from httpaste import load_config, get_flask_app, get_config_path from httpaste import load_config, get_flask_app, get_config_path
config, server_config = load_config(get_config_path) config, server_config = load_config(get_config_path())
application = get_flask_app(config, server_config) application = get_flask_app(config, server_config)