Step By Step Guide to Use Encrypted Password in a Bash Script

Hello, Here we are discussing how to encrypt or decrypt the password & to use encrypted password in a bash script. Using Encryption method, we can converting normal message/plaintext into meaningless message/Ciphertext whereas decryption is the process of converting meaningless message/Ciphertext into its original form/Plaintext. We are using encrypted password in a bash script using …

4 Simple Ways to Install Katoolin on Ubuntu 20.04 LTS

Katoolin is a Python script. It allows to install the kali linux tools. Using Katoolin, we can install network security and penetration tools at once or manually one by one. There are few steps to install katoolin & kali linux tool using Katoolin on system. Step 1: Update the System apt-get update Step 2: Install …

How to Install nftables on Ubuntu 20.04 LTS

Nftables is a free & open source command line utility. It is easy to use and combines all tools of the IPtables framework such as iptables, ip6tables, arptables, etc. We can easily to create table,chain & add the rules with TCP port numbers. It helps to improved error reporting & reduction in code replication. There …

Step by Step to install TCPdump (Capture Packets) on Ubuntu 20.04 LTS

TCPdump is a free & open-source packet analyzer tool & command-line utility. It is used for capturing the packets & inspect the network traffic going to & from our system. It is basic used for troubleshooting network issues & security testing. We can capture Non-TCP traffic such as UDP, ARP or ICMP. There are some …

Step by Step Guide to Install OSSEC HIDS on Ubuntu 20.04 LTS

OSSEC is a free & open source host-based intrusion detection tool. It runs on Linux, OpenBSD, Solaris, FreeBSD, Windows, and other systems. It works in a server or client model. It is used for log analysis, policy monitoring, file integrity checking, real-time alerting, rootkit detection and active response. There are few steps to install OSSEC …