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.
Shows file progress and total progress as a progress bar.
Run rsync with -P and pipe into this program. Example::
rsync -P -avz user@host:/onefolder otherfolder/ | rsync-progress.py
It will show something like this::
65%|30652/117251|################ |ETA: 0:04:20|File:100%|Illustris-3/...68/gas2_subhalo_5885.hdf5|0:00:00|156.48kB/s
^ File progress
^ File name ^ ETA ^ Speed
^ Overall progress bar ^ and ETA
^ total number of files
^ files to be checked
^ Overall progress
You need the progressbar-latest package installed (see PyPI).
::
$ pip install rsync-progress
Contributions are welcome. Please open an issue or a pull request.
License: MIT
FAQs
Shows rsync file progress and total progress as a progress bar.
We found that rsync-progress 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.