This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# MS SCEP & SE quarantined files decrypter | |
# This script is a fork from quarantine.py from the cuckoosandbox project. | |
# Also thanks to Jon Glass (https://jon.glass/quarantines-junk/) | |
# Usage: quarantine.py <encryptedfile> | |
# | |
# Copyright (C) 2015 KillerInstinct, Optiv, Inc. ([email protected]) | |
# This file is part of Cuckoo Sandbox - http://www.cuckoosandbox.org | |
# See the file 'docs/LICENSE' for copying permission. |