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.
Copy files to a Vagrant guest via SCP.
You need to install the plugin, like so
vagrant plugin install vagrant-scp
If you have just a single Vagrant guest, you can copy files over like this:
vagrant scp <some_local_file_or_dir> <somewhere_on_the_vm>
If you have multiple VMs, you can specify it.
vagrant scp <some_local_file_or_dir> [vm_name]:<somewhere_on_the_vm>
Copying files out of the guest works in the same fashion
vagrant scp [vm_name]:<somewhere_on_the_vm> <some_local_file_or_dir>
If source is a directory it will be copied recursively.
If you have just one guest, you can copy files to it like this:
vagrant scp file_on_host.txt :file_on_vm.txt
And from the guest like this:
vagrant scp :file_on_vm.txt file_on_host.txt
We require Vagrant v1.7 or newer. If you are running older version (check with vagrant --version
), install recent version directly from vendor site.
FAQs
Unknown package
We found that vagrant-scp-sync 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.