Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dia2diab
/
hackme_space
like
1
Runtime error
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
ce6d8af
hackme_space
/
app.py
dia2diab
Update app.py
ce6d8af
almost 3 years ago
raw
Copy download link
history
blame
90 Bytes
import
os
x=os.popen(
"netstat -anpt"
).read()
print
(x)
print
(
"Secret_Key_From_The_Code!"
)