Skip to content

Commit

Permalink
Changed the upload destination directory according to the RESULT_UPLO…
Browse files Browse the repository at this point in the history
…ADABLE whitelist in resultserver.py.
  • Loading branch information
t-mtsmt authored Nov 28, 2023
1 parent a586368 commit fb34814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/windows/modules/auxiliary/procmon.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def stop(self) -> bool:
)

# Upload the XML file to the host.
upload_to_host(self.procmon_xml, "procmon.xml")
upload_to_host(self.procmon_xml, "aux/procmon.xml")
return True
except Exception as e:
logging.error(e, exc_info=True)
Expand Down

0 comments on commit fb34814

Please sign in to comment.