Skip to content

Commit

Permalink
Update PhemedroneStealer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven committed Feb 9, 2024
1 parent 544b79e commit 60f0312
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/processing/parsers/CAPE/PhemedroneStealer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Phemedrone Stealer config extractor by @tccontre18 - Br3akp0int
# https://github.com/tccontre/KnowledgeBase/blob/main/malware_re_tools/phemdrone_cfg_extractor/phemdrone_extractor_s.py

import abc

CilMethodBodyReaderBase = abc.ABC

try:
import dnfile
from dnfile.enums import MetadataTables
Expand All @@ -16,6 +21,7 @@

HAVE_DNCIL = True
except ImportError:
print("Missed dependency: poetry run pip install dncil")
HAVE_DNCIL = False


Expand Down

0 comments on commit 60f0312

Please sign in to comment.