{%TEMPLATE->struct/head%} {%TEMPLATE->struct/menu%}

Import Supertask

{%TEMPLATE->struct/messages%}

Masks

Information:
For every imported mask there will be a pre-conf task created which is then included in the newly created supertask.
Name:
Are small tasks:
Are CPU tasks:
Use optimized flag (-O):
Benchmark type:
Cracker Binary which is used to run this task:
Insert masks

Wordlist/Rule Bulk

Information:
For every file selected in the iteration column it will create a subtask with having 'FILE' replaced with the actual file.
Name:
Are small tasks:
Are CPU tasks:
Benchmark type:
Cracker Binary which is used to run this task:
Base Command (use FILE where it should be iterated over the selection):
{{FOREACH file;[[rules]]}} {{ENDFOREACH}}
Base Iterate Filename Size
[[file.getVal('file').getFilename()]] {{IF [[file.getVal('file').getIsSecret()]] == 1}} {{ENDIF}} [[Util::nicenum([[file.getVal('file').getSize()]])]]B
{{FOREACH file;[[wordlists]]}} {{ENDFOREACH}}
Base Iterate Filename Size
[[file.getVal('file').getFilename()]] {{IF [[file.getVal('file').getIsSecret()]] == 1}} {{ENDIF}} [[Util::nicenum([[file.getVal('file').getSize()]])]]B
{{FOREACH file;[[other]]}} {{ENDFOREACH}}
Base Iterate Filename Size
[[file.getVal('file').getFilename()]] {{IF [[file.getVal('file').getIsSecret()]] == 1}} {{ENDIF}} [[Util::nicenum([[file.getVal('file').getSize()]])]]B
{%TEMPLATE->struct/foot%}