Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 617 Bytes

File metadata and controls

10 lines (7 loc) · 617 Bytes

34 Holman Dynamics

In this mission the hacker must retrieve a 16 digit credit card number from a garbage file. This file contains only numbers and the credit card number may start at any point in the file. This means the validation check must be executed starting at each sequential digit.

Solution Cycles Size Activity EXA Modules
01 25829 143 7 XA XB
02 6082 76 10 XA XB

Solution 02