How to upgrade a dump shell to a fully interactive shell
Автор: Security in mind
Загружено: 2022-02-07
Просмотров: 3309
Описание:
In this video I will show how you can upgrade your dump shell to a fully interactive shell.
Notes from the video:
The reason why it doesn't work in Kali Linux is because the latest Kali uses the zsh shell by default, not bash. To get it to work, you just have to make sure you're using the bash shell.
To temporarily switch to a bash shell, run the following command in your terminal:
exec bash --login
You can confirm if you're using bash by running:
ps -p $$
python3 -c 'import pty; pty.spawn("/bin/bash")'
CTRL + Z
stty raw -echo
fg
export TERM=xterm
Like my videos? Would you consider to donate to me I created a possible way for you to do that.
Donation link: https://streamlabs.com/securityinmind...
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: