Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
This creates a simple website to go with your discord.py bot on https://replit.com so it can be kept alive.
Run in shell:
poetry add dis-uniter
Store your bot token in a secret called DISCORD_TOKEN
. Secrets are accessed through the lock icon on the left on desktop, and commands tab at the bottom > secrets on mobile.
from discord.ext import commands
from disuniter import keepAlive
bot = commands.Bot()
# normal bot code here...
keepAlive(bot)
Wait, where's the bot.run
?? The keepAlive
function does that for you
I am keeping Discord bots alive. Discord = disagreement. I am dis-uniting by keeping disagreements alive.
FAQs
Keep your discord bot alive on replit
We found that dis-uniter demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.