
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.
@huyafed/rsync-deployer
Advanced tools
Usage: rsync-deployer [options] <src> <dest>
Options:
--user <user> rsync username
--password <password> rsync password
--port <port> rsync port (default: 8730)
--module <module> rsync module
--ip-list <ipList> server ip address list, comma separate
-h, --help display help for command
├── projects
│ ├── hd
│ │ ├── projectA
│ │ ├── projectB
│ │ ├── projectC
如果以上的 demo 表示 svn 目录的话, 看上去项目 projectA 的 rsync dest 目录是 /projects/hd/projectA
, 其实并不一定. 原因是:
现在运维提供的 rsync 权限是基于账号的, 而每个账号都有自己的根目录. 假设 prjectA 项目的 rsync 账号是 accountA, 那账号 accountA 的根目录和 projectA 的 rsync dest 路径的关系如下:
/
, 那 rsync dest 是 /projects/hd/projectA
/projects
, 那 rsync dest 是 /hd/projectA
/projects/hd/projectA
, 那 rsync dest 是 /
所以填对 rsync dest 的前提是了解 rsync 账号的信息. 该信息可以:
FAQs
- 依赖 rsync - 依赖 node
The npm package @huyafed/rsync-deployer receives a total of 0 weekly downloads. As such, @huyafed/rsync-deployer popularity was classified as not popular.
We found that @huyafed/rsync-deployer 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.