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

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/python

dobliuw = {
  "pronouns": "he" or "him",
  "code": ["Python", "Bash", "JavasSript"],
  "knowledge": {
	 "ethical_hacking": {
		 "Advanced_linux": True,
		 "Windows": True,
	     "ActiveDirectory": True,
	     "Networks": { "Audits Wi-Fi": True },
	     "Scripting": [{ "Python": True, "Bash": True }],
	     "Malware_Analysis": True,
	     "Reverse_Engineering": True,
	     "Other": ["Pivoting", "Buffer Overflow explotations", "OWASP", "etc"]
	 },
	 "programming": {
		"full_stack_developer": {
			"Frontend": True,
			"Backend": True,
			"Data_Bases": True
		}
	 }
  },
  "certifications": {
      "eJPT": "2 ez, waste of money",
      "eCPPTv2": "In preparation...",
      "OSCP": "Coming soon..."
  },
  "tools": ["Nmap", "Impacket suite", "Burp Suite", "Aircrack Suite",
		  "Ghidra", "John", "other much tools...."],
  "automatic_tools": ["SQLMap", "Metasploit"],
  "hobbies": {
      "cyberSecurity": True,
      "skateboarding": True,
      "gym": True
  }
}

if __name__ == "__main__":
	print(str(dobliuw))

Popular repositories

  1. Hacking Hacking Public

    These are Dobliuw's Hacking notes.

    2

  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