Skip to content
View 9dl's full-sized avatar
Block or Report

Block or report 9dl

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
9dl/README.md
package main

import "fmt"

type Developer struct {
    Code              []string
    Interests         []string
    OperatingSystems  []string
    ToolsUsed         []string
    IDEs              []string
}

func main() {
    _9dl := Developer{
        Code:             []string{"Golang", "C#", "Next.js", "Python", "C++"},
        Interests:        []string{"Cybersecurity", "Reversing", "Backend Development", "Frontend Development"},
        OperatingSystems: []string{"Windows 11", "Kubuntu"},
        ToolsUsed:        []string{"Git Bash", "VMWare", "MobaXterm", "PuTTY", "Postman"},
        IDEs:             []string{"VS (C#)", "VS Code (Web & Go)", "Webstorm (Web)", "Goland (Go)", "CLion (C++)"},
    }

    fmt.Printf("πŸ‘‹ Hello! I'm 9dl, a developer.\n")
    fmt.Printf("πŸ’» Code: %v\n", _9dl.Code)
    fmt.Printf("🌐 Interests: %v\n", _9dl.Interests)
    fmt.Printf("πŸ–₯️ Operating Systems: %v\n", _9dl.OperatingSystems)
    fmt.Printf("πŸ› οΈ Tools Used: %v\n", _9dl.ToolsUsed)
}

Visitor Counter:

Pinned

  1. Websploit Websploit Public

    New Exploit could be used to gather Vulnerable Links ( PoC )

    NSIS 1

  2. EzScanner EzScanner Public

    Swiftly scan directories, detect security threats or ghost clients using SHA256, and report files per second.

    Go

  3. SecureX SecureX Public

    SecureX: Golang anti-debugging solution to protect against reverse engineering and unauthorized debugging programs.

    Go 1

  4. ServerEmulator ServerEmulator Public

    Versatile Go server emulator for authentication and routing customization

    Go

  5. Websocket Websocket Public

    Simple Websocket App with Command Manager and Website to run Commands

    Go

  6. BetterErrors BetterErrors Public

    More Beautiful and Better way to show Errors to Users

    Go