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 …
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 …
Read more “Step by Step Guide to Install NIKTO on Ubuntu 20.04 LTS”
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 …
Read more “Step by Step to Install Wireshark on Ubuntu 20.04 LTS”