Skip to content

WixkedLuck/Cyber-Mix-Vol.-9-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyber Pak Vol. 9

Table of Contents

Description

Welcome to Cyber Pak Vol. 9, a project developed for a Cybersecurity bootcamp. This "tackle box" of cybersecurity tools and demonstrations covers various topics from our class curriculum.

Project Contents

1. Password Generator:

  • This tool creates semi-complex passwords based on user input. Features include:

  • User-defined password length

  • Combination of uppercase and lowercase letters, numbers, and special characters

  • Randomized character selection for enhanced security

2. SQL Injection CTF:

  • This section showcases the concept of several SQL injection attacks in a solo ctf style competition

3. Caeser Cipher:

  • This tool is uses to encode a message using the simplest and oldest encryption technique and gives a breif background on how it works.

4. Cyber Gaurd:

  • This module is an extra learning framework that covers more topics in cyber security. (Senior Project at VSU 2023)

Installation

In order to install my project you will need the following:

  • Git
  • IDE with node.js capabilities

To start: Clone the repository on GitHub then open Git on your local machine. First find a location of your choice on your computer that you want the folder to be in.

  • To change working directory, use the command cd followed by a folder or cd.. to move back
  • Using the command git clone and adding the cloned directory, you will have a copy of this project

Usage

The goal of this project is to provide practical examples and tools related to cybersecurity concepts covered in our bootcamp. By exploring these topics hands-on, users can gain a better understanding of:

Password security and best practices

Web application vulnerabilities

The importance of input validation and parameterized queries

Contributors

  • WixkedLuck

Site

https://wixkedluck.github.io/Cyber-Mix-Vol.-9-/

Images

Logo

Logo

Cipher Page

Cipher

Password Generator Page

Password-Generator

CTF Page

CTF-Page

Releases

No releases published

Packages

No packages published