# 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.
- The CybersecKyle Community is live: security and tech, together
- Weekly Notes: Week 42, 2025
- Sora, Hands-On: thrilling for creators, thorny for privacy
- Cybersecurity Weekly Roundup for October 11β17, 2025
- Weekly Notes: Week 41, 2025
β‘οΈ more blog posts...
π± My GitHub Data
π¦ 282.9 kB Used in GitHub's Storage
π 265 Contributions in the Year 2025
πΌ Opted to Hire
π 40 Public Repositories
π 7 Private Repositories
I'm an Early π€
π Morning 144 commits βββββββββββββββββββββββββ 16.25 %
π Daytime 371 commits βββββββββββββββββββββββββ 41.87 %
π Evening 297 commits βββββββββββββββββββββββββ 33.52 %
π Night 74 commits βββββββββββββββββββββββββ 08.35 %
π I'm Most Productive on Sunday
Monday 125 commits βββββββββββββββββββββββββ 14.11 %
Tuesday 132 commits βββββββββββββββββββββββββ 14.90 %
Wednesday 115 commits βββββββββββββββββββββββββ 12.98 %
Thursday 130 commits βββββββββββββββββββββββββ 14.67 %
Friday 133 commits βββββββββββββββββββββββββ 15.01 %
Saturday 109 commits βββββββββββββββββββββββββ 12.30 %
Sunday 142 commits βββββββββββββββββββββββββ 16.03 %
π 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 5 repos βββββββββββββββββββββββββ 19.23 %
HTML 3 repos βββββββββββββββββββββββββ 11.54 %
Swift 2 repos βββββββββββββββββββββββββ 07.69 %
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.