English • Español • Français • Deutsch
Learn, write, break, improve. Because self-learning is the art of teaching yourself, and knowledge belongs to the curious.
Visit my website
Python
: From automation scripts to graphical applications and pentesting toolsBash
: Exploring every corner Linux hides
Pentesting
: Identifying vulnerabilities to strengthen defensesEthical Hacking
: Using the power of knowledge to improve the world
PyQt6
: Creating intuitive and engaging user experiences, always emphasizing the feelings conveyed by animations and color palettes
def solve_problem(challenge):
while not solved(challenge):
approach = analyze(challenge)
solution = implement(approach)
if works(solution):
return solution
else:
learn_from_failure(solution)
return success
- Operating Systems: Linux (Kali, Ubuntu), Windows
- Tools: Docker, Wireshark, Metasploit, Burp Suite, Nmap, etc.
- Languages: Python, Bash, SQL, HTML/CSS, JavaScript
- Editors: VSCode, Nvim, Nano, Atom, Sublime
Take a look at my latest projects!
- Zeven: Command-line tool built in Python
Do you have a revolutionary idea or an intriguing technical challenge? Let’s talk! I’m always open to collaborating on innovative projects.
E-mail: syscodev@proton.me
"The true hacker is an eternal learner, always seeking to expand their knowledge and skills." - Anonymous
"Knowledge should be free." - Anonymous
"Don’t trust systems, learn how they work." - Edward Snowden
"Hacking is understanding, not destroying." (Inspired by hacker culture)
rm -rf /problems && mkdir /solutions && chmod 777 /innovation