Skip to content
View tdiprima's full-sized avatar

Organizations

@camicroscope @halcyon-project

Block or report tdiprima

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tdiprima/README.md

Typing SVG


πŸ›‘οΈ DevSecOps β€’ Linux β€’ Security Automation

CompTIA Security+ Certified

I enjoy building practical tools that automate repetitive work, improve security, and make Linux servers a little less stressful to manage.


πŸ‘‹ About Me

class TDiPrima:

    role = "DevSecOps Engineer"

    certification = "CompTIA Security+"

    building = [
        "Linux automation",
        "Security tooling",
        "Monitoring",
        "Server hardening"
    ]

    learning = [
        "Red Teaming",
        "Metasploit",
        "Wireshark",
        "Active Directory"
    ]

    philosophy = "Automate the boring. Secure the important."

πŸš€ Featured Projects

Project Description
🏰 Server-Fortress Interactive Linux server hardening assistant for Ubuntu and RHEL
πŸ¦… LogHawk Lightweight SIEM alternative with rsyslog forwarding and real-time detection
🎯 pentest-metasploitable Automated recon, enumeration, and exploitation practice for Metasploitable labs
πŸ–₯️ cockpit-terminal macOS terminal rewired into an operator workstation with opsec guardrails and zsh hooks
πŸ“ˆ server-vibes-check Lightweight server health monitoring with email alerts and service restarts
⏰ crontab-helper Interactive cron builder that installs jobs without editing crontab
πŸŽ™οΈ soundscribe Local Whisper-powered speech-to-text CLI with progress feedback

🌱 Currently Learning

I'm documenting my journey into offensive security while continuing to build defensive security tools.

Current focus:

  • Wireshark
  • Nmap
  • Metasploit
  • Active Directory
  • Bash & Python automation

🧰 Toolbox

Operating Systems

Ubuntu RHEL Linux macOS

Languages

Python Bash JavaScript Rust

Security & Infrastructure

Docker Git Wireshark Nmap Metasploit systemd SSH


Secure it. Automate it. Sleep better.

Pinned Loading

  1. NetPulse NetPulse Public

    Real-time network dashboard built with Flask, Scapy & psutil β€” see devices, bandwidth, and connections live.

    Python

  2. DriftWatch DriftWatch Public

    Linux system drift detector β€” snapshots host state and diffs changes in ports, users, services, and disk usage

    Go

  3. pentesting-tools pentesting-tools Public

    Collection of Python pentest scripts β€” SQLi, XSS, SSRF, JWT, LFI checks β€” for fast authorized recon and vuln testing.

    Python

  4. rust-from-scratch rust-from-scratch Public

    Learn Rust from scratch through hands-on projects and reference docs that explain systems concepts without overwhelm

    Rust 1

  5. gleason-gradecraft gleason-gradecraft Public

    Deep learning pipelines for classifying prostate cancer tissue patches by Gleason score

    Python

  6. blockchain-blueprint blockchain-blueprint Public

    JavaScript blockchain implementation with SHA-256 hashing, proof-of-work mining, and AES-192 encryption.

    JavaScript