Skip to content

Commit

Permalink
rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
reillymck committed Oct 1, 2024
1 parent c7032ca commit 2535b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ python -m unittest discover -s test -p "test_*.py"
About the testing:
* We have github actions setup to run pylint on every commit to the main branch. This checks for general python syntax errors and ensures that main code is always executable.
* We have a unit test setup to do a basic check to make sure the http post request is working and that the reply is properly processed.
* In test_files/ there is a username word list and password word list that we used to brute force attack the website form hosted by the Midterm 1 virtual machine. We verified a few of the passwords it found, such as admin:admin, manually to make sure it did not put out false positives.
* In test_files/ there is a username word list and password word list that we used to brute force attack the website form hosted by the Midterm 1 virtual machine. We manually verified a few of the passwords it found, such as admin:admin, to make sure it did not put out false positives.

0 comments on commit 2535b68

Please sign in to comment.