
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.
1.封装在windows系统下操作word的com组件接口,让在windows下使用ruby读写word更加容易。 2.提供一个命令行工具,wpsword , 1.使用该工具批量产生和删除word文档。 2.批量读写word文档
Add this line to your application's Gemfile:
gem 'word_handler'
And then execute:
$ bundle
Or install it yourself as:
$ gem install word_handler
1.在ruby脚本中使用 require "word_handler"
word = WPS::Word.new()
word.givedoc("xhb_doc", "D:\xhb_doc") word.givedoc("cry_doc", "D:\cyr_doc")
word.msg("xhb_doc", "hello, here is my msg 1") word.msg("cry_doc", "hello, here is my msg 111") word.msg("xhb_doc", "hello, here is my msg 2") word.msg("cry_doc", "hello, here is my msg 222")
word.closedoc("xhb_doc") word.closedoc("cry_doc")
word.close
2.命令行方式使用
wpsword -v -f "D:\1.wps" -m "here is my first msg from commond line"
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that word_handler 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.