Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
- Download jishaku
pip install -U "jishaku @ git+https://github.com/Gorialis/jishaku@master"
jejudo is an extension for bot developers that enables rapid prototyping, experimentation, and debugging of features for bots.
One of jejudo's core philosophies is to be dynamic and easy-to-use. Here's the two step install:
- Download jejudo on the command line using pip:
pip install -U jejudo
- Load the extension in your bot code before it runs:
bot.load_extension('jejudo') # or await bot.load_extension('jejudo')
That's it!
You can also import the module to use the command development utilities.
>
The Python commands execute or evaluate Python code passed into them.
It supports simple expressions:
|
_ctx | The Context that invoked the command. |
_bot | The running Bot instance. |
_author _channel _guild _me _message _msg |
Shortcuts for attributes on _ctx .
|
_find _get |
Shortcuts for discord.utils functions.
|
jejudo_NO_UNDERSCORE
environment variable to true
.
>
The shell command executes commands within your system shell.
|
>
|
FAQs
discord is py-cord bot debug tools
We found that jejudo 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.