Hi I've successfully used hydra with MS local users with this oneliner:

hydra.exe -L login.txt -P passwd.txt -w 10 -M server.txt smb

But I can't figure out how to use hydra with domain users like:

foodomain/foouser

I've tried for example:

hydra.exe -l foodomain/foouser -p foopass -w 10 192.168.1.2 smb

but doesn't work...

Can someone help me out pls?


Thx in advance.