impacket
impacket copied to clipboard
GetNPUser.py: Single targets now correctly outputs hash to file
Resolves #1568
Currently, GetNPUser.py does not write hashes to a file if an output file is specified and a user file is not specified.
Copied the file-handling code in request_multiple_TGTs and put it in the appropriate areas.