
Research
/Security News
11 Malicious NuGet Tools Pose as Game Cheats to Drop a Windows Host-Surveillance Payload
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.
tiny-application-layer-protocol
Advanced tools
实现自己的应用层协议和解析器,可以使用于tcp,udp、unix域之上。
module.exports = {
FSM,
packet,
seq,// 生成数据包的序列号函数
};
FSM
解析协议的状态机
const fsm = new FSM({cb: function() {}})
cb是解析到一个数据包的时候执行的回调,把字节流交给fsm.run函数处理即可
packet
封包函数packet(string, seq);seq可以不传,默认生成
seq
生成数据包的序列号,用于关联请求和响应
node server.js
node client.js
node delayClient.js
FAQs
实现自己的应用层协议和解析器,可以使用于tcp,udp、unix域之上。
The npm package tiny-application-layer-protocol receives a total of 1 weekly downloads. As such, tiny-application-layer-protocol popularity was classified as not popular.
We found that tiny-application-layer-protocol 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
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.