Skip to content
View hrtywhy's full-sized avatar
☢️
Sandbox Detected!
☢️
Sandbox Detected!
  • Sandbox

Block or report hrtywhy

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 Loading

  1. Hanoman Hanoman Public

    Hanoman is an GUI antivirus engine sigature based detection 🐒

    Python 46 17

  2. BOF-CobaltStrike BOF-CobaltStrike Public

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

    136 14

  3. karen karen Public

    🍭 Web Application Vulnerability Scanner 🍭

    Python 17 3

  4. Malware-Library Malware-Library Public

    ⚠️ Collection of malicious file ⚠️

    Assembly 13 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