Skip to content
View KolbeWilliams's full-sized avatar

Block or report KolbeWilliams

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
KolbeWilliams/README.md

Linkedin: www.linkedin.com/in/kolbewilliams-wimmer

My work surrounds computer networks, network security, and programming with a number of languages. However, most of my projects are in python. Many of my projects are reflections of my research in areas such as computer networks, cybersecurity, and machine learning.

Pinned Loading

  1. IDS-Using-ML-Algorithms-and-Neural-Networks IDS-Using-ML-Algorithms-and-Neural-Networks Public

    Classify botnet traffic with ML/NNs using this GUI app. Trains and evaluates on CTU-13 data, then predicts on new traffic. Algorithms include Naive Bayes, Random Forest, LSTM, and more.

    Python

  2. Network-Design-Project Network-Design-Project Public

    In this project, I designed a network based on a hypothetical RFP from two brothers who want to install a network in their apartment. Included are the logical/physical diagrams of the network along…

  3. Cybersecurity-Projects Cybersecurity-Projects Public

    These are some projects that I worked through that cover different cybersecurity topics, including encryption, access control, SQL injection, firewalls, IDS/IPS, Linux security tools, and more.

    Python

  4. Junos-Configuration-Labs Junos-Configuration-Labs Public

    These are some of the Junos labs that I completed. The Junos OS commands that I used to accomplish various things, such as configuring Junos switches and routers are shown.

  5. SQL-Injection-Project SQL-Injection-Project Public

    This project demonstrates SQL injection in an Ubuntu Linux virtual machine using DVWA along with mitigation techniques source code, and log files.

    1

  6. Python-Encryption-Decryption-Key-Serialization-and-File-I-O Python-Encryption-Decryption-Key-Serialization-and-File-I-O Public

    This python program showcases AES symmetric encryption/decryption with different modes, RSA asymmetric encryption/decryption, key serialization, and File I/O.

    Python