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 …

Install and Configure SFTP

SFTP(Secure File Transfer Protocol) provides a secure way for file transfer between hosts. It is FTP that runs over SSH(Secure Shell). It runs on the port number which SSH is assigned to. It can be launched either through graphical or command-line. In the article we shall focus on the command-line in Cent OS. Firstly we …

Steps to Create Amazon EKS node group on Amazon web Service (AWS)

Kubernetes is an open-source service. Basically it is used for automation deployment,& containerized applications management. It is also Known as K8s. First, we can create a Amazon EKS cluster. Amazon cluster provides to create a numbers of nodes. We can create one or more nodes into a node group. Node group is a one or …

Step by Step to Install TICK Stack on Ubuntu 20.04 LTS

TICK Stack is a collection of open source components. It helps to provide a interface for storing, visualizing and monitoring time series InfluxDB database such as metrics and events. TICK stand for Telegraf, InfluxDB, Chronograf & Kapacitor. Telegraf  : It is used for collecting system metrics & send to Influxdb. InfluxDB  :It is a free …

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 …