Skip to main content

PyVaultRCE

Remote Code Execution & Hosting client for PyVault.

Upload Python scripts to a PyVault server and execute them remotely — the source code never leaves the server. Clients only ever hold a 21-character hex Session ID.

Install

pip install PyVaultRCE

Quick Start

from pyvaultrce import CodeManager

# Upload a local .py file → get a 21-character Session ID
sid = CodeManager.enc("my_script.py")
# [PyVault] ✓ Uploaded  — Session ID : 3a7f1c9b2d0e8a5f41c7e

# Upload from a paste service URL
sid = CodeManager.enc_url("https://pastebin.com/abcXYZ123")

# Execute remotely (source stays on server)
CodeManager.run(sid)

# Check metadata without incrementing execution counter
CodeManager.info(sid)

# Verify server is up
CodeManager.ping()

Configuration

Set PYVAULT_URL to point at your hosted PyVault server:

export PYVAULT_URL=https://your-server.replit.app

API Reference

Method Description
CodeManager.enc(file_path) Upload a local .py file → returns Session ID
CodeManager.enc_url(url) Download code from a paste URL and upload → returns Session ID
CodeManager.run(session_id) Fetch and execute code by Session ID
CodeManager.info(session_id) Get session metadata (no exec count increment)
CodeManager.ping() Check server connectivity
CodeManager.edit(session_id, file_path, admin_token=...) Replace stored code (admin or owner token)
CodeManager.delete(session_id, owner_token) Delete your own session

Supported Paste Services (enc_url)

  • pastebin.com
  • hastebin.com
  • dpaste.com
  • paste.ofcode.org
  • GitHub raw URLs
  • Any URL returning raw Python text

Error Handling

Exception When
FileNotFoundError Local file not found
ValueError Invalid Session ID or empty file
ConnectionError Server unreachable
TimeoutError Request timed out
RuntimeError Server error (404, 403, 500, etc.)
SyntaxError Remote code syntax error (during run)

Security

  • Session IDs are 21-character cryptographically random hex strings
  • Source code is never written to disk on the client
  • Code is encrypted at rest with Fernet on the server
  • Admin edits require the admin access code; owner edits/deletes require the one-time owner token
  • Sessions never expire unless an expiry is explicitly selected

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyvaultrce-2.3.0.tar.gz (9.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyvaultrce-2.3.0-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

File details

Details for the file pyvaultrce-2.3.0.tar.gz.

File metadata

  • Download URL: pyvaultrce-2.3.0.tar.gz
  • Upload date:
  • Size: 9.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for pyvaultrce-2.3.0.tar.gz
Algorithm Hash digest
SHA256 a24a0f17c9ccefeef51208ed4d0b74e2da97d1b606bf848bd6228a50996fe3be
MD5 5b990a65d2f113347513384a766caea4
BLAKE2b-256 c3818bcc93a94dcb7f1010b583c8dd7e19d5745acff7ff3a98e80745c1209e61

See more details on using hashes here.

File details

Details for the file pyvaultrce-2.3.0-py3-none-any.whl.

File metadata

  • Download URL: pyvaultrce-2.3.0-py3-none-any.whl
  • Upload date:
  • Size: 11.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for pyvaultrce-2.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8b2f93f3f28785c5f5910d5b033920b564c7d5dc9be02af88b4080cc72a02aff
MD5 c0386ab83f33a6c36d6ec690169aa74a
BLAKE2b-256 86b5ec72ad8a4c8fc4c980bd02bbe6b02473361f692b04bbe3ffa07ee6d232fb

See more details on using hashes here.

Release history Release notifications | RSS feed

2.5.0

2 files

2.4.0

2 files

This release

2.3.0 This release

2 files

2.2.0

2 files

2.1.0

2 files

2.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page