| 0 comments ]

Smart SPLAT is a freeware software developed by Çağdaş Ulucan to troubleshoot Checkpoint firewall issues and perform management tasks.

Our software
periodically checks for an update and when a new release is published, updates itself via the SmartSPLAT web site.

SmartSPLAT lets you connect to your firewall via secure channel SSH

Critical commands like cpstop, kill, reboot and etc. deleting a license or similar commands that can cause your firewall not to function properly are colored red protected by checkboxes and shows confirmation dialogs.

In this project we have used an ssh Library based on the Poderosa project.
For file transfer operations,SmartSPLAT uses putty pscp.exe, to work with SCP /etc/scpusers/ file should be modified.
Smart SPLAT has a script named preparescp. It checks if user exists at /etc/scpusers/ if not, adds a line for it.

# more preparescp
grep admin /etc/scpusers
if [ "$?" -ne "0" ];
then
echo admin >> /etc/scpusers
else
exit 1
fi
#

Record options, allows you to record everything you type in shells, “Linux ‘# script’ command”
 
Thank you very much for your interest. SmartSPLAT users are growing world wide.

0 comments

Post a Comment