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():
|
for process in process_iter():
|
||||||
try:
|
try:
|
||||||
info = process.as_dict()
|
info = process.as_dict(['environ'])
|
||||||
except OSError:
|
except OSError:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue