w-devin
w-devin
https://github.com/alexmgr/tinyec tinyec, no to_bytes, from_bytes, ec2osp, osp2ec in tinyec/ec.py emmmmmmmmm?
> https://github.com/alxchk/tinyec/ thanks
> I have tried uninstall and install again tinyec, and don't work... any ideas? the tinyec in this rep is https://github.com/alxchk/tinyec/, not the version installed by pip
现在看来, 两种规则应该是与的关系? 哈哈哈, 竟然已经过去一年了。 我这边的指纹库其实也已经建设的挺好了。 感谢回复
> 我也跟师傅一样, 写这类功能容易遇到奇奇怪怪的问题, hhhh frp也用到了yamux, 导致frp的通信流量留有通信特征, 师傅哪天在项目里用到了的话, 需要留意一下。 具体特征的话,师傅用fofa搜索app='frp' 就知道是什么了
> frp特征是yamux的特征吗?我看fofa上是`\x00\x01\x00\x02\x00\x00\x00\x01\x00\x00\x00\x00`的序列。我印象里是frp在client回连的时候会用json格式通信,里面的字段特征拉满 这个序列是frpc发出登录请求后, server的第一个回包的特征, 是yamux产生的。 无论frps/c是否启用加密都会有这个流量上的特征。 json格式的通信, 则是可以通过tls_enable消除的
> What your kyanos version. I tested with 1.4.3, it can capture client side https request. (server side can't be captured though) latest version, download from github release page ```bash...
> Please execute this command: ldd `which curl`, provide output here. ```bash └─$ which curl /usr/bin/curl ```
> Please execute this command:`ldd $(which curl)`, provide output here. ```bash └─$ ldd $(which curl) linux-vdso.so.1 (0x00007f33b7ead000) libcurl-gnutls.so.4 => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4 (0x00007f33b7d63000) libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f33b7d44000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f33b7b59000) libnghttp3.so.9...
> Oh, i know, your curl use gnutls , currently kyanos only support openssl and gotls. Is there any plan for Kyanos to support GnuTLS?