epinna/weevely3

Weevely with TTY

eltouco72 opened this issue · 1 comments

Hello there,

is it possible that weevely has a "TTY feature" in the future ?
currently command like su ou sudo does not work because those commande can not be run from terminal
and commande like python -c 'import pty; pty.spawn("/bin/bash")' does not work as well.

Cheers and congratulation for the good work !

Nope, it's not possible.

I advise to use a backdoor module such as :backdoor_reversetcp or :backdoor_tcp and then run python -c 'import pty; pty.spawn("/bin/bash") to spawn the pty.