mirror of https://github.com/n1nj4sec/pupy.git
Hide kthread also in android
This commit is contained in:
parent
11fe90f7f9
commit
be9d24aa4f
|
@ -289,7 +289,9 @@ class PsModule(PupyModule):
|
||||||
int(x) if x.isdigit() else x for x in args.show
|
int(x) if x.isdigit() else x for x in args.show
|
||||||
]
|
]
|
||||||
|
|
||||||
if not args.all and not args.show and self.client.is_linux():
|
if not args.all and not args.show and (
|
||||||
|
self.client.is_linux() or self.client.is_android()
|
||||||
|
):
|
||||||
hide.append(2)
|
hide.append(2)
|
||||||
|
|
||||||
if args.info:
|
if args.info:
|
||||||
|
|
Loading…
Reference in New Issue