When I type `python msfrpc_smb.py -p batman -t 192.168.1.135` it return me a error below `File "msfrpc_smb.py", line 95 with open(ipfile) as f: ^ IndentationError: unindent does not match any outer indentation level` How to fix it?
When I type
python msfrpc_smb.py -p batman -t 192.168.1.135it return me a error belowFile "msfrpc_smb.py", line 95 with open(ipfile) as f: ^ IndentationError: unindent does not match any outer indentation levelHow to fix it?