#!/usr/bin/python
# -*- coding: utf-8 -*-
class SecurityResearcher:
def __init__(self):
self.name = "Samson Tesfaye"
self.role = "Security Researcher, Software Developer"
self.language_spoken = ["am_ET", "en_US", "or_ET"]
def say_hi(self):
print("Thanks for stopping by! Take a look around and see what exciting things I've been working on.")
print(f"Check out my portfolio at: {self.portfolio}")
me = SecurityResearcher()
me.say_hi()
- Ethiopia, Addis Ababa
-
03:16
(UTC -12:00) - @haxurn
- haxurn
- https://t.me/haxurn
Popular repositories Loading
-
pentest-toolkit
pentest-toolkit PublicA comprehensive script to automate the installation of essential cybersecurity tools for web, network, system, and mobile penetration testing.
Shell 1
-
event-finder
event-finder PublicEventFinder is a full-stack web application built with Next.js and Python that allows users to search for and discover upcoming events based on their input keywords.
JavaScript 1
-
-
band-name-generator
band-name-generator PublicBand Name Generator Simple Python Project While Learning Python With Dr. Angela
Python 1
If the problem persists, check the GitHub status page or contact support.