redsnarf icon indicating copy to clipboard operation
redsnarf copied to clipboard

syntax fixes and install instructions

Open ghost opened this issue 6 years ago • 1 comments

ghost avatar Jul 06 '18 10:07 ghost

Bump on this one!

Related to #13

Also, Python 3 treats TabErrors as syntax errors.

flake8 testing of https://github.com/lake8 testing of https://github.com/nccgroup/redsnarf on Python 3.7.0

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./redsnarf.py:360:31: E999 TabError: inconsistent use of tabs and spaces in indentation
		dce = DCERPC_v5(rpctransport)
                              ^
1     E999 TabError: inconsistent use of tabs and spaces in indentation
1

cclauss avatar Aug 31 '18 08:08 cclauss