Hello, using Nmap with the -sV option, I found several vulnerabilities. In this post, I will exploit Unreal IRCd.
First, I used SearchSploit to find potential exploits. In this case, SearchSploit found four possible exploits, but I am specifically interested in the one that can be executed through the Metasploit Framework.
Therefore I start Metasploit Framework and search for UnrealIRCd.
According to the information provided, this exploit likely only works on Unreal IRCD up to version 3.2.81. However, I don't know which version of Unreal IRCD is running on the target system. So, I'll try it first, and if it fails, I'll look for another option.
I change the payload from automatic to cmd/unix/reverse.
The exploit was successful; it opened a shell, and I could access the target's system.