Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A simple html file and python file that leverage Check Points Management API to create access rules. R80.10

License

Notifications You must be signed in to change notification settings

cbcurrier3/cpapi-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpapi-simple

A simple html file and python file that leverage Check Points Management API to create access rules. R80.10

Written by CB Currier [email protected] 8/14/18

Setup notes:

httpd.conf example of settings you will need: AddHandler cgi-script .py ScriptAlias /simple/bin "/var/www/html/simple/bin" <Directory "/var/www/html/simple/bin"> AllowOverride None Options +ExecCGI Require all granted

Also be sure your machine has access to your SmartCenter or MDM.

Paths in page are relative. Finally, in bin/add-rule-helper.py set credentials and SmartCenter / MDM address and port.

server='192.168.1.100' muser='apiuser' mpass='CProcks' mport='443' domain='Default' session=''

About

A simple html file and python file that leverage Check Points Management API to create access rules. R80.10

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages