
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
TunnlrConnector is a plugin to make connecting to the Tunnlr service easy an painless.
It requires the net::ssh v2 plugin. To install, execute
gem install --source http://gems.jamisbuck.org net-ssh
To run autoconfigure, it also requires the highline gem which is installed as part of capistrano.
Add the gem to config/development.rb
config.gem 'tunnlr_connector', :lib => false
And add the following to the end of Rakefile
begin
require 'tunnlr'
Tunnlr.load_tasks if defined?(Tunnlr)
rescue LoadError => loaderror
$stderr.puts %{Couldn't load tunnlr}
end
Add the gem to the development group of your Gemfile
gem 'tunnlr_connector', :require => "tunnlr"
That's it!
To autoconfigure, run
rake tunnlr:configure
and enter the email address and password associated with your tunnlr account.
To create a tunnel, run
rake tunnlr:start
Questions or problems? Contact support@tunnlr.com
Copyright (c) 2008 Elevated Rails, released under the MIT license
FAQs
Unknown package
We found that tunnlr_connector 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.