Skip to content

Commit

Permalink
style: Automatic code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 31, 2024
1 parent 9c25c80 commit a443fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/processing/parsers/CAPE/Lumma.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import base64
import re

import pefile


Expand Down
2 changes: 1 addition & 1 deletion modules/processing/parsers/CAPE/Stealc.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def extract_config(data):
domain = decoded_str
elif decoded_str.startswith("/") and decoded_str[-4] == ".":
uri = decoded_str
#else:
# else:
# config_dict["Strings"].append({f"dword_{dword_offset}" : decoded_str})

if domain and uri:
Expand Down

0 comments on commit a443fbc

Please sign in to comment.