Open
Description
Is your feature request related to a problem? Please describe.
When you do some attack, to load the keys file (whe you know, for testing for example) is very repetitive to do "-d xxx.dic" or "mem load -f xxxx" before doing
Describe the solution you'd like
Dictionary file (or files) in spiffs that loads when starting any type of attack (obviously, this will do only when "ifdef WITH_FLASH")
Describe alternatives you've considered
Load manually before with
mem load -f mfc_default_keys -m -> upload MFC keys
mem load -f t55xx_default_pwds -t -> upload T55XX passwords
mem load -f iclass_default_keys -i -> upload iCLASS keys
or passing to the attack command manually
Additional context