Skip to content
View hamza07-w's full-sized avatar
🌴
Reversing binary in wild
🌴
Reversing binary in wild
Block or Report

Block or report hamza07-w

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

Hamza Elansari

About me

package main

import (
	"fmt"
)

type Bio map[string]string

func main() {
	for k, v := range GetBio() {
		fmt.Printf("%+v: %+v\n", k, v)
	}
}

func GetBio() Bio {
	return Bio{
		"- ⚑ Quick bio:":                    "I love anything related to coding / software developement and cyber security. ",
		"- πŸ”­ I’m currently working on":      "Marsa Maroc as software developer & IT support",
		"- 🌱 I’m currently learning":        "ReactJs",
		"- πŸ€” I’m looking for help with":     "Anything related to Malware developement & analyse",
		"- πŸ’¬ Ask me about":                  "Python, PHP, Laravel, SQL, C/C++, Web-Dev and Some Low Levels",
		"- πŸ“« How to reach me:":              "https://github.com/hamza07-w",
	}
}

You can reach me at πŸ‘½

Hamza Elansari's LinkedIn Profile Hamza Elansari's Twitter Profile Hamza Elansari's Facebook Profile Hamza Elansari's Medium Profile

Github stats πŸ“Š

Visitor's count 2023 πŸ‘€

hamza07-w :: Visitor's Count

Top langs πŸ‘…

AnhellO :: Top Langs

Profile stats 🎹

hamza07-w :: Profile Stats

Synthwave

Pinned

  1. raymond raymond Public

    Rayomd is a gathering information Framework for pentesters and bug bounty hunters

    Python 29 2

  2. Exploit-Development Exploit-Development Public

    Python 5

  3. neo-bof neo-bof Public

    neo Tool is great one in binary exploitation topic. instead of doing several missions by many tools and windows, you can now automate this in one tool in one session.. Enjoy it

    Python 5 1

  4. vuln-windows-application vuln-windows-application Public

    simple C vulnerable windows program for practicing and learning windows exploitation.

    C 6 1

  5. DeathNote DeathNote Public

    Hi Im L, I found a box that I believe it's contain Kira's real ID. for open that box we need to find three keys. let's start looking for them

    PHP 5