
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
github.com/ch3n4y/flutter_ssl_hook_finder
Advanced tools
这是一个用于分析Android Flutter应用中libflutter.so库文件的工具,主要用于查找与SSL相关的函数引用,便于进行网络安全分析和调试。
sudo apt install radare2brew install radare2仓库中包含的 libflutter.so 是一个用于测试的示例SO文件。这是从实际的Flutter应用中提取的共享库文件,您可以用它来测试本工具的功能。
注意: 此示例文件仅用于教育和测试目的,请勿用于其他用途。
如果您已经安装了Go环境,可以直接使用以下命令安装:
go get github.com/ch3n4y/flutter_ssl_hook_finder
安装完成后,您可以直接运行:
flutter_ssl_hook_finder path/to/libflutter.so [可选搜索字符串]
从GitHub Releases下载适合您平台的预编译二进制文件。
# 克隆仓库
git clone https://github.com/ch3n4y/flutter_ssl_hook_finder.git
cd flutter_ssl_hook_finder
# 编译
go build
# 运行
./flutter_ssl_hook_finder path/to/libflutter.so [可选搜索字符串]
# 使用默认搜索字符串 "ssl_client"
./flutter_ssl_hook_finder path/to/libflutter.so
# 使用自定义搜索字符串
./flutter_ssl_hook_finder path/to/libflutter.so "custom_ssl_string"
# 使用仓库中提供的示例SO文件
./flutter_ssl_hook_finder ./libflutter.so
{
"file_name": "libflutter.so",
"search_string": "ssl_client",
"success": true,
"functions": [
{
"index": 1,
"address": "0x123456",
"name": "fcn.123456"
},
{
"index": 2,
"address": "0x789abc",
"name": "fcn.789abc"
}
]
}
file_name: 分析的文件名search_string: 搜索的字符串success: 是否成功找到引用functions: 找到的函数列表
index: 函数索引address: 函数地址name: 函数名称error: 如果分析失败,这里会包含错误信息debug/elf库打开并解析ELF文件(Android的SO文件是ELF格式)axt命令查找对这些字符串的交叉引用本项目采用 MIT 许可证。
MIT License
Copyright (c) 2025 ch3n4y
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
欢迎提交问题和PR!
FAQs
Unknown package
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
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.