Hey Folks, today we have brought a tool that will help in gathering and extracting information, encoding / decoding and cracking. RedRabbit is a PowerShell script aimed at helping pentesters conduct ethical hacking and at the same time it can be used for red team operation. The aim is to highlight just how Powerful PowerShell is and how it can be used against you (Ethically).
Letβs take a look π !!
We think most of the people would be well aware of the powershell prompt as it works like CMD prompt. We need to run it with administrative privileges.
So we will use the βWebClientβ service to download and run this tool directly at the PowerShell prompt.
iex(New-Object Net.WebClient).DownloadString("https://raw.githubusercontent.com/securethelogs/RedRabbit/master/RedRabbit.ps1")
COOL π !! As you can see how easily we have setup this tool in our windows machine. After that type βhβ on the terminal of this tool and all the features will be in front of you.
Letβs choose the first option and check if it works.
Works π !! As soon as we select the first option, it dumps all the details related to administrator, system, directory and network.
Also it gives us information related to firewall rules and smb share service.
This option of this tool works like the nmap tool of kali linux because we can get the details of open ports of all the available hosts in a network.
If you want to get the information of network file sharing protocol (SMB), you can choose the third option.
Results π !! If a host is vulnerable or the tool are able to communicate with it then it will dump all the data available there to the terminal.
You can dump all the saved credentials in the system using the following option of this tool.
Nice π !! As you can see we got all the saved wireless keys.
Encoding and decoding is the most important part in the ethical hacking and red team that you can also do through this tool.
To obtain the systemβs reverse shell, you need to enter the IP address and port number of the kali linux where the netcat listener is placed.
Aamazing π !! As soon as you enter the IP address and port, the attacker will get complete control of the target machine.
In addition, you can hunt some usernames with this tool.
End π !! We have marked only the important feature of this tool because it has too many features that we cannot cover in a single article.
A keen learner and passionate IT student. He has done Web designing, CCNA, RedHat, Ethical hacking, Network & web penetration testing. Currently, he is completing his graduation and learning about Red teaming, CTF challenges & Blue teaming.
The gau (Get All URLs) tool is a versatile open-source utility that collects URLs from…
Jsluice++ is a Burp Suite extension designed for passive and active scanning of JavaScript traffic…
Hey Folks :) !! In this tutorial, we will describe some of the techniques commonly…
Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…
Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…
Hey Folks, we are back today after such a long break, but don't worry we…
This website uses cookies.