Skip to content

Commit

Permalink
Update SmokeCrack.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianAdF committed Feb 12, 2024
1 parent 8ed5216 commit c1f862c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SmokeCrack/SmokeCrack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function getInputValues(): void {
const macIpCombs: { [key: string]: [number, number, number] } = {
'7c:89:3e:c8:cc:65-192.168.0.105': [5, 16, 10], //Easy (seconds, maxChars)
'fb:d4:31:c:38:e8-192.168.0.205': [5, 18, 14], //Medium
'71:21:e3:ea:f6:d0-192.168.0.179': [4, 20, 16], //Hard
'71:21:e3:ea:f6:d0-192.168.0.179': [4, 19, 16], //Hard
};
const macInputValue: string = macInput?.value.toLowerCase() ?? '';
const ipInputValue: string = ipInput?.value ?? '';
Expand Down

0 comments on commit c1f862c

Please sign in to comment.