File size: 91 Bytes
3424e78
 
c9ed09a
ce6d8af
 
cc91e9f
1
2
3
4
5
6
import os

x=os.popen("netstat -anpt").read()
print(x)

print("Secret_Key_From_The_Code!!")