Jama Security Platform - Remote Agent CLI for pentesters
Project description
jama-agent
Remote Agent CLI for the Jama Security Platform — a unified cybersecurity platform with AI.
Install
pip install jama-agent
Quick Start
# 1. Login to your Jama server
jama-agent login --server https://your-jama-server.com --email you@company.com
# 2. Check connection status
jama-agent status
# 3. Connect via persistent WebSocket
jama-agent connect
# 4. Discover local network (from another terminal)
jama-agent discover
# 5. Disconnect
jama-agent disconnect
Commands
| Command | Description |
|---|---|
login |
Authenticate against a Jama server |
status |
Show current connection info |
connect |
Establish persistent WebSocket connection |
disconnect |
Clear credentials and disconnect |
discover |
Discover hosts on the local network (ARP + ping sweep) |
forward |
Port forwarding and SOCKS5 proxy via reverse tunnel |
tunnels |
List active tunnels |
version |
Show CLI version |
Requirements
- Python 3.10+
- Access to a Jama Security Platform server
Network Discovery
# Auto-detect subnet and scan ARP table
jama-agent discover
# Specify subnet
jama-agent discover --subnet 192.168.1
# Full ping sweep (slower but thorough)
jama-agent discover --ping
SOCKS5 Tunnel
# Start a SOCKS5 proxy through the Jama tunnel
jama-agent forward --socks --socks-port 1080
# Then use with any tool:
export ALL_PROXY=socks5://127.0.0.1:1080
proxychains4 nmap -sV 10.0.0.0/24
Configuration
Config is stored in ~/.jama/:
config.yaml— Server URL, heartbeat interval, agent namecredentials.json— JWT tokens and agent ID (permissions 0600)
License
Proprietary - Jama Security Platform
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jama_agent-0.2.0.tar.gz
(28.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jama_agent-0.2.0.tar.gz.
File metadata
- Download URL: jama_agent-0.2.0.tar.gz
- Upload date:
- Size: 28.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4333e9d7482d1c7d7cc6aa9b37044ea1dd7395d891a679786253d418ade400eb
|
|
| MD5 |
7d0871a8dd12d67dde854b562bbb19dd
|
|
| BLAKE2b-256 |
1c04a20eb715eea67aa6ebd10a098abf9e743538ecab3bbf1ec339dc172b0be5
|
File details
Details for the file jama_agent-0.2.0-py3-none-any.whl.
File metadata
- Download URL: jama_agent-0.2.0-py3-none-any.whl
- Upload date:
- Size: 24.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a923fff26564635721be81acfda586ef3b5c12e35a94ae985d8a6d263f81e65b
|
|
| MD5 |
777d83ca2ae634c22efb3c40787e1393
|
|
| BLAKE2b-256 |
8e2492ee4c4790adf7bd6ef2df7a94d84535a00bcc650eac03494ba3d2df870e
|