
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
A scheduler for docker containers, made easy. Configure the desired schedule per each container and the library ensures the container will be running at the correct timing.
To start the scheduler, run the command below
.. code-block:: python
import container_scheduler
schedules = [
{"container": "container_name_1", "crontab": "*/1 * * * *"},
{"container": "container_name_2", "crontab": "0 4 * * *"}
]
container_scheduler.start(schedules)
The function start
is synchronous and will not return until the scheduler is running. To stop it gracefully,
you can send a SIGTERM
or a SIGKILL
signal.
The library was originally developed to work in a docker container, acting as a scheduler container for other
containers (take a look at docker-container-scheduler <https://github.com/yusefmaali/docker-container-scheduler>
_)
Yusef Maali - contact@yusefmaali.net
The scheduling is executed by the schedule-cronjob <https://github.com/yusefmaali/schedule-cronjob>
_ library, a fork of the
excellent schedule <https://github.com/dbader/schedule>
_ from Daniel Bader.
Distributed under the MIT license. See LICENSE.txt <https://github.com/yusefmaali/container-scheduler/blob/master/LICENSE.txt>
_ for more information.
FAQs
A scheduler for docker containers, made easy
We found that container-scheduler 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.