#!/usr/bin/env python3
# -*- coding: utf-8 -*-
class CyberSecurityResearcher:
def __init__(self):
self.name = "Prekash"
self.username = "Prekarshamaxx123"
self.location = "Sri Lanka"
self.specialization = "Offensive Security"
def skills(self):
return {
'pentesting': ['Bruteforce Attacks', 'Wordlist Generation', 'Password Cracking'],
'tools': ['Dog-WORDLIST', 'Custom Scripts', 'Security Tools'],
'languages': ['Python', 'Bash', 'Multiple Technologies']
}
def current_project(self):
return "Developing advanced wordlist generation tools for security testing"
def motto(self):
return "Knowledge is power, but execution is art"
hacker = CyberSecurityResearcher()"In the world of cybersecurity, the only safe system is one that's powered off, cast in a block of concrete, and sealed in a lead-lined room with armed guards - and even then, I have my doubts."
"This profile is constantly evolving, just like my skills in the digital realm." 🔐