Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
4061CEM_BruteForce/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19 lines (13 sloc)
677 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Student Instructions | |
This project is a tool for brute-forcing the passwords for a given set of target binaries. In its current state, it is | |
incomplete, and you are tasked with aiding in the completion of the project. | |
In order for you to complete this project, you will need to learn some new things along the way. Most notably, you will | |
need to know the following: | |
- Basic Python | |
- Virtual Environments | |
- PyDoc | |
- PyTest | |
## Instructions | |
For a detailed overview on what is expected to be undertaken for this project, please follow the instructions at the | |
following URL: | |
- [Project: Brute Force](https://github.coventry.ac.uk/pages/CUEH/4061CEM/labs/projects/brute_force/) |