Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View talal-ali-khan's full-sized avatar

Block or report talal-ali-khan

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
talal-ali-khan/README.md

Hi My name is Talal Ali Khan

Cyber Security Enthusiast

I’m a Cyber Security Engineer passionate about Web Application Security, actively hunting bugs, diving into Malware Analysis and Reverse Engineering, and jumping into CTFs whenever I get the chance.

You can read my articles related to reverse engineering on my medium blog Medium

PythonCC++GNU BashLinux

Socials

GitHub Medium LinkedIn

More about me...

package main

type Me struct{
  Pronouns string
  BestAndFavoriteSkill string
}

func main() {
  me := &Me{
    Pronouns: "He/Him",
    BestAndFavoriteSkill: "Web Hacking, Reverse Engineering and Malware Analysis :D"
  }
  _ = me
}

Pinned Loading

  1. Claude-Red-Skills-MobileTesting Claude-Red-Skills-MobileTesting Public

    Forked from SnailSploit/Claude-Red

    claude-red is a curated library of offensive security skills designed for the Claude skills system. Each skill is a structured SKILL.md file that primes Claude with expert-level methodology for a s…

    Python 1