Step by Step install Kanboard (Kanban Project Management) Platform on Ubuntu 20.04 LTS

Kanboard is a free and open-source project management application. It helps to Visualize the work & manages the project goal. It allows to create multiple projects & tasks.It provides a user interface for managing the projects. There are few steps to install & configure kanboard on ubuntu: Step 1: Update the System. apt-get update Step …

Step by Step Guide to Install Osquery Framework on Ubuntu 20.04 LTS

Osquery is a free & open-source cross platform framework. It can be used to expose an operating system as a relational database. We can get information from the operating system by running SQL based queries. There are few steps to install Osquery on ubuntu: Step 1: Update the System. apt-get update Step 2: To add …

Step by Step Guide to Install Metasploit on Ubuntu 20.04 LTS

Metasploit is a free & open-source penetration testing framework. It is used for tool for discovering hidden vulnerabilities present of system. It helps to detect intrusions into their network and identify threats and vulnerabilities. Using metasploit, we can exploit vulnerabilities in various systems, networks, and software. There are few steps to install Metasploit on ubuntu: …

Step by Step to Install Firejail on Ubuntu 20.04 LTS

Firejail is a free & open source linux security SUID tool. It is used for untrusted applications securely run on system. It can be used to minimize the security issues of system. There are few steps to install firejail on ubuntu: Step 1: Update the System. apt-get update Step 2: Install the Firejail on system. …

Step by Step to Install Wireshark on Ubuntu 20.04 LTS

Wireshark is a free & open source network packet analyzer tool. It helps to capture all packet getting in or out of a network interface and shows. It supports all platform such as Linux, Windows and Mac OS. There are few steps to install wireshark on ubuntu: Step 1: Update the System. apt-get update Step …