# totally_legit_cybersec_profile.py
import time
import random
import hashlib as threat_hash
import socket as sock_puppet
import secrets as opsec
from datetime import datetime
current_activity = "Defending networks & breaking down threats"
current_location = "Amarillo, TX"
languages = ["Python", "PowerShell", "Bash", "JavaScript", "HTML", "CSS"]
tools = ["Wireshark", "Kali Linux", "Nmap", "Metasploit", "VS Code", "Git"]
interests = ["cybersecurity", "incident response", "automation", "family", "music"]
ask_me_about = ["threat detection", "MSP life", "blue team tactics", "automation scripts"]
def favorite_drink():
    hour = datetime.now().hour
    if hour < 12:
        return "Coffee β (morning firewall fuel)"
    elif hour < 18:
        return "Dr Pepper π₯€ or Water π§ (pentest hydration)"
    else:
        return "Tea π΅ (for late-night log analysis)"
def boot_sequence():
    banners = [
        "[*] Initializing CybersecKyle persona...",
        "[*] Loading threat intelligence modules...",
        "[*] Compiling scripts of doom...",
        "[+] Profile boot complete."
    ]
    for msg in banners:
        print(msg)
        time.sleep(0.5)
def generate_session_id():
    return threat_hash.sha256(opsec.token_bytes(8)).hexdigest()[:12]
# Run profile
boot_sequence()
print(f"Hello, I'm Kyle (aka CybersecKyle)")
print(f"Session ID: {generate_session_id()}")
print(f"Current status: {current_activity} in {current_location}")
print(f"Languages in my arsenal: {', '.join(languages)}")
print(f"Tools in my kit: {', '.join(tools)}")
print(f"My interests: {', '.join(interests)}")
print(f"Ask me about: {', '.join(ask_me_about)}")
print(f"Favorite drink at this hour: {favorite_drink()}")
print("[!] Warning: Unauthorized packets will be dropped π«π‘")π Type the following in your console or terminal to connect with me.
npx kylereddochπ This command line tool can be found here.
- WSUS just became an attackerβs dream. Stop publishing your patch pipeline to the internet.
- Embedding Mastodon Posts in Eleventy: My Journey
- Remove Preinstalled Microsoft Store Apps in Windows 11 (24H2 & 25H2)
- Weekly Notes: Week 43, 2025
- The CybersecKyle Community is live: security and tech, together
β‘οΈ more blog posts...
π± My GitHub Data
π¦ 292.6 kB Used in GitHub's Storage
π 285 Contributions in the Year 2025
πΌ Opted to Hire
π 40 Public Repositories
π 7 Private Repositories
I'm an Early π€
π Morning                148 commits         βββββββββββββββββββββββββ   16.34 % 
π Daytime                387 commits         βββββββββββββββββββββββββ   42.72 % 
π Evening                297 commits         βββββββββββββββββββββββββ   32.78 % 
π Night                  74 commits          βββββββββββββββββββββββββ   08.17 % 
π I'm Most Productive on Sunday
Monday                   129 commits         βββββββββββββββββββββββββ   14.24 % 
Tuesday                  136 commits         βββββββββββββββββββββββββ   15.01 % 
Wednesday                118 commits         βββββββββββββββββββββββββ   13.02 % 
Thursday                 139 commits         βββββββββββββββββββββββββ   15.34 % 
Friday                   133 commits         βββββββββββββββββββββββββ   14.68 % 
Saturday                 109 commits         βββββββββββββββββββββββββ   12.03 % 
Sunday                   142 commits         βββββββββββββββββββββββββ   15.67 % 
π This Week I Spent My Time On
ποΈ Time Zone: America/Chicago
π¬ Programming Languages: 
No Activity Tracked This Week
π₯ Editors: 
No Activity Tracked This Week
π±βπ» Projects: 
No Activity Tracked This Week
π» Operating System: 
No Activity Tracked This Week
I Mostly Code in C++
CSS                      4 repos             βββββββββββββββββββββββββ   15.38 % 
HTML                     3 repos             βββββββββββββββββββββββββ   11.54 % 
JavaScript               3 repos             βββββββββββββββββββββββββ   11.54 % 
SCSS                     1 repo              βββββββββββββββββββββββββ   03.85 % 
Liquid                   1 repo              βββββββββββββββββββββββββ   03.85 % 
I love being able to offer people the tools/software that help make a difference in their lives. Your support helps continue to make that happen. There is no pressure, though. If you like what I am doing and use what I put out, please consider supporting me through the various options below. I have set up both one-time donations and membership tiers. (Those that support me through memberships get extra perks!)
NOTE: Top languages does not indicate my skill level or anything like that. It is just a metric of which languages have been hosted by me on GitHub based on the usage across repositories. There are others that have not been put on Github.





