CLI Tool for network operation.
Project description
Cursusx
Cursusx is an open-source command-line tool for interacting with networks. It is built to be minimal, readable, and easy to extend. Currently it supports the following commands:
http— query HTTP endpoints
HTTP Command
The http command lets you query any network endpoint. It is designed to be straightforward and expressive, without requiring boilerplate configuration files.
Supported options
| Flag | Description |
|---|---|
-method |
HTTP method (get, post, put, delete, …) |
-endpoint |
Target URL |
-headers |
Request headers as a JSON string |
-parameters |
Query parameters as a JSON string |
Coming soon:
-cookiesand-authsupport.
Basic usage
./cursusx.py http \
-method=get \
-endpoint=http://127.0.0.1:5000 \
-headers="{\"your\": \"headers\"}" \
-parameters="{\"your\": \"parameters\"}"
Pretty output
Prefix any command with pretty to get a formatted, human-readable response rendered in the terminal UI:
./cursusx.py pretty http \
-method=get \
-endpoint=http://127.0.0.1:5000 \
-headers="{\"your\": \"headers\"}" \
-parameters="{\"your\": \"parameters\"}"
Roadmap
| Feature | Status |
|---|---|
| HTTP command | ✅ Available |
| Cookies support | 🔜 Planned |
| Authentication | 🔜 Planned |
| Packet sniffing | 🔜 Planned |
Contributing
Cursusx is open source — contributions, issues, and feature requests are welcome.
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
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 cursusx-0.1.6.tar.gz.
File metadata
- Download URL: cursusx-0.1.6.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d77cc0deec4ef4fda18d0a75e731f7644d84862f811bad21dd3758f331c204d5
|
|
| MD5 |
2a1fd29de57677741f877b1273c0211c
|
|
| BLAKE2b-256 |
ec80cc0a96b42ef341c87770809c5a14e585a4ca91269177ae8d84ca1bf54a10
|
File details
Details for the file cursusx-0.1.6-py3-none-any.whl.
File metadata
- Download URL: cursusx-0.1.6-py3-none-any.whl
- Upload date:
- Size: 50.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3fcbd278fc7c605e0539c230614dabd16196bbee931b302733c9ece504c43e6
|
|
| MD5 |
9ed6ab345c3ff1f4ed474e69e89620ae
|
|
| BLAKE2b-256 |
6e256a6c29accffe984ebe062fdc3b40c9fbba8e87f9809b2a8d82c32adc8914
|