How to Configure SSH with Jenkins

Jenkins is a Free & open-source devops tools & used for CI/CD automation application. It is written in Java language. Jenkins provides SSH plugins such as ssh, ssh agent & publish over ssh. Using ssh plugins we can configure ssh with jenkins. We needs a private key to configure ssh with jenkins. Install SSH plugins on …

Step by Step Guide to Install NIKTO on Ubuntu 20.04 LTS

NIKTO is a free & open source vulnerability scanner tool. It helps to scan the web servers, outdated server applications and other problems. It performs more than 6700 tests against a website. It is used to test a website, web-server & domain-name for known security vulnerabilities and mis-configurations of files, programs and servers. There are …

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 …

Step by Step Guide to install Maltrail on ubuntu 20.04 LTS

Maltrail is a free & open source traffic detection system. It is used for malicious traffic detection. It helps to discover unknown threats. We can monitor unknown threats by using web-interface. It provides three components; Sensor: It is used for monitors traffic for threats. Server: It provides web interface for detected malicious traffic. Client: It …

How to Install Helm Kubernetes Package Manager on Ubuntu 20.04

Kubernetes supports Helm package manager. Helm is used for find, share & use application which is built for Kubernetes. It provides help to manage Kubernetes application. Now we will discuss about a helm’s few terminologies: Helm Chart: It is used for contain Information of an application which are deployed/released/installed on a Kubernetes cluster. Helm Release: …