Command line agent for checkpoint firewall authentication
Download the latest release. Make sure to pick the right OS.
Run the agent on your command line like this:
./cpfw-login --url <cp fw url> --user <username> --password <password> [--passwordprompt]
The following parameters are available:
--url//CPFW_AUTH_URLrequired: base url of your checkpoint firewall login form without '/PortalMain'--user//CPFW_AUTH_USERrequired: your user name--password//CPFW_AUTH_PASSWORDrequired: your password--check//CPFW_AUTH_CHECK_URLoptional: any http url, used for checking before and after login. should be behind your firewall.--intervaloptional: recheck/relogin every X seconds--insecureoptional: don't verify SSL/TLS connections--passwordpromptoptional: show a prompt for the password. It ignores the password parameter.
make
make test
- fork
- commit
- send PR