
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
= Nyoibo
A websocket file uploader with progressbar module.
== Features
=== Any frameworks You can use Rails or Sinatra and so on, especially this contains rails generator.
== Install(gem) $ gem install nyoibo
== Install(bundler) Put this line in your Gemfile: gem 'nyoibo'
Then bundle: $ bundle install
== Usage(Rails 3.1) ==== Generate config and coffee-script files $ rails g nyoibo:install
=== View
<%= ws_form_for(@post) do |f| %>
file: <%= f.file_field :photo, :size => 40 %>
comment: <%= f.text_field :comment, :size => 40 %>
<%= f.submit 'upload' %>
<% end %>
=== Write callback on Controlller class SomeController < ApplicationController before_upload "/" do |params| if params["confirm"] == false return false # Not to start uploading if return false. end end
after_upload "/" do |params, binary|
File.open("/tmp/#{params['filename']}", "wb:binary") do |f|
f.write(binary)
end
end
end
== Usage(Sinatra) See test/example.rb
== Questions, Feedback
Message me on Github (yalab) or Twitter (@yalab)
== Licence MIT-LICENSE
== Copyright Copyright (c) 2011 Atsushi Yoshida(yalab).
FAQs
Unknown package
We found that nyoibo 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.