Skip to content
View josamontiel's full-sized avatar
πŸ₯‘
πŸ₯‘
Block or Report

Block or report josamontiel

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
josamontiel/README.md

Hello πŸ‘‹

I'm josamontiel, an IT engineer with a strong passion for open source, Linux, and privacy-focused technology. My journey in the world of technology has led me to explore the realms of cybersecurity, where I'm dedicated to enhancing digital security and promoting safe online practices.

πŸ”’ Cybersecurity Enthusiast

With a keen eye for detail and a relatively surface level understanding of cybersecurity principles, I'm always on the lookout for new challenges and opportunities to fortify digital landscapes. From system hardening to vulnerability assessment, I believe in the power of proactive defense to ensure robust protection against modern threats.

🐧 Embracing the Power of Linux

As a fervent Linux advocate, I am a firm believer in the philosophy of open-source software. I find joy in tinkering with various Linux distributions, optimizing system performance, and exploring innovative tools that can enhance user experiences.

πŸ‘¨β€πŸ’» Open Source Contributor

My commitment to the open-source community drives me to contribute and collaborate with like-minded individuals. By actively participating in open-source projects, I aim to give back to the community that has provided me with so much knowledge and inspiration.

🌐 Privacy Advocate

In a world dominated by digital footprints, I am dedicated to raising awareness about the importance of privacy-centric technologies. From encrypted communication tools to secure browsing practices, I strive to empower individuals to take control of their online identities.

πŸ› οΈ Technologies and Tools

  • Programming Languages: Python, Bash, Powershell
  • Tools and Frameworks: Vim, various UNIX CLI tools
  • Operating Systems: Ubuntu, TailsOS, PopOS!
  • Cybersecurity Skills: Threat analysis, Data Security, Encryption

πŸ“š Lifelong Learner

Technology is an ever-evolving field, and I am committed to continuous learning. I'm currently exploring password solutions that can be both safe and practical for the everyday user, to expand my skillset and stay up-to-date with the latest industry trends.

πŸ“« Let's Connect!

I'm always excited to connect with fellow tech enthusiasts, open-source advocates, and cybersecurity aficionados. Feel free to reach out to me via linkedin or E-Mail to start a conversation or collaborate on projects.

Let's join forces to create a secure, open, and privacy-respecting digital world! πŸŒπŸ”’πŸ§

Pinned

  1. A powershell script that will find a... A powershell script that will find all the inactive users in a directory (users who have not logged in for 90 + days) and outputs the results into a csv file.
    1
    # Function to check if Active Directory module is installed
    2
    function Check-ADModuleInstalled {
    3
        if (Get-Module -ListAvailable -Name ActiveDirectory) {
    4
            return $true
    5
        } else {
  2. Flukey Flukey Public

    A random PIN/Password/Passphrase generator

    Python

  3. hash-calc hash-calc Public

    A python hashing calculator

    Python

  4. entropy-calc entropy-calc Public

    A single page app to showcase password entropy and how it is calculated

    HTML

  5. password-manager password-manager Public

    A Python Password Manager, for educational purposes only.

    Python

  6. OSINT-Framework OSINT-Framework Public

    Forked from lockfale/OSINT-Framework

    OSINT Framework

    JavaScript