#!/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.github.io/portfolio"
def say_hi(self):
print("Thanks for stopping by!")
print(f"Check out my portfolio at: {self.portfolio}")
me = SecurityResearcher()
me.say_hi()
🔭
Saturn 🪐
Pinned Loading
-
coffinxp/loxs
coffinxp/loxs Publicbest tool for finding SQLi,CRLF,XSS,LFi,OpenRedirect
-
-
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.