Add missing PID column

This commit is contained in:
Oleksii Shevchuk 2017-03-17 07:14:49 +02:00
parent 2b0ff781bd
commit 7f884cb473
1 changed files with 1 additions and 1 deletions

View File

@ -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: