Scanning local networks with ruby
Ruby is the programming language preferred by hackers, in this post I will show you how to do a simple ping on a local network to look for potential victims, faster than nmap. The code with which we will perform this is in the repository …
Socket Python
To start in the world of cybersecurity, to become an expert, you must take the right path. The Infosecaddicts courses will help you advance much faster and easier. In other publications, I have named many tools that you should know so that you can perform …
SILENTTRINITY
There are many tools, but, those written in python, are the ones to fall in love with, especially, SILENTTRINITY, with it, you can do several things. You will learn those in this publication, and best of all, you don’t require any previous knowledge, you just …
Public domain information (HOST, DIG, PING, TRACEROUTE, WHOIS)
Linux has very simple commands, that at the time of an attack, we can use to obtain information quickly. All domains have a lot of useful public information, which we can consult easily with the following commands. The host command allows you to search DNSs. …
Scan Ports With Metasploit.
When performing a scan, all hackers prefer NMAP, even if there are other tools out there that can do the same. In this article, we will learn to do a scan using Metasploit. Metasploit is an open-source project that helps us investigate security vulnerabilities. This …
Hashcat
Hashcat is known in the community of security experts among the fastest and most advanced password recovery and recovery tools in the world. It is open-source and has an internal rule engine, more than 200 types of Hash, an integrated benchmarking system,this known that Hashcat …