
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Put.io download script! The easiest way to have all all your put.io files locally.
For now the script only supports download the content from your account and keep it locally.
Put.io fetcher uses the official Put.io API v2. Use this tool for legal purposes only. You are the only one responsible for what you are downloading from your put.io account, ensuring that your download does not infringe any legal or copyright constraints. Put.io Fetcher or the script author will not take responsibility for any of your downloading acts.
Install ruby 2.6.0+
Create an "application" here and note down the TOKEN: https://put.io/v2/oauth2/applications
Download the script code from githug or via wget command below:
wget https://raw.githubusercontent.com/rafaelbiriba/putio-fetcher/master/putio-fetcher.rb
ruby putio-fetcher.rb -h
Usage: putio-fetcher [options]
-t, --token TOKEN Put.io access token [REQUIRED]
-d, --destination DESTINATION Destination path [REQUIRED]
-v, --verbose Show messages and progress bar
--debug Debug mode [Developer mode]
PUTIO_TOKEN
env variable with your token (Can be inline or into your bash profile). Check examples below.Examples:
ruby putio-fetcher.rb -t 123 -d Downloads
ruby putio-fetcher.rb -d Downloads --token 123
With Token variable (inline or exporting):
PUTIO_TOKEN=123 ruby putio-fetcher.rb -d Downloads
export PUTIO_TOKEN=123
ruby putio-fetcher.rb -d Downloads
Examples:
ruby putio-fetcher.rb -h
ruby putio-fetcher.rb -t 123 -d Downloads --verbose
ruby putio-fetcher.rb -t 123 -d Downloads -v
ruby putio-fetcher.rb --destination Downloads -t 123 --debug
Verbose output example:
[LOG][2019-07-18 11:11:30] Getting files for Downloads
[LOG][2019-07-18 11:11:31] Getting files for Downloads/ubuntu-18.04.2-desktop-amd64.iso
[LOG][2019-07-18 11:11:31] Downloading: Downloads/ubuntu-18.04.2-desktop-amd64.iso
######################################################################## 100.0%
If you token is invalid, the script will stop with 401
error message.
FAQs
Unknown package
We found that putio_fetcher demonstrated a not healthy version release cadence and project activity because the last version was released 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.