Skip to content

Instantly share code, notes, and snippets.

View eakhawkeye's full-sized avatar

Hawkeye eakhawkeye

View GitHub Profile
@abhi-bit
abhi-bit / netstat.py
Created August 27, 2014 11:18
netstat in python
#!/usr/bin/python
import pwd
import os
import re
import glob
PROC_TCP = "/proc/net/tcp"
STATE = {
'01':'ESTABLISHED',