mirror of https://github.com/n1nj4sec/pupy.git
Add missing PID column
This commit is contained in:
parent
2b0ff781bd
commit
7f884cb473
|
@ -78,7 +78,7 @@ class NetStatModule(PupyModule):
|
|||
|
||||
self.stdout.write(
|
||||
PupyCmd.table_format(objects, wl=[
|
||||
'AF', 'TYPE', 'LADDR', 'RADDR', 'USER', 'EXE'
|
||||
'AF', 'TYPE', 'LADDR', 'RADDR', 'USER', 'PID', 'EXE'
|
||||
]))
|
||||
|
||||
except Exception, e:
|
||||
|
|
Loading…
Reference in New Issue