QUOTE
There is a plug-in for Rainbow Crack that allows you to make NTLMv2 hash tables
->there isn't such a plug-in.
QUOTE
starting to think that maybe the NTLMv2 hash is generated on the fly upon an authentication request from a client and is only used for safe network transportation.
indeed. It goes as follows:
1/ Client requests connection
2/ server sends challenge code
3/ client send NTLMv2 hash (function of: Username, domainname, serverchallengecode,clientchallengecode,and, of course, the password ).
see here:
http://www.blackhat.com/presentations/win-...ty-winsec02.ppt(watch out: in the slideshow they make no difference between LMv2 and NTLMv2 , if I remember correct...)