top of page


What is Sandboxing?
Sandboxing is a security method used to isolate applications, files, or code from the rest of a system. It creates a restricted environment where software can run without being given full access to the operating system. The purpose of sandboxing is to reduce damage if an application is malicious, vulnerable, or unstable. For example, if malware runs inside a sandbox, the sandbox may prevent it from accessing personal files, modifying the system, or interacting with other appl

CyberCorks Editorial
May 212 min read


Firejail Has a GUI and You Should Be Using It
Firetools is the graphical user interface (GUI) for Firejail. While Firejail itself is commonly used through the Linux terminal, Firetools provides a simpler visual way to manage and launch sandboxed applications. Instead of remembering terminal commands every time you want to sandbox an application, Firetools allows you to interact with Firejail through a desktop interface. This makes sandboxing easier for both beginners and experienced Linux users who want a faster workflow

CyberCorks Editorial
May 132 min read


How to Install FireTools
To install Firetools, you first need to be using a Linux-based operating system. From your desktop, open the Terminal application. Inside the terminal, enter the following command: sudo apt install firejail firetools This installs both: Firejail — the sandboxing engine Firetools — the graphical interface for Firejail Press Enter after typing the command. If prompted, enter your system password. Keep in mind that Linux terminals usually do not display password characters while

CyberCorks Editorial
May 131 min read
bottom of page