Mr-Un1k0d3r / DKMC

DKMC - Dont kill my cat - Malicious payload evasion tool
Other
1.38k stars 287 forks source link

error #29

Closed pparker1800 closed 4 years ago

pparker1800 commented 4 years ago

File "dkmc.py", line 12 os.makedirs("output/")

with or without 'output' place.

wsiff commented 4 years ago

This is due to difference in indentation. Easiest solution:

pip install autopep8 then move to DKMC directory, autopep8 -i dkmc.py

It'll do the trick.

Mr-Un1k0d3r commented 4 years ago

fixed the code indentation