#!/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()
Popular repositories Loading
-
Generative
Generative PublicThe PyTorch implementation of fine-tuning the GPT-2(Generative Pre-trained Transformer 2) for dialogue generation.
Python
-
transformer
transformer PublicThe PyTorch implementation of the transformer for machine translation.
JavaScript
-
-
sachinDevloop
sachinDevloop PublicForked from nlhx/sachinDevloop
ExpandableListView from RecyclerView in scrollable activity for api 23
C++
-
dafthack
dafthack PublicForked from JonathanSharpes/polymarket-copy-bot-ts
DomainPasswordSpray is a tool written in PowerShell to perform a password spray attack against users of a domain. By …
PHP
If the problem persists, check the GitHub status page or contact support.