Skip to content
View Ro0tk1t's full-sized avatar
:octocat:
.
:octocat:
.
Block or Report

Block or report Ro0tk1t

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

Hello, Im Rootkit!

  • ๐—œ ๐—ฎ๐—บ ๐—ฎ ๐—ฝ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ฒ๐—ฟ
  • ๐—œ โค๏ธ ๐—Ÿ๐—ผ๐˜„ ๐—Ÿ๐—ฒ๐˜ƒ๐—ฒ๐—น ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ด!
package main

import (
    "fmt"
)

type aboutMe struct {
    Pronouns  []string
    Languages []string
    Hobbies   []string
    FunFact     string
}

func main(){
    Rootkit := aboutMe{
        Pronouns:  []string {"He", "Him"},
        Languages: []string {"Python", "Go", "JavaScript", "C++"},
        Hobbies:   []string {"Coding", "Reading", "Badminton", "Billiards", "Guitar"},
        FunFact:   "The first computer virus was created in 1983!",
    }

    fmt.Println("Pronouns: ", Rootkit.Pronouns)
    fmt.Println("Languages I Know: ", Rootkit.Languages)
    fmt.Println("My Hobbies: ", Rootkit.Hobbies)
    fmt.Println("Fun Fact: ", Rootkit.FunFact)
}

๐—ช๐—ต๐—ฎ๐˜ ๐—œ ๐—จ๐˜€๐—ฒ

๐—ฃ๐˜†๐˜๐—ต๐—ผ๐—ป


Golang


JavaScript


C++


Vim


๐—š๐—ถ๐˜


FireFox


Debian


๐— ๐˜† ๐—ฆ๐˜๐—ฎ๐˜๐˜€

Github stats

Pinned

  1. note note Public template

    Record some question & study note

    SCSS 1

  2. LibcSearcher3 LibcSearcher3 Public

    Shell 12

  3. knownsec/pocsuite3 knownsec/pocsuite3 Public

    pocsuite3 is an open-sourced remote vulnerability testing framework developed by the Knownsec 404 Team.

    Python 3.5k 778

  4. DNSLog DNSLog Public

    Forked from BugScanTeam/DNSLog

    DNSLog ๆ˜ฏไธ€ๆฌพ็›‘ๆŽง DNS ่งฃๆž่ฎฐๅฝ•ๅ’Œ HTTP ่ฎฟ้—ฎ่ฎฐๅฝ•็š„ๅทฅๅ…ทใ€‚

    Python 1

  5. GitHacker GitHacker Public

    Forked from WangYihang/GitHacker

    ๐Ÿ•ท๏ธ A Git source leak exploit tool that restores the entire Git repository, including data from stash, for white-box auditing and analysis of developers' mind

    Python 1

  6. bomb bomb Public

    sms bomb

    Go 2