Shell2http

Latest version: v2.10

Safety actively analyzes 635507 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

1.5.0

**[Get it on PyPi](https://pypi.org/project/Flask-Shell2HTTP/)**

- Added the ability to apply multiple [View Decorators](https://flask.palletsprojects.com/en/1.1.x/patterns/viewdecorators/) on the exposed endpoint. See [Example Code](https://github.com/Eshaan7/Flask-Shell2HTTP/blob/master/examples/with_decorators.py).
- Useful in case you wish to apply authentication, caching, etc. to the endpoint.
- Backwards compatible with v1.4.x

1.4.3

**Patch release after [v1.4.0](https://github.com/Eshaan7/Flask-Shell2HTTP/releases/tag/v1.4.0).**

Fixed Backward compatibility issues.

1.4.1

**Please use v1.4.3 or greater**

- Bug fixes where multipart requests were failing because of nested form data. Because of this the multipart (file containing) POST request now has an updated schema (examples have been updated accordingly).
- Dropped dataclass for report generation because it causes various bugs in python 3.6.

1.4

[![Github Releases (by Release)](https://img.shields.io/github/downloads/msoap/shell2http/1.4/total.svg)]() [![Github All Releases](https://img.shields.io/github/downloads/msoap/shell2http/total.svg)](https://github.com/msoap/shell2http/releases/latest)

Changes:
- Allow "/" path
- Write POST-data to STDIN of script
- Allow CGI headers (for redirect)

SHA1:
shell2http-1.4.amd64.linux.zip/shell2http c2b7f53e2d7b95aaa2b7eefa73fcd72349c00485
shell2http-1.4.386.linux.zip/shell2http b57efe104b16b7c79af7219751930b054de2c04c
shell2http-1.4.amd64.darwin.zip/shell2http c03d503a2966a8636c76bae3e9dde7fd732783e7
shell2http-1.4.386.darwin.zip/shell2http a7254080207d06403219ee7dad6eb4a5680644ac
shell2http-1.4.amd64.windows.zip/shell2http.exe 14f1d09749b9f990c8a69dabd831f320bd9b9773
shell2http-1.4.386.windows.zip/shell2http.exe c0224ca34257d6251d53c25d6cc4555ef7a37771
shell2http-1.4.arm.linux.zip/shell2http e6d0683b39a6e1f89c89dc636fd01fbe3dd084e5

1.4.0

- One can now define a callback function when registering a command. These can be plain functions or Flask/blinker signals to enable reactive/event-based programming.
- A timeout has been added when invoking commands. This attribute can be passed in the JSON request body. Default value is `3600` seconds.
- Added `returncode` attribute to response JSON.

> Note: Please see [Examples](https://flask-shell2http.readthedocs.io/en/stable/Examples.html) section for the relevant code in such use-cases.

- under-the-hood improvements (decreased the memory footprint of the extension to very low value)
- Added type-hinting in almost all places in the source code.

1.3

[![Github Releases (by Release)](https://img.shields.io/github/downloads/msoap/shell2http/1.3/total.svg)]() [![Github All Releases](https://img.shields.io/github/downloads/msoap/shell2http/total.svg)](https://github.com/msoap/shell2http/releases/latest)

Changes:
- Added options: -export-vars, -export-all-vars
- Added Windows support

SHA1:
shell2http-1.3.amd64.linux.zip/shell2http 317935b91616c60c28f187f3369015f030a7eadc
shell2http-1.3.386.linux.zip/shell2http 61d1ff695c255c6440893708eb8e57663875f149
shell2http-1.3.amd64.darwin.zip/shell2http f4c4d123691f57ba722bfb01f505e327d9a33bed
shell2http-1.3.386.darwin.zip/shell2http cf28ae73fada8088e6ff076fe037fbad47835916
shell2http-1.3.amd64.windows.zip/shell2http.exe 1a4a0ce1e9905a07b6de0e2797c291e4d6322e22
shell2http-1.3.386.windows.zip/shell2http.exe 05d78cb9c5557bfa3d90f31d1cd7aa0e246eadfd
shell2http-1.3.arm.linux.zip/shell2http 42727791b420f431908fe2a4783c6f2bfed6e371

Page 4 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.