Skip to content
View K0IN's full-sized avatar
:octocat:
:octocat:

Highlights

  • Pro
Block or Report

Block or report K0IN

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
K0IN/README.md

Pinned

  1. Notify Notify Public

    A small deno deploy / self hosted solution to send web push notifications with webhooks

    TypeScript 137 21

  2. AI-Search-Chrome-Extension AI-Search-Chrome-Extension Public

    A Chrome extension to search on a site using Google's BERT AI

    JavaScript 4 1

  3. docker-wireguard-socks-proxy docker-wireguard-socks-proxy Public

    Forked from kizzx2/docker-wireguard-socks-proxy

    Expose a WireGuard tunnel as a SOCKS5 proxy, with updated images and support for multiple arch's

    Dockerfile 2 4

  4. (POC) use python to receive a forwar... (POC) use python to receive a forwarded port from ssh
    1
    import paramiko
    2
    import socket
    3
    import threading
    4
    import sys
    5
    import random