Giter VIP home page Giter VIP logo

striptls's Issues

Generic SSL/TLS Modification [question / enhancement]

This project seems awesome although I haven't had time to play around with it much.
Looking at the code, the "Vectors" all seem to have mangling methods implemented.
I'm not sure if I understood it correctly but it is technically possible to modify generic SSL/TLS data right?
It would be nice to add some sort of plugin mechanism in order to code custom SSL/TLS manipulation attacks.

Is it already possible to do this by modifying the "mangle_server_data" and "mangle_client_data" in InboundIntercept class?

I think this project is already great, but it has much more potential. I would like to see this turn into a extensible generic SSL/TLS interception AND modification proxy. I could help although my crypto knowledge is not that deep...

Strip STARTTLS with XMPP does not work if <starttls/> is an empty element

Some XMPP servers announce ` like:

<stream:stream xmlns:stream='http://etherx.jabber.org/streams' version='1.0' from='xxxyy' id='574f158c-bfbf-4b88-805e-2fa420043c9c' xml:lang='en' xmlns='jabber:client'>
<stream:features>
  <starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
  <mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'><mechanism>SCRAM-SHA-1</mechanism><mechanism>DIGEST-MD5</mechanism></mechanisms>
</stream:features>

but striptls requires them in the form

<starttls …></starttls>

i.e. with an explicit starttls closing tag.

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.