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.
Cloudfile can upload and download (large) files to the original position.
pip install cloudfile
python -m cloudfile enable_google_api
This will install the Google Client Library and open https://developers.google.com/drive/api/v3/quickstart/python
On site, click on Enable the Drive API
to make an API key. Save the file in the root directory as credentials.json
.
python -m cloudfile enable_google_drive
This will make you sign in to your google account.
python -m cloudfile restore
This will restore the keys with the corresponding urls in cloudfile.json
. Add --hard=True
to download all file even if they already exist.
python -m cloudfile restore_file file
This will restore the specified file from the corresponding urls in cloudfile.json
. Add --hard=True
to download all file even if they already exist.
python -m cloudfile add folder
Uplouds file or the content of the folder to google drive and adds the link to cloudfile.json
.
python -m cloudfile add_file file
Uploud the file to google drive and adds the link to cloudfile.json
. The files will be called cloudfile_{filename}
and by default will be accessible to anyone who has the link.
python -m cloudfile add_link file url
Add a file to cloudfile.json
the location should be file
and link
is the download location. Please ensure it's the actual file not the share page.
You can use: https://syncwithtech.blogspot.com/p/direct-download-link-generator.html to convert a link to the actual file.
Note when using this option enclose with "". Your shell will otherwise mess up the input if there are strainge tokens in there (e.g. ?).
python -m cloudfile del_link file
Delete a link from cloudfile.json
python -m cloudfile download file
Download the file even if the file already exists.
cloudfile
FAQs
Upload and restore large files in the intented location.
We found that cloudfile 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.