How to Securing Linux system
In this article we shall focus on simple ways to make Linux systems more secure, from attackers point of view. Disabling ports All the unused ports need to be disabled. Ports such as 80/http, 22/ssh, 21/ftp if they are not in use. In Kali Linux all ports are disabled by default on boot. To disable …
Step by Step to Setup Monitorix Monitoring Tool on Ubuntu 20.04 LTS
Monitorix is a free & open-source monitoring tool. It is used for collecting the system data and using a interface to display the information. It shows the data in graphs format. Using Monitorix, we can collect system performance,network performance and file system performance information. There are few steps to setup Monitorix on ubuntu: Step 1: …
Read more “Step by Step to Setup Monitorix Monitoring Tool on Ubuntu 20.04 LTS”
Step by Step Procedure to Embed Payload to Android App
In this article we focus on two major ways to embed msfvenom payloads to android apps for penetration testing and ethical hacking. Msfvenom is a payload generator and encoder. It replaced both msfencode and msfpayload, taking both into one package msfvenom. To see options and syntax of msfvenom use man msfvenom or msfvenom -h. We …
Read more “Step by Step Procedure to Embed Payload to Android App”
11 Steps to Setup Apache Kafka on Ubuntu 20.04 LTS
Apache Kafka is a free & open-source software platform developed by the Apache Software Foundation. It is written in Scala and Java .It helps to provide a unified, high-throughput, low-latency platform for handling real-time data feeds. It is used for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications. There are few steps to …
Read more “11 Steps to Setup Apache Kafka on Ubuntu 20.04 LTS”
Steps to Install RabbitMQ on Ubuntu 20.04
RabbitMQ is a free & open-source message-broker software. It provides a platform to send and receive messages & supports multiple messaging protocols. It is also known as queue manager. There are some steps to install RabbitMQ on ubuntu: Step 1: Update the System. apt-get update Step 2: Add repo & import the key. echo ‘deb …
