Skip to content
Permalink
Browse files
Updated the README.md file.
  • Loading branch information
ab6459 committed Aug 2, 2022
1 parent e87968c commit b380e2406d0a96c38024b0795f38bb49f81dfee7
Showing 1 changed file with 14 additions and 5 deletions.
@@ -1,10 +1,19 @@
# Student Instructions

Over the course of development you should be editing this document to fill out the sub-headings below, along with
anything else you feel may be appropriate.
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.

## User documentation
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:

## Unit Tests
- Basic Python
- Virtual Environments
- PyDoc
- PyTest

## Algorithms
## 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/)

0 comments on commit b380e24

Please sign in to comment.