Skip to content

Syyysco/Main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EnglishEspañolFrançaisDeutsch


Where there’s a problem, there’s a solution waiting to be coded.

Learn, write, break, improve. Because self-learning is the art of teaching yourself, and knowledge belongs to the curious.

Sysco - Pentester and software developer


Visit my website


Table of Contents

Areas of Expertise

Software Development

  • Python: From automation scripts to graphical applications and pentesting tools
  • Bash: Exploring every corner Linux hides
  • Frontend: Modern HTML5 (SEO & accessibility focus), CSS3 (responsive-first design, mobile optimization) and JavaScript (ES6+, modular development, asynchronous programming)

Cybersecurity

  • Pentesting — Identifying, analyzing, and documenting security vulnerabilities through controlled offensive techniques.

    Skilled in reconnaissance, exploitation, and post-exploitation within Linux and Windows environments. Focused on real-world attack simulation to enhance overall security posture.

  • Ethical Hacking — Leveraging offensive security to protect and educate.

    Applying responsible disclosure, threat modeling, and risk mitigation strategies to build safer systems. Advocates for a proactive and ethical approach to cybersecurity.

  • Clean & Efficient Code — Applying software engineering principles to cybersecurity tooling.

    Writing readable, modular, and maintainable scripts using Python, Bash, and JavaScript. Follows clean code methods, DRY/KISS principles, and secure coding practices to ensure both performance and reliability.

  • Automation & Tooling — Building custom tools to streamline repetitive tasks.

    Integrates scripting, APIs, and OSINT resources to accelerate vulnerability discovery and reporting.

  • Continuous Learning — Staying updated with the latest exploits, CVEs, and defense techniques.

    Believes in knowledge sharing and collaborative growth within the cybersecurity community.


Graphical Interfaces and Design

  • PyQt6 — Building modern, responsive desktop interfaces with a focus on usability, animation flow, and visual coherence across platforms.

    Experienced with modular architectures, event-driven logic, and advanced UI customization through Qt Designer and QSS.

  • Web Design — Crafting clean, accessible, and fully responsive interfaces using HTML5, CSS3, and modern JavaScript principles.

    Strong sense of layout balance, micro-interactions, and fluid transitions to enhance user experience.

  • Graphic Tools — Proficient with Adobe Illustrator, GIMP, and other design tools for vector illustration, branding, and iconography.

    Capable of defining consistent color palettes, logo systems, and visual identities for web and software projects.

  • UI/UX Philosophy — Designing with clarity, purpose, and emotion, ensuring that each interaction feels intuitive and aligned with the product’s vision.

    Believes that good design is invisible — it feels right before it’s noticed.



Development Philosophy

def solve_problem(challenge):
    while not solved(challenge):
        approach = analyze(challenge)
        solution = implement(approach)
        if works(solution):
            return solution
        learn_from_failure(solution)
    
    return None

Technological Ecosystem

  • Operating Systems: Linux (Kali, Ubuntu), Windows
  • Tools: Docker, Wireshark, Metasploit, Burp Suite, Nmap, Postman, etc.
  • Languages: Python, Bash, SQL, HTML/CSS, JavaScript
  • Editors: VSCode, Nvim, Nano, Atom, Sublime

Recent Projects

Take a look at my latest projects!

  • Typerflip: Text formatting web application for social platforms
  • Zeven: Command-line tool built in Python

Collaboration and Contact

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: [email protected]





LEARNER'S MINDSET

"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)



⚠️ Security Warning:


rm -rf /problems && mkdir /solutions && chmod 777 /innovation

(Safe code to execute in life)


Releases

No releases published

Packages

No packages published