Skip to content
View ItsMalware's full-sized avatar
😽
Catz
😽
Catz

Block or report ItsMalware

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
ItsMalware/README.md
its malware

$${\color{#EDAFB8}\textit{Sometimes you gotta get dirty.} \space 🦠}$$

Typing SVG

$${\color{#B0C4B1}\textit{"A network is a network. Human or digital, in the dark it's all the same."}}$$


$${\color{#B0C4B1}\Large\textbf{📊 GitHub Stats}}$$

Followers   Public Repos   Private Repos   Stars


$${\color{#B0C4B1}\Large\textbf{🔍 Intel Hub — Live Threat Intelligence}}$$

$${\color{#EDAFB8}\small\textit{Real-time threat intelligence, curated and public.}}$$

Intel Hub

$${\color{#B0C4B1}\Large\textbf{🔗 Find Me}}$$

Twitter   LinkedIn

IndigoINT   Bytes Atelier   Osmara Atelier   Buy Me a Coffee

GitHub Gists   Repos   Stars

$${\color{#EDAFB8}\small\textit{🕯️ cozy workbench · threat research · open source}}$$smithery badge

Pinned Loading

  1. MossyClean MossyClean Public

    Swift

  2. xor2.py xor2.py
    1
    def xor(buf, key):
    2
        buf = bytearray(buf)
    3
        key = bytearray(key)
    4
        key_len = len(key)
    5
        for i, bufbyte in enumerate(buf):
  3. afh-cozyhub afh-cozyhub Public

    TypeScript

  4. rm2notion rm2notion Public

    Sync reMarkable 2 notes to Notion — runs directly on the tablet, no server needed

    Python