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 |
