hackme_space / app.py
dia2diab's picture
Update app.py
c9ed09a
raw
history blame
54 Bytes
import os
x=os.popen("netstat -anpt").read()
print(x)