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.
-
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
- This section showcases the concept of several SQL injection attacks in a solo ctf style competition
- This tool is uses to encode a message using the simplest and oldest encryption technique and gives a breif background on how it works.
- This module is an extra learning framework that covers more topics in cyber security. (Senior Project at VSU 2023)
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
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
- WixkedLuck



