Need help on how to use impacket library which executes commands on remote windows servers from Linux, to not write any file on the remote server and still get the output, as wmiexec.py uses ADMIN$ folder to write a temporary file on the remote servers, please suggest.
executer = WMIEXEC(command, username, password, domain, hashes, aesKey, share, nooutput, k, dc_ip)
executer.run(address)