mirror of
https://github.com/billbuchanan/appliedcrypto.git
synced 2026-02-20 13:50:42 +00:00
Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
@@ -213,7 +213,7 @@ hashcat -m 1000 file.txt words.txt
|
||||
```
|
||||
|
||||
### B.6
|
||||
Now crack the following Scottish football teams (all are single words):
|
||||
Now crack the following Scottish football teams (all are single words and are lower case - and are in the Scottish Premier League or Scottish Championship):
|
||||
|
||||
```
|
||||
635450503029fc2484f1d7eb80da8e25bdc1770e1dd14710c592c8929ba37ee9
|
||||
@@ -773,7 +773,7 @@ Number of tests:
|
||||
|
||||
|
||||
## K.3
|
||||
Download the bfield.hash password hash, and using the rockyou.txt list, determine the first 10 passwords in the hashed file. An example command might be:
|
||||
Download the bfield.hash password hash [here](https://www.adeptus-mechanicus.com/codex/hashpass/bfield.hash.7z), and using the rockyou.txt list, determine the first 10 passwords in the hashed file. An example command might be:
|
||||
|
||||
```
|
||||
hashcat -m 0 bfield.hash rockyou.txt
|
||||
|
||||
@@ -491,7 +491,7 @@ Stopped: Thu Jan 30 16:22:40 2020
|
||||
## B.6
|
||||
<pre>
|
||||
celtic
|
||||
motherwell
|
||||
falkirk
|
||||
aberdeen
|
||||
livingston
|
||||
</pre>
|
||||
|
||||
Reference in New Issue
Block a user