Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dia2diab
/
hackme_space
like
1
Runtime error
App
Files
Files
Community
5
cc91e9f
hackme_space
/
app.py
dia2diab
Update app.py
cc91e9f
over 2 years ago
raw
Copy download link
history
blame
91 Bytes
import
os
x=os.popen(
"netstat -anpt"
).read()
print
(x)
print
(
"Secret_Key_From_The_Code!!"
)