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. pentest-metasploitable pentest-metasploitable Public

    Automated pentest toolkit for Metasploitable 2 using Nmap, Metasploit, and post-exploitation scripts

    Shell

  2. 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

  3. ssh-bouncer ssh-bouncer Public

    Lightweight Python daemon that detects SSH brute-force attacks in real time and auto-blocks IPs via UFW/iptables

    Python

  4. ssh-key-rotate ssh-key-rotate Public

    Rotate SSH keys across multiple servers β€” generates unique per-server keys, deploys them, and updates ~/.ssh/config automatically.

    Shell

  5. gleason-gradecraft gleason-gradecraft Public

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

    Python

  6. necro-net necro-net Public

    Benchmarks ResNet50 vs. Vision Transformer for PAAD histopathology classification, with ONNX/TorchScript export support.

    Python