CPUG: The Check Point User Group

Resources for the Check Point Community, by the Check Point Community.


First, I hope you're all well and staying safe.
Second, I want to give a "heads up" that you should see more activity here shortly, and maybe a few cosmetic changes.
I'll post more details to the "Announcements" forum soon, so be on the lookout. -E

 

Results 1 to 4 of 4

Thread: Common Check Point Commands (ccc)

  1. #1
    Join Date
    2007-02-07
    Posts
    162
    Rep Power
    19

    Default Common Check Point Commands (ccc)

    Name:  pastedImage_1.png
Views: 1096
Size:  15.1 KB

    I always thought of having a simple Bash script that would allow me to run common Check Point CLI tasks without having to crawl for command cheat sheets, bookmarks, google, manuals, knowledge base etc.
    Together with the Check Point community I have made the script better and better during the last months.

    To install the script on your Check Point, in Expert mode simply run :
    Code:
    curl_cli -k https://dannyjung.de/ccc | zcat > /usr/bin/ccc && chmod +x /usr/bin/ccc
    Or download it to the /usr/bin directory of your Check Point and make it executable.

    Click image for larger version. 

Name:	screen.png 
Views:	541 
Size:	103.7 KB 
ID:	1389
    Last edited by danjun; 2020-01-10 at 18:26.

  2. #2
    Join Date
    2006-09-26
    Posts
    3,200
    Rep Power
    22

    Default Re: Common Check Point Commands (ccc)

    Look like your script does not work on the Provider-1 system. Am I missing something? See below:

    [Expert@mds:0]# fwm mds ver
    This is Check Point Multi-Domain Security Management R77.30 - Build 004
    [Expert@mds:0]#
    [Expert@mds:0]# ccc
    Unsupported OS
    [Expert@mds:0]#

  3. #3
    Join Date
    2007-02-07
    Posts
    162
    Rep Power
    19

    Default Re: Common Check Point Commands (ccc)

    Thanks for bringing this to my attention. I improved the code and implemented a better checking routine in version 2.0

  4. #4
    Join Date
    2006-09-26
    Posts
    3,200
    Rep Power
    22

    Default Re: Common Check Point Commands (ccc)

    Quote Originally Posted by danjun View Post
    Thanks for bringing this to my attention. I improved the code and implemented a better checking routine in version 2.0
    It is working. Great job!!!!!

Similar Threads

  1. Replies: 3
    Last Post: 2016-06-10, 14:12
  2. Replies: 3
    Last Post: 2012-05-17, 20:48
  3. Common checkpoint troubleshooting commands
    By m_1607 in forum SmartView Monitor
    Replies: 0
    Last Post: 2012-02-04, 04:25
  4. Blocked FTP Commands: how to allow other commands not in list?
    By hotice_ in forum IPS Blade (Formerly SmartDefense)
    Replies: 6
    Last Post: 2010-04-25, 18:47

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •