Mr-Un1k0d3r / DKMC

DKMC - Dont kill my cat - Malicious payload evasion tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error

pparker1800 opened this issue · comments

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

with or without 'output' place.

commented

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.

fixed the code indentation