#!/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))
-
Notifications
You must be signed in to change notification settings - Fork 0
Dobliuw/Dobliuw
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published