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.
Task scheduler for open source mirror site (initially for https://mirror.bjtu.edu.cn)
Mirror
is an open source python application for mirror site (e.g. mirror.bjtu.edu.cn) to sync files from upstreams (it uses rsync internally), it actually works like a cron, but still has some differences. It has been served for mirror.bjtu.edu.cn with more than 40 rsync tasks.
You are welcome to send comments, patches and any others to github or to @idealities.
Homepage: https://mirror.bjtu.edu.cn
For contributors and past developers see: AUTHORS
You can install mirror
by running pip:
$ sudo pip install mirror
Or if you want to build and install from source:
$ python setup.py build
$ sudo python setup.py install
After that, you are going to set up environment, you are encouraged to add a specific user to run mirrord
, here we suppose the username is mirror
and its home directory is /home/mirror
.
Make necessary directories:
$ sudo chown mirror:mirror /var/log/mirrord /var/log/rsync
$ sudo mkdir /etc/mirror
$ sudo cp config/mirror.ini /etc/mirror/
Now you can edit mirror.ini to fit your needs and run:
$ mirrord
and that's done. Also you can use man mirrord
or mirrord -h
to read the documents.
If mirrord
is running, you can run:
$ mirrord -t
to show the current task queue.
Email: idealities@gmail.com
FAQs
Task scheduler for open source mirror site (initially for https://mirror.bjtu.edu.cn)
We found that mirror 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.