Author Archives: Fernando Tamez

What is Setoolkit?

Setoolkit or SET is an open-source framework for performing pentesting focused on Social Engineering attacks. Social engineering is the art of obtaining information from users through manipulating people. Therefore, in every security audit of companies, it is extremely important to audit the weakest point in cybersecurity within companies: the employees. The company Trusted Sec developed […]

Ngrok + Setoolkit Kali Linux 2020 – Phishing Attack

In this tutorial, I’m going to explain how to do phishing. But before that, I will explain the following: What is Phishing in cybersecurity?: https://www.nubetia.com/que-es-phishing/ What is Ngrok and how to install it?: https://www.nubetia.com/que-es-ngrok/ What is Setoolkit?: https://www.nubetia.com/que-es-setoolkit/ Now that we know what phishing, ngrok, and setoolkit are, we will proceed to perform a phishing attack on […]

How to Install Kali Linux on Mac 2020

First of all, we need to make sure that Virtual Box for Mac is installed, which you can download at the following link: https://www.virtualbox.org/wiki/Downloads Go to the following link: https://www.offensive-security.com/kali-linux-vm-vmware-virtualbox-image-download/#1572305786534-030ce714-cc3b Download Kali Linux for Virtual Box; I select the 64-bit version because that corresponds to my machine. Once downloaded, open the file and click on […]

How Do I Take a Piece of My Status to Print It Somewhere?

useSelector is used to obtain information from the state. const state = useSelector(state => state); The code snippet above basically makes the useSelector hook convert the state into an object that can be accessed with the variable that holds useSelector, in this case, “state”. One idea is that you can destructure the state, for example, […]