An execution framework for Jupyter environments.
Project description
V'ger
"…On its journey back, it amassed so much knowledge, it achieved consciousness itself. It became a living thing."
V'ger is an interactive command-line application for interacting with authenticated Jupyter instances.
Usage
Initial Setup
Upon opening the application, users will be prompted for connection information.
- Provide the full target host including the port and trailing slash (such as
http://172.0.0.1:8888/
). - Provide the token or password.
If prompt returns back to hostname
, either the connection failed or there were no open notebook sessions running on that host.
Commands
Once a connection is established, users drop into a nested set of menus.
The top level menu is:
- Reset: Configure a different host.
- Enumerate: Utilities to learn more about the host.
- Exploit: Utilities to perform direct action and manipulation of the host and artifacts.
- Persist: Utilities to establish persistence mechanisms.
- Export: Save output to a text file.
- Quit: No one likes quitters.
These menus contain the following functionality:
- Inject: Execute code in the context of the selected notebook. Code can be provided in a text editor or by specifying a local
.py
file. Either input is processed as a string and executed in runtime of the notebook. Output will be transparent to other notebook users by specifyingNoisy
orStealthy
when prompted. This selection will also dictate how much information is returned to the user about their execution. - Backdoor: Launch a new JupyterLab instance open to
0.0.0.0
, withallow-root
on a user-specifiedport
with a user-specifiedpassword
. - Check History: See ipython commands recently run in the target notebook.
- Run shell command: Spawn a terminal, run the command, return the output, and delete the terminal.
- List dir or get file: List directories relative to the Jupyter directory. If you don't know, start with
/
. - Upload file: Upload file from localhost to the target. Specify paths in the same format as List dir (relative to the Jupyter directory). Provide a full path including filename and extension.
- Delete file: Delete a file. Specify paths in the same format as List dir (relative to the Jupyter directory).
- Find models: Find models based on common file formats.
- Download models: Download discovered models.
- Snoop: Monitor notebook execution and results until timeout.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file vger-0.1.0.tar.gz
.
File metadata
- Download URL: vger-0.1.0.tar.gz
- Upload date:
- Size: 21.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cda48870b2453220b723f8b62326ea2bd9aa633b28f0056eb9bf4f381b4f37ea |
|
MD5 | 1807e80106ec7dde46ee828931f6179f |
|
BLAKE2b-256 | 126f552ecc0d1857721e24b39072591179679f0e0284fd6b6737875fa8345291 |
Provenance
File details
Details for the file vger-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: vger-0.1.0-py3-none-any.whl
- Upload date:
- Size: 22.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c69a190daa3dacd848cc0b85577348900e22403f5bfa381abdc71766159fb56b |
|
MD5 | ba2464c57934509cea7a04885b3cfda6 |
|
BLAKE2b-256 | df4479d7ede191bbac82cde7997dbf9fae46a801f917ee81a1d5b6415af8a27c |