Iterated SHA-1
#1
I cannot find support for iterated SHA-1 (with salt prefix):

Code:
sha1(...(sha1(sha1($salt.$pass)))

with number of iterations being e.g. 1000.

This looks a lot like KD used in Web Services Security UsernameToken Profile 1.1 (https://www.oasis-open.org/committees/do...c104276214), also reported in https://github.com/hashcat/oclHashcat/issues/91

So, is it correct that such iterated SHA-1 is not supported out of the box in (ocl)Hashcat?
#2
correct. That's why there is that feature request.