Giter Site home page Giter Site logo

Comments (7)

jasekiw avatar jasekiw commented on June 15, 2024 1

@samrocketman That was the point of my comment. This is supposed to be a working demo with the website. I found out last night that getting a stream cipher to work is extremely difficult to get working because any newer operating system rejects it. I got around the block cipher but it's not that great of an implementation. If I come up with a decent solution I will try to make a pr.

from breach.

jasekiw avatar jasekiw commented on June 15, 2024

I noticed when I test in the browser it gets around 2584 bytes vs in the console it gets around 2922 bytes. This is quite a large difference. I wonder if I'm on to something.

from breach.

jasekiw avatar jasekiw commented on June 15, 2024

When decoding the response fro the request https://malbot.net/poc/?param1=value1request_token='b{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}@

The reflected value becomes <input type="hidden" target="https://malbot.net/poc/?param1=value1request_token='b%7B%7D%7B%7D%7B%7D%7B%7D%7B%7D%7B%7D%7B%7D%7B%7D%7B%7D%7B%7D%7B%7D%7B%7D%7B%7D%7B%7D%7B%7D%7B%7D%7B%7D%7B%7D%7B%7D%7B%7D%7B%7D@">
It seems the padding is getting encoded as html entities. Is this supposed to happen?

from breach.

jasekiw avatar jasekiw commented on June 15, 2024

It seems after every request I always get the same byte response of 2906. I've adjusted the request url and the response bytes are the same. I'm thinking the calculation of the response bytes might be the issue.

from breach.

jasekiw avatar jasekiw commented on June 15, 2024

I'm wondering if it is negotiating a block cipher instead of a stream cipher and this is the cause of the same response length..

from breach.

jasekiw avatar jasekiw commented on June 15, 2024

So, malbot.net is using a block cipher. It negotiates TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA. Which breaks this repo.

from breach.

samrocketman avatar samrocketman commented on June 15, 2024

It says in the README this doesn’t support block ciphers.

from breach.

Related Issues (4)

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.