-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
-
committed
Apr 30, 2024
1 parent
d811904
commit ad725d7
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
The password is the flag. This means that the attacker knows the beginning and the end, and the only part of the password that they actually need to guess is the middle. The middle being only 7 characters means that it's straightforward to crack on a relatively modern cpu/gpu. | ||
The password is the flag. This means that the attacker knows the beginning and the end, and the only part of the password that they actually need to guess is the middle. The middle being only 4 characters means that it's straightforward to crack on a relatively modern cpu/gpu. | ||
|
||
Start up hashcat, give it the right mask, and get the flag. | ||
|
||
``` | ||
hashcat -m 1800 pw -a 3 "CCSC{?a?a?a?a?a?a}" | ||
hashcat -m 1800 pw -a 3 "CCSC{?a?a?a?a}" | ||
``` | ||
|
||
Flag: CCSC{UnM4sk} | ||
Flag: CCSC{M4sk} |