Welcome to 2026, and welcome back to Exploit Brokers by Forgebound Research. In this packed episode, we’re covering five major cybersecurity stories — any one of which could have been its own episode. From Microsoft’s emergency patch to security professionals turning to the dark side, let’s dive in.
HN21 – Underground Market for Twitter/X Accounts; Google OAuth Backdoor for Hackers
Welcome to another captivating episode of Exploit Brokers! In this installment, we delve deep into the ever-evolving world of cybercrime and digital security. Join us as we unravel two gripping stories that shed light on the precarious nature of our online existence.
First up, we explore the dark corners of the internet where cybercriminals flood the dark web with stolen X/Twitter gold accounts. Verified accounts, belonging to celebrities and organizations, have become a lucrative target for crooks. Learn how they compromise these accounts, what they do with them, and how you can protect yourself from falling victim to these scams. #Cybercrime #DarkWeb #TwitterGoldAccounts #OnlineSecurity
Next, we tackle the concerning vulnerability in Google’s OAuth system. Password changes are often seen as a quick fix to account compromise, but malicious actors have found a way to circumvent this. Discover how an exploit allows hackers to regain access to your account even after you change your password. We break down the details and share tips on how to safeguard your online presence effectively. #GoogleSecurity #PasswordReset #OnlinePrivacy #cybersecurity #DigitalThreats #Malware #Cyberattacks #OnlineSafety
Join us as we navigate the complex web of cybercrime and digital security, arming you with the information you need to stay one step ahead of hackers and scammers. Don’t forget to hit that subscribe button and ring the notification bell to stay updated on all things cybersecurity. Your online safety is our priority! #ExploitBrokers #TechNews #CybersecurityAwareness #staysafeonline #oauth #cybercrime #hackers #hackingnews
Sources:
Stolen Twitter/X Accounts: https://www.darkreading.com/application-security/cybercriminals-flood-dark-web-x-twitter-gold-accounts
Google Password Vuln: https://www.theregister.com/2024/01/02/infostealer_google_account_exploit/
HN20 – T-Mobile’s Watchful Eye, Big Brother, and the Misconstrued Fines. The Prelude to Big Brother?
In this episode of Exploit Brokers, we delve into a recent online uproar surrounding T-Mobile and its alleged imposition of fines for text messages containing hate speech and other violations. We take a closer look at the image that sparked the controversy, which led many to fear that T-Mobile was turning into a “Big Brother” figure, constantly monitoring and fining consumers. However, as we investigate further, we find that the situation is not as dire as it initially seemed
As we dissect the details, we emphasize the importance of staying informed about evolving policies and industry practices. While there is no immediate cause for consumer alarm, it’s crucial to keep an eye on developments in the telecommunications sector to ensure that user privacy and freedom of communication are protected.
Join us as we separate fact from fiction in this intriguing story of T-Mobile, potential fines, and the evolving landscape of digital communication. Please subscribe to our podcast or YouTube channel for more thought-provoking discussions on tech and cybersecurity.
#tmobile #privacyconcerns #telecommunications #datasecurity #bigbrother #digitalprivacy #internetsecurity #onlineprivacy
HN 12 – The Dark Side of Hacking: Russian Hackers’ Infrastructural Shift and Google AI’s Fuzzing
Minecraft’s BleedingPipe Vulnerability: Breaking down the dangerous vulnerability found in popular mods and how to protect your server.
Hey Minecraft players, if you’re into modding you’re going to want to tune in. So, in an article by Malwarebytes Labs a new vulnerability known as BleedingPipe has been found. The bug allows for Remote Code Execution or RCE on both servers and clients. The bug occurs when a hacker sends a specially crafted payload to take over the server. The bug is found within the deserialization class in java that is used to exchange network packets between servers and clients. The bug has been exploited as lately as July 9th 2023. In a blog post by MMPA, it lists the vulnerable mods as those like EnderCore, Gadomancy, LogisticsPipes with versions older than 0.10.0.71 and a few other mods. MMPA has released a mod to help protect servers and clients by adding filtering on the network going to the vulnerable part of the code.
So, let’s talk first about what is happening in a bit more of a code perspective. Deserialization and serialization are ways to transfer data from one place to another. So, let’s say you have a player whose health dropped a bit. The server can send out that information by serializing a data packet and sending it out. This then requires the receiver to deserialize the packet and interpret what is needs to update or do. This is a common functionality that exists in all kinds of apps that communicate between clients, servers, and other programs. My big concern here is twofold. One is the person or company that maintains the mods. They must be aware of and have the time and effort available to fix the vulnerability. Secondly, is the maintainer of the server. The server admin and/or owner must have time and effort available as well as the insight to update the affected mods. If you know someone who maintains mods or maintains servers, then you should share my content with them so we can raise awareness. In the meantime, you can go look at the PipeBlocker mod by MMPA to help start protecting yourself sooner rather than later.
MMPA: https://blog.mmpa.info/posts/bleeding-pipe/
BlueCharlie’s Evasive Moves: Dive deep into how this Russian APT actor shifts tactics and what this means for cybersecurity
So, the APT or Advanced Persistent Threat actor BlueCharlie is attempting to evade detection by swapping their old infrastructure such as domains out for 94 new domains. BlueCharlies is a Russian espionage APT actor. They also go by “Clasito”, “COLDDRIVER”, “SEABORGIUM”, and “StarBlizzard” and have been active since 2017. They target government, defense, education, and political organizations and have also targeted Non-Government Organizations, Journalists, and think tanks. Recently, researchers began to map out BlueCharlie’s campaigns, the impact on the Russia-Ukraine war, broke down BlueCharlie’s infrastructure and attributed a specific person that is though to be leading BlueCharlie’s actions. An anonymous analyst from Recorded Future’s Insikt revaled some insight into how BlueCharlie used a tool known as Evilginx. The attackers took advantage of Evilginx ability to conduct a Man-in-The-Middle attack. The framework allows an attacker to append a legitimate looking domain url to the end of a phishing domain. So an example would be something like http://phisphingDomain[.]com/sso[.]legitimate[.]gov. where an unaware user may see the sso[.]legitimate[.]gov url and assume it’s an authentic website instead of appended to a domain controlled by the attacker. However, their new domains now appear to combine two random IT-related terms and are not currently appending legitimate urls at the end of their phishing domains. An example of their new naming structure given would be storage-gateway[.]com and no longer append a legitimate domain in efforts to appear real. The change is predicted to be because of their old infrastructure being exposed. It’s not uncommon for APT actors to change up strategy when their main strategy is exposed and is being actively looked for.
So, I’ve talked about the article but what does all this mean? An APT actor is a way to identify activities by some malicious cyber group. In this case, the APT actor is a Russian affiliated actor that is conducting hack-and-leak oriented attacks. In other words, they want to put all secrets of everyone they target out in the open. Their favorite known tool is called Evilginx, which is an open-source tool available on github. This tool is maintained by someone in the cyber security space. A lot of the popular tools used by white hat, black hat, and gray hat alike are open-source tools or commercially available. The tools can be used for good purposes, educational purposes, or evil purposes. The use ultimately falls on who is using it. There are proprietary tools and software like malware written by black hats, or Ghidra written by the NSA before it was open-sourced. The biggest takeaway is that attacks will come in all shapes and sizes and exposing an attack doesn’t completely neutralize it. It’s important to keep good security practices, keep software up to date, and minimize risk by being precautious in what you click and let run on your machines.
Blue Charlie Higher Up: https://www.nisos.com/blog/coldriver-group-report/
Infrastructure switch up: https://www.recordedfuture.com/bluecharlie-previously-tracked-as-tag-53-continues-to-deploy-new-infrastructure-in-2023
Google’s AI Bug Hunter: Learn how Google is utilizing AI to push the boundaries of vulnerability discovery
So, Google has released a security blog article titled, “AI-Powered Fuzzing: Breaking the Bug Hunting Barrier”. It’s an interesting sounding title but what does it mean? Let’s break it down.
A project by the name OSS-Fuzz was started back in 2016 and has been super important in automated vulnerability discovery for projects that are open sourced. For those who may not know Open-Source projects are projects whose authors have released the code for others to view. Different licenses let you do different things from making a copy with your own changes to different commercialization rights, but the underlying premise is people being able to see the code that runs the software. Vulnerability discovery is important because it’s the process of finding bugs that can lead to attacks against a software. Without the vulnerability discovery feedback, you could have bugs that could go unnoticed and then attacked in the wild. Now Google has been testing applying their Large Language Models or LLMs to help improve performance of OSS-Fuzz. To give further context fuzzing is the process of introducing large amounts of random, malformed, and unexpected inputs to see if crashes or bad behavior occurs.
Google has used the OSS-Fuzz service to freely support over 1,000 open sources projects and they have found and verified fixes for over 10,000 vulnerabilities. Even with these impressive numbers it’s thought that the service only covers about 30% of an open source’s project’s total code. A study referenced in the blog article suggests that the best way to increase the coverage is by adding additional places for fuzzing to test. This isn’t quite simple as it isn’t automated the way the current estimated 30% coverage is.
The blog article also states that the best way to get extra coverage is for those who maintain an open-source project is to take the time to add more fuzz targets as they are onboarded and integrate OSS-Fuzz into their infrastructure. This does take a time investment and as with any testing that is put into a program is generally a great way to improve the reliability and stability of a program. The downside is that it does require some investment to not only set the testing and fuzz targets in place but some rearchitecting of the program may be needed if the code is not easily modified for testing.
This is where the most recent innovation of LLMs can come into play.
Google created a framework to evaluate whether LLMs like Google’s Large Language Models could be prompted to add new fuzz targets and improve code coverage. Well simply put the results look extremely promising. After several rounds of prompt engineering, the process of fine-tuning prompting to get the desired outcome, they were able to add anywhere from 1.5% to 31% additional coverage to projects. This is amazing given it does not require the maintainers of the open-source project to do any code changes themselves.
Now this is only the early stages, and more research is still to come but this is exciting technology for fuzz-oriented bug hunting. As well the Google blog notes their longer-term goals which include extending support to other language ecosystems beyond C/C++ to languages like Java and Python. They also want to automate the project onboarding process to bring the barrier of entry lower for any open-source project that wishes to take advantage of OSS-Fuzz.
I know that was a lot and many non-developers may not know the full impact of this. It’s essentially leveraging AI like ChatGPT to add ways for testing to occur. The more testing can happen at scale and automatically then the more bugs can be found faster. Zero-days and Vulnerabilities are like games of cat and mouse. The fastest player wins until the other catches up. The more bugs are squashed before major attackers can take advantage the better projected targets are. The last thing anyone wants is a major bug to go unnoticed and allow a nation-state hacker group to steal millions of dollars’ worth of data.
Source: https://security.googleblog.com/2023/08/ai-powered-fuzzing-breaking-bug-hunting.html
New Mac Malware Alert: Unmasking the new variant of XLoader hiding in a productivity app
So the apple never falls far from the tree. A new variant of XLoader malware has been discovered. XLoader is a macos malware that is hiding itself as OfficeNote, a productivity app. The new version of XLoader is bundled inside an Apple disk image or .dmg file. The file uses the name OfficeNote.dmg and is signed by a developer signature MAIT JAKHU (54YDV8NU9C). The first time this malware was found was back in 2020. The malware is thought to be the new “Formbook” a keylogger and information grabber that was distributed as a Malware-as-a-service or MaaS. We’ve been seeing Malware-as-a-service appear more and more. It’s the illegal version of software-as-a-service that allows people to subscribe to useful software and webapps for their personal or business needs.
The original mac variant of XLoader was a compiled .JAR file that requires a Java runtime to be able to execute. However Apple does not ship Java Runtime Environments with Macs for quite a while now. The newest XLoader is now using C and Objective C which run natively on Macs. The disk image that the malware is bundled with was signed on July 17, 2023. It’s important to note that apple has revoked the signature and should no longer show up as a trusted signature. SentinelOne said that the multiple traces of the malware were detected on VirusTotal around July 2023. This likely indicates they were actively trying to get infections and running a large infection campaign around that time.
Researchers found advertisements for the Mac variant of the malware for $199/month or 3 months at $299. The researches noted that this is significantly more expensive than the windows version which are normally sold for $59 a month or $129 for 3 months.
The malware itself is designed to steal clipboard data and information stored in common web browser directors such as Firefox and chrome. Safari does not appear to be targeted, however. As well the malware is using sleep commands to avoid raising red flags that could lead to it being detected.
What does this all mean exactly? Well, a new Mac malware is on the loose and looking to infect someone looking for a productivity app such as a word processor. Clipboard stealing and directory data harvesting are concerning because they could be trying to steal credentials, cookies, and other data that could lead to leaking sensitive data or ways to gain access to personal or business accounts. This is especially concerning since the malware appears to create a persistent process in the Mac OS through a Launch Agent. Launch Agents are legitimate ways for developers who need persistent processes to run such as a background service for a user’s application.
Most operating systems provide ways to have something known as Daemons running. A Daemon is a background process that handles requests for an application but does not require the user to have a window up. This is useful for things like web servers and remote tools since you don’t want to leave a window open to have things running.
Keep a look out for any apps known as OfficeNote for the mac users out there. Only install software from trusted sources and always be careful what you download and what you install.
Source: https://thehackernews.com/2023/08/new-variant-of-xloader-macos-malware.html
Outro
Hey guys thank you for listening to this episode of Exploit Brokers. Please consider subscribing and clicking the bell notification to get updated when new episodes are published. As well share us with others to help us get noticed by others so we can spread awareness of the cyber threats we face today.
The digital world will continue to evolve and whether hacking news, breaches, malware, ai, or a myriad of other issues arise; Exploit Brokers will be here to help shine some light on it. While it may seem daunting, our mission is to serve as your beacon, to help lighten up the dark corners of the cyber world and be a source of knowledge for those willing to join us. Information is our strongest ally and together we form our strongest shield. Until our next episode, stay safe and keep your digital shields up.
Ethical Hacking using Python – Quick Intro
So you want to do Ethical Hacking using Python? This is a great simple intro that discusses general overview and some high level details.
The ability to code, understand programs, and craft a quick script is invaluable. The best way to make custom tools, automate parts of the hacking process, and have capabilities that can’t always be downloaded is by using scripts. In this article we will discuss ethical hacking using python as the primary scripting language of choice.
What is Ethical Hacking?
When you hear hacking the first thing that comes to mind is someone trying to steal your data. Well, hacking has it’s origins in the MIT Model Railroad Club. Hackers were originally hacking high-tech train sets in the 1960’s. They migrated from train sets to computers. Their curiosity and drive ended up sparking a huge wave of hackers and enthusiasts we see in our modern world.
Hacking can create better products than the original it came from, the best example is the UNIX operating system that was hacked and created by Dennis Ritchie and Keith Thompson. The abuse of power, hacking without permission, and committing illegal acts with hacking has given hacking a bad name. Modern black hats , the unethical hackers, are caught and sentenced to punishment.
On the other hand, for every bad guy there will be a good guy to stop them. White hats are the good guys in our good guy versus bad guy equation. Ethical hacking is now a modern skill set like programming, IT, or any technical ability. For instance, ethical hackers are employed by companies to help find and fix security flaws before the bad guys can exploit them for money or personal gain.
What is Python?
Python is an interpreted, object-oriented, general-purpose scripting language. It’s very powerful and has an immense amount of libraries and capabilities available to be. It has uses from Artificial Intelligence to Web Scraping and Hacking somewhere in between. You can use Python to build a website, build a Neural Network, Scrape websites, collect data, analyze data sets, and so much more. Python is also easy to maintain and has a large community behind it.
Furthermore, major companies like Google, Facebook, Netflix, Reddit, and Dropbox use python. It’s a great language to program anything from a quick script to a large full featured application. Python can easily process text, images, data, and can easily spin up a web server. Python is something you will encounter in countless devices and systems you are working with.
Why use Python for Ethical Hacking?
Python has so many uses because of the countless powerful libraries that the community helps create and maintain for it. If you can think of a library it probably exists in python. As well, Python is also very beginner friendly, easy to read, and brings a lot of power in a quick and easy to script package. If you ever want to do something cool besides ethical hacking then learning python enables you to switch gears much easier than many languages.
Moreover, there are many Python libraries that make scripting hacking tools easy and quick. The following are some uses and their respective libraries:
- There are great libraries for Network based tools in Python just to name a few: Pulsar, Twisted, Napalm, and Asyncio.
- The following libraries are nice for Packet manipulation: Scapy and IMPACKET.
- There are also libraries for making your own port mapping tools such as Python-Nmap which is essentially NMAP as a library form and sockets which is a way to access the networking logic.
- There are multiple cryptography libraries for working cryptography tools.
- You can make Web scrapping and data gathering tools with libraries like BeautifulSoup, Requests, and Scrapy.
Building tools and using these libraries mentioned above are just the beginning when using the massive collection of Python libraries.
Simple Example: Port Scanner
So let’s jump into a simple example of a tool you may want to script up. There are great versions of tools like this but let’s say all you have on the machine you’re working on is python.
Here is the scenario:
You’ve succesfully managed to logon to a machine but need to see what other machines may have a port open so you can send a hacking payload. You want to be able to scan a host connection and check if different ports are open. You need to build a quick port scanner because installing a tool may trigger their IDS/IPS or cause an Administrator to start looking at the machine logs to see why a normal user wants to install a port scanning tool.
Here is the code:
import socket
scanningSocket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
targetMachine = input('Select target to scan: ')
lowerRange = input('Select lower port range: ')
upperRange = input('Select upper port range: ')
def portScan(port):
try:
conn = scanningSocket.connect((targetMachine, port))
return True
except:
return False
for currentPort in range(int(lowerRange), int(upperRange)):
print('Trying port',currentPort)
if portScan(currentPort):
print('[*] TCP Port',currentPort,'open')
So let’s break down this script so you can understand what each part does.
Port Scanner Code Breakdown
We first need to import the library that will allow our program to access the low level socket logic to make connections.
import socket
Now that we have the library imported we need to make a local variable that contains a socket object that will be making the connection. For this purpose we want to make an IPV4 TCP connection.
scanningSocket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
NOTE: AF_INET specifies IPV4 and SOCK_STREAM specifies setup a stream connection which means a TCP connection
Now that we have a socket object to make connection we need to know the target and port ranges to scan.
targetMachine = input('Select target to scan: ')
lowerRange = input('Select lower port range: ')
upperRange = input('Select upper port range: ')
We now need to define a function that we can call for each port. A function will help us reduce duplicate code as much as possible. We already know the target machine so we just need to know what port the function should be trying to connect to.
def portScan(port):
We now want to try to connect to the port on the target machine. If it fails there will be an exception throws. If it succeeds then we will have a valid connection.
try:
conn = scanningSocket.connect((targetMachine, port))
return True
except:
return False
We have now defined a portScan() function we can use to call while we scan our host. We need to iterate over every port from our previously specified lower and upper range.
for currentPort in range(int(lowerRange), int(upperRange)):
Lastly, we need the logic to print out some logs, and check if the connection succeeded or not.
print('Trying port',currentPort)
if portScan(currentPort):
print('[*] TCP Port',currentPort,'open')
Ethical Hacking Using Python: Conclusion
In conclusion, Ethical Hacking is a very valuable and interesting skill set. Using python to augment that skill set makes any Ethical Hacker a much more valuable and potent Hacker. Welcome to the Cyber Security and Hacking world. Always remember to hack with permission and stay on the good side!




