Skip to content
View ggmlllamaed's full-sized avatar

Block or report ggmlllamaed

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
ggmlllamaed/README.md

💻 Prekash - Cyber Security Enthusiast

  WELCOME TO MY DARK LAIR  

line

Typing SVG

🛡️ ABOUT ME

#!/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()

🛠️ TECHNICAL ARSENAL

Programming & Markup

Security Tools & Platforms

Development & Design

Frameworks & Databases

Popular repositories Loading

  1. Generative Generative Public

    The PyTorch implementation of fine-tuning the GPT-2(Generative Pre-trained Transformer 2) for dialogue generation.

    Python

  2. transformer transformer Public

    The PyTorch implementation of the transformer for machine translation.

    JavaScript

  3. ggmlllamaed ggmlllamaed Public

  4. sachinDevloop sachinDevloop Public

    Forked from nlhx/sachinDevloop

    ExpandableListView from RecyclerView in scrollable activity for api 23

    C++

  5. dafthack dafthack Public

    Forked 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