#!/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()
🪐
Ever thought how unique is saturn?
Highlights
Pinned Loading
-
-
coffinxp/loxs
coffinxp/loxs Publicbest tool for finding SQLi,CRLF,XSS,LFi,OpenRedirect
-
AnonCatalyst/Ominis-OSINT
AnonCatalyst/Ominis-OSINT PublicThis 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…
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.