Skip to content
View dscott2113's full-sized avatar

Block or report dscott2113

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.

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

Hi there, I'm Daniel πŸ‘‹

Welcome to my GitHub profile! I'm a System Administrator with a degree in Cybersecurity from WGUπŸ¦‰, currently working to develop my skills and transition into a role in security. I'm using this space to share projects I build in my free time β€” for fun, for learning, and to grow my knowledge and experience in IT and cybersecurity.

πŸ“‚ Projects

Here are some of the projects I’ve worked on:

πŸ”¬ Home Lab Write Ups

  • πŸ—Ί Azure SOC Lab
    A project I did to learn and gain experience with Azure, KQL, and setting up and using a SIEM.

🐍 Python Coding

  • πŸ” File Integrity Monitoring Script
    A Python script that monitors files and directories for unauthorized changes by calculating and comparing file hashes.

  • 🐍 SlitherySnake
    My first project using Pygame β€” a simple version of the classic Snake game.

  • πŸ›‘οΈ ceaser_cypher
    A Python script I built while learning about cryptography to help understand Caesar ciphers more deeply.

✍️ Blog

I’m also working on a Medium page where I write about my projects and home labs to help gain skills and experience in cybersecurity. Check it out here: https://medium.com/@dscott2113

πŸ“« How to reach me

Feel free to connect or reach out if you have any questions or just want to chat!

Popular repositories Loading

  1. FileIntegrityMonitor FileIntegrityMonitor Public

    A script designed to allow the user to hash a file or folder and return the SHA256 hash value of the input. It will also create a text file with the results.

    Python 1

  2. README README Public

  3. Rock-Paper-Scissors Rock-Paper-Scissors Public

    A short simple python porject for the classic Rock, Paper, Scissors!

    Python

  4. ceaser_cypher ceaser_cypher Public

    Ceaser Cyper script I built when learning how encryption works and also was just getting into python.

    Python

  5. Dice_Game_Higher_or_Lower Dice_Game_Higher_or_Lower Public

    simple program I did for school project that plays a game of dice where you roll dice and have a chance to guess higher or lower and it also allows you to bet on the outcome each round.

    Python

  6. SlitherySnake SlitherySnake Public

    Python