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.
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.
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.