Skip to content
View austin-lai's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
Block or Report

Block or report austin-lai

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

Hi there 👋 , I'm Austin !

Check-out my ✨ _special_ ✨ profile !

⌚︎ Time Zone : Asia/[SG|MY]

# "Version"       : "1.1.23"
# "Last Updated"  : "19/02/2024"

if __name__ == "__AboutMe__":
  AboutMe()
# This is a self introduction in python block code
class AustinLai:
    def __init__(self):
        self.name = "Austin Lai"
        self.previous_role = ["Red Teamer (Offensive Security)", "CyberSecurity Engineer", "Network Engineer"]
        self.current_role = "Tech Tutor in QRC"
        self.skills = ["Python", "Docker", "Shell Script", "Home labs development"]
        self.interests = ["Phishing", "Build Hacker Toolsets and C2", "Malware development", "Web Application Security", "Penetration Testing"]
    
    def introduce(self):
        print(f"\nHi, I'm {self.name}, and I've been worked as {', '.join(self.previous_role)} for the past 6 years.\n")
        print(f"Some of the skills and topics that I have learned by myself are {', '.join(self.skills)}, {', '.join(self.interests)}.\n")
        print(f"Thank you for reading my introduction, and I hope to connect with you soon.\n")

me = AustinLai()

me.introduce()

The self_intro.py file can be found here


📫 Find me on

If you know how to find me . . . . . . . . . 😈 😈 😈 😈


💻 Check Out My Repos


@austin-lai's activity is private