tintinweb

Results 45 comments of tintinweb

hi @gsalzer, as mentioned in #16 this functionality is not yet fit for use and is currently based on information from the static analysis run. disabling it (`-S`) makes it...

Hi @gsalzer, atm this is by intention as the ABI guessing code is quite experimental and not yet prepared to work without an address (it is basically checking an online...

hey @nirum, I am thinking about using your lib to print tables on a windows application and I am encountering the same problem. any update here?

Hi @rbo-ktw, would you be able to provide a PR fixing the issue? thanks, tin

Hi @rbo-ktw, fork to your github. checkout a new branch (`git checkout -b fix/setup_wheel`), commit changes, push to your github account and click the "create pull request" button that appears...

Hi @skllrn, thanks for raising this issue. I haven't yet looked into this but would you be able to provide a PR fixing this? cheers, tin

Hi @hsl123, The certificate status handshake message is **not yet implemented**. See [ssl_tls.py ](https://github.com/tintinweb/scapy-ssl_tls/blob/master/scapy_ssl_tls/ssl_tls.py#L1564) for a list of implemented layers. However, it should be straight forward to implement it so...

actually thats a pretty handy extension adding support for [NSS Key Log Format](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Key_Log_Format) logfiles (generic to NSS based applications). Since a sessionctx describes one specific session, would it make sense...

https://github.com/tintinweb/scapy-ssl_tls/commit/3b7d12076bb19346d4ef4eecf8ab04dad5c4a666 **untested** is more or less a braindump of the keystore I had in mind. It is implemented on top of @ALSchwalm changes (thx!). - `TLSKeyStore` is a cookie jar...

Hi, would be great to come up with a list of issues that prevent `scapy-ssl_tls` from being py3 compatible. Afaik, some of the issues fixed in the branch mentioned by...