Skip to content
View hrtywhy's full-sized avatar
☢️
Thinking!
☢️
Thinking!
Block or Report

Block or report hrtywhy

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

Hello There

  • 🔥 Fulltime Learner
  • 🦇 Born to Defense
  • ☕ Coffe Everyday



More about me...

package main

type Me struct{
  Pronouns string
  Code string
  Job string
  BestAndFavoriteSkill string
}

func main(){
  me := &Me{
    Job: "Detection Engineering & Threat Hunting",
    Pronouns: "He/Him",
    Code: "Python and Go and Everythings",
    BestAndFavoriteSkill: "Hunting"
  }
  _ = me
}
Telegram

Pinned

  1. Hanoman Hanoman Public

    Hanoman is an GUI antivirus engine sigature based detection 🐒

    Python 45 19

  2. BOF-CobaltStrike BOF-CobaltStrike Public

    Useful Cobalt Strike Beacon Object Files (BOFs) used during red teaming and penetration testing engagements.

    65 9

  3. karen karen Public

    🍭 Web Application Vulnerability Scanner 🍭

    Python 15 3

  4. Malware-Library Malware-Library Public

    ⚠️ Collection of malicious file ⚠️

    Assembly 10 9

  5. Machine-Learning Machine-Learning Public

    Research & Project about Artificial Intelligence, Machine Learning, Big Data, Deep learning

    Jupyter Notebook 2 1

  6. Windows API Hashing in C# Windows API Hashing in C#
    1
    using System;
    2
    using System.Runtime.InteropServices;
    3
    
    
    4
    
    
    5
    namespace API_Hashing