Skip to content
View mkdemir's full-sized avatar
🔴
think
🔴
think

Block or report mkdemir

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

Hello World!

I'm Mustafa Kaan Demir

main.go

package main

import "fmt"

type Attributes struct{}

func (a Attributes) Contact() (string, string) {
	twitter := "twitter.com/mkd3mir"
	medium := "medium.com/@mkdemir1"
	return twitter, medium
}

func (a Attributes) Life() (string, string, []string, map[string][]string, []string, []string, []string) {
	company := "Crypttech"
	work := "Cyber Security Engineer"
	langs := []string{"Turkish", "English", "Kazakh"}
	progLangs := map[string][]string{
		"expert":       {"python", "php", "sh", "ps"},
		"intermediate": {"go"},
		"learning":     {"c", "c++", "asm"},
	}
	specialities := []string{"Threat Intelligence", "Incident Response"}
	environment := []string{"vscode", "vim", "visual studio"}
	os := []string{"ubuntu", "windows", "arch linux", "kali linux"}

	return company, work, langs, progLangs, specialities, environment, os
}

func main() {
	attributes := Attributes{}

	twitter, medium := attributes.Contact()
	fmt.Printf("Twitter: %s\nMedium: %s\n", twitter, medium)

	company, work, langs, progLangs, specialities, environment, os := attributes.Life()
	fmt.Printf("Company: %s\nWork: %s\nLanguages: %v\nProgramming Languages: %v\nSpecialities: %v\nEnvironment: %v\nOS: %v\n",
		company, work, langs, progLangs, specialities, environment, os)
}

👨‍💻 Skills

python php cplusplus go css3 html5 elasticsearch mongodb

📊 Status

TryHackMe

Pinned Loading

  1. Git_ve_Github_Rehberi Git_ve_Github_Rehberi Public

    Bu rehber, Git ve Github kullanımı hakkında genel bir anlatım sunmak üzere hazırlanmıştır. Bu rehberde, Git ve Github temelleri, kurulum adımları, sık kullanılan komutlar ve Github iş akışları gibi…

    59 14

  2. awesome-blueteam awesome-blueteam Public

    Blue Team üzerine aldığım notları içermektedir.

    3

  3. cve-harbor cve-harbor Public

    A lightweight yet powerful tool that automatically downloads CVE data from the NVD (National Vulnerability Database), stores it locally, processes it, and prepares it for analysis. It provides a fa…

    Python

  4. SigmaTACT SigmaTACT Public

    SigmaTACT is an alignment tool that aligns Sigma rules with tactics and techniques within the MITRE ATT&CK framework.

    HTML