#!/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))
🔒
Hacking...
I'm just Owen (With dobliuw), a guy in love with technology.
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.