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 …
Read more “Step by Step Guide to Install Osquery Framework on Ubuntu 20.04 LTS”
How to Create a Job on Jenkins
Jenkins is a free and open source automation server. Using Jenkins, we can automate the parts of software development related to building, testing, and deploying, facilitating continuous integration and continuous delivery. There are various types of jenkins jobs: Freestyle project. Maven project. Pipeline. Multibranch pipeline. External Job. Multi-configuration project. Github organization. Create a Job First …
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: …
Read more “Step by Step Guide to Install Metasploit on Ubuntu 20.04 LTS”
How to Create Pipeline Job on Jenkins
Create new jobs/Items on Jenkins First we need to install the Jenkins on system so click on link Here Once Jenkins is installed on system. Login to Jenkins server. Provide username & password. Click on Create a jobs option. Provide item/job name. Select Pipeline. Click on Ok. Provide project …
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. …
Read more “Step by Step to Install Firejail on Ubuntu 20.04 LTS”