In this tutorial, I will explain in detail how to perform a brute force attack on a WordPress site. We will use the popular and powerful tool Hydra, which comes pre-installed on Kali Linux, and if you don’t have Kali Linux, you can download it for your operating system. Hydra is a pentesting program that […]
Author Archives: Fernando Tamez
Phishing, as its name suggests, is literally information fishing. When we talk about a cyber attack of the phishing type, it is when a hacker creates a copy or clones a website to send it to their potential victims and try to “fish” or capture the data that their victims enter on the cloned site […]
Ngrok is a service or tool that allows you to turn your local server into a server accessible via a subdomain randomly generated by ngrok, enabling you to view it from any computer with internet access worldwide. This is very useful to show progress to your clients on a website, or similarly, malicious hackers use […]
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 […]
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 […]
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 […]
Go to the official Virtual Box website: https://www.virtualbox.org/wiki/Downloads Download the one for your OS where you will install it, in this case I will use the one for Mac. Now click Next, Next, Next, Yes, Install, Finish. Now that everything is ready, open Virtual Box and click on the icon with the + sign where […]
Summarizing the answer as much as possible, an asynchronous action has a callback and the synchronous one only returns the “type” and the “payload”.
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, […]
Achieve all your goals with Habits. A true gem. A FREE app available for IOS and Android. It helps you manage and achieve your habits in an organized, rewarding, and fun way. Lately, the concept of Gamify has gained a lot of popularity. This way, you feel like you’re playing a game, but in reality, […]