Skip to main content

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


Download files

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

Source Distribution

ezpanos-0.1.1.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

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

ezpanos-0.1.1-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file ezpanos-0.1.1.tar.gz.

File metadata

  • Download URL: ezpanos-0.1.1.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

Hashes for ezpanos-0.1.1.tar.gz
Algorithm Hash digest
SHA256 448e41bc2a73c9125ded2f8b549176e318810a1f023070004d76be994f0a5d2e
MD5 94b14bf3e55788a59523440cee755d1f
BLAKE2b-256 b9b4b24f013ad811f61be5bffd326d464dd34626f1a889c771c7a535b124f07c

See more details on using hashes here.

File details

Details for the file ezpanos-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: ezpanos-0.1.1-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

Hashes for ezpanos-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f5427f3a456e580a8aba62dea7cbfc3a7f8ebcb7bdf09bfd25ff8b7bd13feb4f
MD5 838227b73e1a68cea6793902586bdb48
BLAKE2b-256 775cf9362ab5d348286090944d53754011f80730288c3b5992cb30bdc71c1a01

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page