User
Write something
Pinned
For the people who don't like Discord Bot RAT's
I started coding with VB.Net almost 18 years ago - by that I'm surely a lot older than the rest in here. I usually don't deal with that stuff, especially the low quality crap floating around for free - or even worse being sold out there. A thing I've recently found was a RAT, that is NOT controlled by a panel, instead the actor is using a discord bot and monitoring the connection with slash commands. I'm not one of those active discord users, anyways I knew enough about their API to "exploit" the bot and abuse the fact that they use discord. The Idea: Reverse engineering the Bot token such as the actor's server id out of the malicious executable and abusing the bot In the first picture you can already see the bot token and Server-ID. As imagined, the developers didn't put much afford into protecting it so this got no security at all. And that's already enough information, time to think about a second step. You can of course spam the bot, but it's more funny to make the bot invite us to the server. My python skills are really bad, but the script works: import discord from discord.ext import commands intents = discord.Intents.default() bot = commands.Bot(command_prefix='!', intents=intents) @bot.event async def on_ready(): print(f'{bot.user} connected') server = bot.get_guild(int('')) invite_link = await server.text_channels[0].create_invite(max_age=0) print(f'{invite_link}') bot.run('') If there are any issues feel free to ask for help, someone will possibly help you They ended up banning me, but don't forget, since the discord bot is creating a channel for every victim it got administrator permissions which are enough to make a script that unbans you import discord from discord.ext import commands intents = discord.Intents.default() bot = commands.Bot(command_prefix='!', intents=intents) @bot.event async def on_ready(): print(f'{bot.user} connected')
20
27
New comment 17d ago
Pinned
📜 Community Rules 📜
1. No Spamming Posts 2. No Slurs 3. No Harassing Other Members 4. No Hacking 5. No Sending Malicious Files/Links 6. No Promo Failure To Abide By These Rules Will Result In a Instant Ban
39
15
New comment 1d ago
Mw3 cheats
Anyone know how to make a mw3 cheat rebrand/panel if you search it up on YouTube it shows how it looks if anyone can make one pls lmk thanks.
0
3
New comment 41m ago
is this safe https://github.com/ChildrenOfYahweh/Kematian-Stealer
anyone know if this is safe https://github.com/ChildrenOfYahweh/Kematian-Stealer
0
2
New comment 59m ago
Getting into devices through wi-fi. (example: Mc'donalds free wi-fi.)
I would like to get more information on this, if anybody wants to inform here you can. 1.) I think this "might" be the easiest way to get into someone's data/device. But there must be limitations? 2.) Where would I start? (possibly without having to do the coding.) 3.) How would it be possible without them knowing? 4.) Could the device be controlled from your own device? 5.) How long would it last until you were to get kicked off their device? (Like if they were to disconnect from the wi-fi?) 6.) How can you be safe if you were the victim in question? If you can addon any questions I did not ask. Links would be appreciated. Thank you.
3
6
New comment 1h ago
1-30 of 399
Public group
community of guys interested in hacking
Leaderboard (30-day)
powered by