GithubHelp home page GithubHelp logo

ssh加解密教程 about ecapture HOT 4 CLOSED

sun363587351 avatar sun363587351 commented on May 27, 2024
ssh加解密教程

from ecapture.

Comments (4)

blaisewang avatar blaisewang commented on May 27, 2024

根据 Wireshark WIKI:https://wiki.wireshark.org/SSH

Unlike the TLS dissector, no code has been written to decrypt encrypted SSH packets/payload (yet). This is also not possible unless the shared secret (from the Diffie-Hellman key exchange) is extracted from the SSH server or client (see, as an example of a mechanism to extract internal information of that sort, the "SSLKEYLOGFILE" method in TLS). Work on SSH2 decryption is tracked at https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16054

from ecapture.

cfc4n avatar cfc4n commented on May 27, 2024

ping @sun363587351 ???

from ecapture.

blaisewang avatar blaisewang commented on May 27, 2024

这篇文章似乎是一个可行的方案:https://blog.fox-it.com/2020/11/11/decrypting-openssh-sessions-for-fun-and-profit/

ecap 如果想要支持 ssh 协议,需要像文中一样获取 session key(我没有找到合适的 hook 点),写自定义的 parser 来解析 ssh packet,PR Welcome。

from ecapture.

cfc4n avatar cfc4n commented on May 27, 2024

我觉得“SSH的密钥捕获”这需求不是一个常规的分析调试需求,有点偏向后门类需求,eCapture暂时无这类规划。

如果贴主是研究技术的话,可以通过楼上同学给的资料,自己分析学习一下。

from ecapture.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.