A lightweight PanOS (Palo Alto Netoworks) firewall Management utility.
Project description
EZPanos
An Ergonomic and lightweight PanOS Utility Tool
Installation
pip install ezpanos
Quick Start
import ezpanos
creds = {
"username": input("Username: "),
"password": getpass.getpass("Password: ")
}
connection = PanOS(endpoint, creds=creds)
print(connection.execute("show system info"))
Using an API token
By default, the PanOS class will use username/password to generate an authentication token from PanOS. This can however, be overridden if you already have it.
import ezpanos
creds = {"api_key": "xxxxxxxxxxxxx"}
connection = PanOS(endpoint, creds=creds)
Currently not feature rich but an ideal platform for executing arbitrary PanOS commands against firewalls and Panorama instances for a wide variety of use cases.
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
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 ezpanos-0.1.0.tar.gz.
File metadata
- Download URL: ezpanos-0.1.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
060b65214be615c12713647ae39d956dfbbbc221487fd1a74d8932a0e14d3af1
|
|
| MD5 |
9dc6a028ce7719d67d1b678bebfd7ac4
|
|
| BLAKE2b-256 |
8d1a9b45f9ae36b410754926faa2ee4e9d0286e736ea640a1a05569614fc02b4
|
File details
Details for the file ezpanos-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ezpanos-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e65600bcfcc5522b7b187953493d71edd6f59cf1bc05003fffc9a752f0fdb25b
|
|
| MD5 |
4add6ab1cfedbaa1051902e4e172aa55
|
|
| BLAKE2b-256 |
eb0373dc5343455e16af58b0016862ce85f76112a135268bd098baed1903a7b6
|