PGuest is a script to authenticate with the PGuest Bluecoat appliance.
Python modules:
- requests
You might like to run it in a virtualenv:
- virtualenv reqs
- source reqs/bin/activate
- pip install requests
By default, pguest will read from ~/.pguest.
The file format is:
username=skywalkerl
password=UseTheForks
usage: pguest [-h] [-u USERNAME] [-p PASSWORD] [-c CONFIG]
Check if google is accessable, else authenticate to PGuest
optional arguments:
-h, --help show this help message and exit
-u USERNAME, --username USERNAME
The username for authentication
-p PASSWORD, --password PASSWORD
The password for authentication
-c CONFIG, --config CONFIG
Path to username and password