This config does not support the provided Wordlist Type (MAC)

Going crazy here, not sure what the problem is.

My test file contains 10 mac addresses with the 00:11:22:33:44:55:66 format.

I have

[WORDLIST TYPE]
Name=MAC
Regex=^[a-fA-F0-9:]{17}|[a-fA-F0-9]{12}$
Verify=True
Separator=
Slices=MAC

inside UserData/Environment.ini

When I add the file with mac addresses, I chose MAC as I presume I’m supposed to?

However then I press start, and inevitably get an error that my config doesn’t support this wordlist type – when as far as I know the entire config revolves around MACs, so I’m puzzled

Any assistance would be great, just looking to try the app for testing on my own home server

Thanks in advance!

Show the error you get when loading the config. If it’s the typical error that the config doesn’t support the type of combo, then you haven’t specified the wordlist in the config, and you need to do so

1 Like

try to use this regex.

[WORDLIST TYPE]
Name=MACs
Regex=^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$
Verify=True
Separator=,
Slices=MAC
1 Like

Sorry for the delay, I think I have bigger problems than just that, as the script I tried to import into OB2 that was working for me in OB1 seems to not be functioning at all… I guess they aren’t backwards compatible at all… When I execute the script it’s not even giving me a popup asking for a URL! Just says it can’t parse it, without even asking… And I’m just a novice user, I’m not even sure how to begin to convert it!

I will try the regex above though, thank you guys both for responding, not sure what I’ll do at this point as I don’t have the skills to build it from scratch

image

This happens even in SBS mode when I clearly input the hostname in the top field, so I have no idea whats gone wrong

That doesn’t matter, send screenshots of how you’re doing it. Don’t just send the error message; that would be quite annoying to figure out. It would be helpful if you could send screenshots.

I am most happy for your assistance but just want to check what to take screenshots of!

I import my OB1 .loli via the Configs menu, then try to create a job with the config chosen and my mac list and then expect it to prompt for my target URL address as it does in Ob1 but it just fails instead

I then head to the debugger, where it doesn’t even prompt me for the url and immediately fails, instead!

I’ll be home within the hour and report back with exact screenshots of the error but please just let me know what else to take a pic of

Much appreciated again, thank you Kanna!!

Just take a screenshot of everything—the configuration, how it asks for the checkbox, and everything else.