Skip to content
View xKiian's full-sized avatar
💯
Reverse engineering
💯
Reverse engineering

Block or report xKiian

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
xKiian/README.md

Total time coded since Feb 28 2023

Profile Views Followers Stars

GitHub Streak

from abc import ABCMeta, abstractmethod


class xKian(metaclass=ABCMeta):
    
    @staticmethod
    @abstractmethod
    def contact():
        discord = ".xkian"
        return discord

class Attributes(xKian):

    @staticmethod
    def life() -> tuple:
        langs = ("German", "English")

        return langs

    @staticmethod
    def coding() -> tuple:
        text_editor = ["vscode", "Goland", "Pycharm"]
        specialities = ["reverse engineering", "automation"]
        langs = {
            "pro": "python", 
            "intermediate": "go, c++", 
            "learning": "rust"
        }
        
        return langs, specialities, text_editor

Pinned Loading

  1. cloudflare-jsd cloudflare-jsd Public

    Bypass Cloudflare's /h/b/jsd challenge using 100% python

    JavaScript 151 12

  2. GeekedTest GeekedTest Public

    Geetest v4 slide, gobang & ai solver - 100% python implementation - no browser needed

    Python 39 3

  3. Hyperion-deobfuscator Hyperion-deobfuscator Public

    Fully deobfuscate hyperion by Billythegoat356 lmao

    Python 36 9

  4. Polonium Polonium Public

    Check python code for malicious code or packages

    Python 21 3