Skip to content
View 1hehaq's full-sized avatar
🪐
Ever thought how unique is saturn?
🪐
Ever thought how unique is saturn?

Organizations

@tryhaqme

Block or report 1hehaq

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

Saturn

Who Am I

Typing SVG

image
#!/usr/bin/python
# -*- coding: utf-8 -*-


class SecurityResearcher:

    def __init__(self):
        self.name = "Haq"
        self.role = "Security Researcher, Web Developer"
        self.language_spoken = ["en_US"]
        self.portfolio = "https://1hehaq-portfolio.pages.dev"

    def say_hi(self):
        print("Thanks for stopping by!")
        print(f"Check out my portfolio at: {self.portfolio}")


me = SecurityResearcher()
me.say_hi()


  image tweet-quote




image Knowledge & Skills


graph TB
    classDef default fill:#0d1117,stroke:#E7CFAA,color:#E7CFAA,stroke-width:2px,font-size:14px
    classDef category fill:#0d1117,stroke:#E7CFAA,color:#E7CFAA,stroke-width:3px,font-size:16px
    classDef root fill:#0d1117,stroke:#E7CFAA,color:#E7CFAA,stroke-width:4px,font-size:18px

    Root(("Skills"))

    %% Main Structure
    Root === Languages["Programming"]
    Root === Security["Security"]
    Root === Bounty["Bug Bounty"]

    %% Languages Section
    Languages --> Core["Core"]
    Languages --> Web["Web"]
    
    Core --> Go[".go"]
    Core --> Python[".python"]
    Core --> C[".c/.cpp"]
    Core --> Java[".java"]
    Core --> Shell[".shell"]
    
    Web --> JavaScript[".javascript"]
    Web --> CSS[".css"]
    Web --> HTML[".html"]

    %% Security Section
    Security --> Testing["Testing"]
    Security --> Environment["Environment"]
    
    Testing --> Burp["Burp Suite"]
    Testing --> Post["Postman"]
    
    Environment --> Linux["Linux"]
    Environment --> Docker["Docker"]
    Environment --> Git["Git"]
    Environment --> VSCode["VS Code"]

    %% Bug Bounty Section
    Bounty --> BC["Bugcrowd"]
    Bounty --> H1["HackerOne"]
    Bounty --> Int["Intigriti"]

    class Root root
    class Languages,Security,Bounty,Core,Web,Testing,Environment category
Loading




image projects




GitHub Stats title

Top Languages GitHub Streak Stats
Contribution Constellation



Reach Out

Twitter Instagram LinkedIn Telegram



Hacking is an art, security is a lifestyle

Pinned Loading

  1. projectdiscovery/nuclei projectdiscovery/nuclei Public

    Nuclei is a fast, customizable vulnerability scanner powered by the global security community and built on a simple YAML-based DSL, enabling collaboration to tackle trending vulnerabilities on the …

    Go 21.8k 2.6k

  2. oty oty Public

    Oty is a fast, customizable, CLI tool designed to streamline your Bug Bounty and Pentesting workflows. Powered by a simple yet flexible YAML based DSL, Oty allows you to integrate your tools into it

    Python 9 6

  3. coffinxp/loxs coffinxp/loxs Public

    best tool for finding SQLi,CRLF,XSS,LFi,OpenRedirect

    Python 883 196

  4. AnonCatalyst/Ominis-OSINT AnonCatalyst/Ominis-OSINT Public

    This Python application is an OSINT (Open Source Intelligence) tool called "Ominis OSINT - Web Hunter." It performs online information gathering by querying Google for search results related to a u…

    Python 351 30

  5. greb greb Public

    Grab form parameters easily

    JavaScript 4 1

  6. shef shef Public

    shef - extract/scrape IPs from shodan without any API key

    Shell 42 11