Coder Social home page Coder Social logo

Comments (5)

mertushka avatar mertushka commented on May 30, 2024 1

I've done a lot of work on this, but I still have 3 thoughts that are not clear in my mind. I don't think Basro checks IP Addresses via WebRTC, it's a little bit weird. We eliminated 1 option, 2 left. Most likely basro is doing IP checks over Websocket because it's the most logical option. The last option is API requests, which still leaves question marks in my mind. Before the room opens, basro receives 3 requests from us where he can get the IP Address. First, it may create an ip-based token via /headlesstoken, but it's unlikely. Secondly, it gets geolocation information from the ip address with /geo GET (HBInit:geo). Third and lastly, it checks with /token POST whether the token is correct. My advice to you is to proxy for both the node-fetch (API Requests) and the ws module (Websocket Connection). A little challenging, but possible. I'll take a look when I get home.

from haxball.js.

jakjus avatar jakjus commented on May 30, 2024

Great insight! I tried to proxy WebSockets yesterday, but I couldn't get it to work (my room was not showing up at all).

I'll try my luck and I'll keep you updated))

from haxball.js.

jakjus avatar jakjus commented on May 30, 2024

I made a mistake previously - Proxying WebSockets works 🎉

from haxball.js.

mertushka avatar mertushka commented on May 30, 2024

I'm thinking about the way to fake it, but idk if I'll come up with one.

Is it good idea to do it in open source project like this? There will be so many abusers that I can't imagine.

from haxball.js.

jakjus avatar jakjus commented on May 30, 2024

You're right, I've edited my comment not to urge anyone.

from haxball.js.

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.