How to prepend single word to each dictionary entry?
#1
Hi,

I'd like to prepend "http://" to every entry in my dictionary file, how can I do this with normal hashcat? Seems like it is possible with the hybrid attack in ocl hashcat like this?

./oclHashcat64.bin -m 0 -a 1 hashes.txt ^h^t^t^p^:^/^/ dictionary.txt

But I can only use the normal hashcat and it doesn't work, I simply get "^h^t^t^p^:^/^/: No such file or directory".


Messages In This Thread
How to prepend single word to each dictionary entry? - by questme - 03-16-2014, 09:15 PM