Coder Social home page Coder Social logo

korepi-tools's Introduction

Korepi Tools

Some Korepi related stuff that I wrote while learning how to hack

Prerequisites

You'll want to have at least Node 18 or newer. Don't forget to install the dependencies with npm i.

How to Use (Local auth)

  1. Launch Korepi once without any license, and it should give you a hardware ID.
  2. Then run the license_gen.js which will asks you for your HWID and generates a license file to use.
  3. Copy (don't cut) the license file into the same folder where the exe is located.
  4. Run ssl_gen.js and install the generated certificated (certs/md5c.korepi.com.crt) as a trusted root certificate.
  5. Start server.js.
  6. Set your DNS resolver to the following address:
127.0.0.1
  1. Add 104.21.45.239 as an additional IP address on your network card. A guide on how to do that can be found here. An example video can be found here here.
  2. Launch Korepi.

How to Use (Online auth)

  1. In the directory where Korepi executable is located, create a file named license.json and copy the following line into it:
{"license":"KOREPI-REAL-KEY"}
  1. Run ssl_gen.js and install the generated certificated (certs/md5c.korepi.com.crt) as a trusted root certificate.
  2. Edit your hosts file and add the following lines:
127.0.0.1 auth.Btxo.cn
  1. Then start server.js and launch Korepi.

Notes

  • For future launches, you only need to run the server.js file (no need to regenerate the license or SSL).
  • If you're already running a DNS resolver on port 53, then I assume you know what you're doing.
  • I'm not responsible for any damages you may incur from using this. This is publicly available for educational purposes only.

Credits

  • Anonymous for providing a key for testing
  • notmarek for his help in finding the salt for the payload signature

korepi-tools's People

Contributors

djdoolky76 avatar fadillzzz avatar

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.