GithubHelp home page GithubHelp logo

Comments (5)

alexmgr avatar alexmgr commented on May 28, 2024

Hi Chaitanya,

Thanks for reporting this. Some assumptions where made in the import statement. It should be fixed in master with commit 8c9be76. Could you clone master and give it a try?

from scapy-ssl_tls.

ch4174nya avatar ch4174nya commented on May 28, 2024

I had installed scapy-ssl_tls with pip, and had cloned the repo's examples directory as a reference/tutorial. As you mentioned above, I tried the recent version of the python file and it still gives the same error. Will I have to reinstall scapy-ssl_tls, and from source this time?

from scapy-ssl_tls.

alexmgr avatar alexmgr commented on May 28, 2024

Ah, I may get what's happening. You may have an outdated version of scapy-ssl_tls installed through pip. Could you try and upgrade it? I believe that should fix your issue.
Otherwise yes, you will have to do a git clone https://github.com/tintinweb/scapy-ssl_tls and run the examples from there.
Currently you may be running the examples against an older version of scapy-ssl_tls. TLSSocket was integrated in 1.2 which was released just a few days ago.

from scapy-ssl_tls.

ch4174nya avatar ch4174nya commented on May 28, 2024

Spot on! That fixed that.
But I have an NotImplementedError being reported now. I am trying to reach a lighttpd ssl server, wherein I get this error. I guess it could be that lighttpd doesn't support the cipher suites that the python file is using. Any suggestions where I could tweak?

scapy-ssl_tls

from scapy-ssl_tls.

alexmgr avatar alexmgr commented on May 28, 2024

Cool.
You're getting a TLS Alert back from your server. This means that something went wrong during the handshake. As you mentioned it may be the cipher-suite offered by the python client, the TLS version requested, or a number of other things.

You can change the version and cipher_suites in tls_hello() and give it a try.

As you see, the examples are only just that, and need tweaking and error checking to achieve what you wish. Good luck and thanks for using the tool!

from scapy-ssl_tls.

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.