alxchk / pupy

OpenSource cross-platform python security toolkit (remote shell)
Other
45 stars 13 forks source link

Pupy history disappears #14

Closed CG-root closed 6 years ago

CG-root commented 6 years ago

Hi, While I try to open a shell I see that the pupy history being wiped.

How can I cancel this behavior ?

Thanks.

alxchk commented 6 years ago

There is no option to disable this, but you can delete from PupyCmd.py lines with SHADOW_SCREEN_TO and SHADOW_SCREEN_FROM

alxchk commented 6 years ago

Okay, they are now configurable

config set cmdline shadow_screen no
config save
CG-root commented 6 years ago

thanks !