Repository for HackBeanpot x NUWiCyS January 2023 Hackathon.
Folder | Description |
---|---|
src | Contains the boiler plate source code |
src/keylogger | Boiler plate source code for a (fake) malicious program that logs all keystrokes uploading to a mock malicious database |
src/password_manager | Boiler plate source code for a security program that encrypts passwords to keep them safe on a local computer. |
src/web_crawler | Boiler plate source code for a data collection program that can open websites and gleam information, repetitively. |
- Python3 installed
- Pip3 installed
- Text Editor/IDE If you do not have any of these requirements please contact a team member at WiCYS and/or HackBeanpot.
- Pick the project that looks most interesting to you
- Briefly skim the respective README.md doc and see if it fits your capacity
- Once decided on your project, get installation and running the script working
- Follow the guided milestones and ask questions when you are confused
- Learn and have fun!