Skip to content
View Dobliuw's full-sized avatar
🔒
Hacking...
🔒
Hacking...

Block or report Dobliuw

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

Hi everyone, I'm Dobliuw

About me...

#!/usr/bin/python3
import json

dobliuw = {
    "pronouns": ["he", "him"],
    "code": [ "Python", "Bash", "JavaScript", "C", "Batch", "PowerShell", "PHP" ],
    "knowledge": {
        "ethical_hacking": {
            "OS": {
                "Linux": "Advanced",
                "Windows": "Intermediate",
                "ActiveDirectory": True
            },
            "Networks": {
                "WiFi Audits": True,
                "Protocol Analysis": ["TCP/IP", "UDP", "ICMP", "IPv6"],
                "Network Intrusion Detection": True,
            },
            "Scripting": {
                "Python": "Advanced",
                "Bash": "Advanced",
                "PowerShell": "Basic"
            },
            "Exploitation": {
                "Pivoting": True,
                "Buffer Overflow": True,
                "ROP Chains": "In Progress",
                "Memory Corruption": True
            },
            "Reverse_Engineering": {
                "Malware Analysis": "Intermediate",
                "Disassemblers": ["Ghidra", "IDA Free", "GDB"],
                "Binary Analysis": True
            },
            "Other": ["OWASP Top 10", "MITRE ATT&CK", "Common Vulnerabilities", "Privilege Escalation"],
        },
        "programming": {
            "Full_Stack_Development": {
                "Frontend": ["HTML", "CSS", "JavaScript", "React"],
                "Backend": ["Node.js", "Django", "Express"],
                "Databases": ["MySQL", "PostgreSQL", "MongoDB"]
            },
            "Low_Level": {
                "C": "Intermediate",
                "Memory Management": "In Progress | Learning"
            }
        }
    },
    "certifications": {
        "eJPT": "loss of $",
        "OSCP": "Goal (Planned for 2025)",
	"CCNA1": "In Progress"
    },
    "tools": {
        "manual": [
            "Nmap", "Impacket suite", "Burp Suite Pro", 
            "Aircrack-ng suite", "Ghidra", "John the Ripper", 
            "Wireshark", "BloodHound", "CrackMapExec"
        ],
        "automated": ["SQLMap", "Metasploit", "Responder", "Empire"],
        "custom_scripts": ["Python automation scripts for enumeration", "Bash utilities", "Network scanners", "etc"]
    },
    "hobbies": {
        "CyberSecurity Research": True,
	"Electronic": True,
	"Cut & Sewing": True,
        "Fitness": ["Gym", "Functional Training", "Skateboarding"],
        "Digital Art": {
            "Graffiti": True,
            "Tools": ["Adobe Illustrator", "Adobe Photoshop"]
        }
    },
    "goals": [
        "Advance Red Team skills",
        "Develop custom exploits and scripts",
        "Master OS internals (Windows/Linux)",
        "Deepen knowledge in assembly and reverse engineering"
    ]
}

if __name__ == "__main__":
	print(json.dumps(dobliuw, indent=4))

For more detailed concepts and knowledge go to my "CV" (My Personal Web Page with Articles)

Popular repositories Loading

  1. Hacking Hacking Public

    These are Dobliuw's Hacking notes.

    5

  2. Cybersecurity Cybersecurity Public

    Apuntes generales

    Python

  3. Scripts Scripts Public

    Shell

  4. Python Python Public

    My learning python path

    Python

  5. Docker Docker Public

    My docker notes from my learning path

    Python

  6. DiscordBotGPT DiscordBotGPT Public

    Bot de discord vinculado con la API de ChatGPT

    Python