Forum > General >

KonaAuth Update

Posts: 36

Threads: 7

Joined: Jun, 2023

Reputation: 0

Posted

I updated konauth to use hwid instead of ip's and made it over all faster!

https://github.com/PooperLegend/KonaAuth
HybridAnalysis

you can find the compiled binaries in the release tab

Tutorial on how to use it.

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using KonaAuth;

namespace Test
{
    internal class Program
    {
        static async Task Main(string[] args)
        {
            int linkvertisekey = 12345;
            string Hastebinkey = "";
            KAuth kAuth = new KAuth();
            if (kAuth.CheckSavedKey().Result)
            {
                Console.WriteLine("Key is valid");
                return;
            }

            Console.WriteLine(await kAuth.KeyLink(Hastebinkey, linkvertisekey));
            string input = Console.ReadLine();
            if (kAuth.CheckKey(input).Result)
            {
                Console.WriteLine("Key is valid");
            }
            else
            {
                Console.WriteLine("key is wrong");
            }
        }
    }
}

Dont forget to add the KonaAuth dll as a reference!

  • 0

https://media.discordapp.net/attachments/1074297826219139153/1118491534581567568/Mask_group.png

yvneEnvy

<><><<>>><<>

Posts: 219

Threads: 34

Joined: Mar, 2023

Reputation: 3

Replied

Looks nice, good contribution.

Comments

pooperlegend 0 Reputation

Commented

thanks i worked hard on it

  • 0

  • 0

TERIHAX

i say im gay as a joke 🙀

Posts: 1791

Threads: 92

Joined: Jul, 2020

Reputation: 30

Replied

i dont have anything to say so heres a reply

 

edit: you seem to be quite invested in this:

https://i.gyazo.com/dea7a7cf333f51876cb84014636e7b63.png

  • 0

Alternate

stop take my rice

vip

Posts: 596

Threads: 105

Joined: Mar, 2022

Reputation: 36

Replied

Nooo bro... why is this all on the client this and no actual database just use a database please

 

I think you're on the right path, kind of, but please use a backend


Not to downsize your work, but anyone who wants to bypass and knows what they're doing can do so relatively easily, partially because you're doing everything on the client. This is why it's generally better to use backends and do the authentication stuff on the serverside not clientside, which if you do it correctly, is a lot harder to bypass than client systems (but not impossible).

 

Aside from it being essentially entirely client-based this is pretty good, nice job.

Comments

pooperlegend 0 Reputation

Commented

i will make a server based key system soon!

 

  • 0

  • 0

we are dead

Posts: 1165

Threads: 72

Joined: Oct, 2019

Reputation: 89

Replied

I Will Rewrite Into KonaAuth 2.0 Yes Cause Am Bored.

  • 0

Added

Never Mind I Too Lazy To Rewrite.

Comments

pooperlegend 0 Reputation

Commented

sadge................... very sage

  • 0

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )