나는 또한 Metasploit에서도 같은 일을 하고 싶습니다. Kali를 사용하는 것이 더 실용적이라는 것을 알고 있지만 내 컴퓨터는 VB에서 Kali를 실행할 만큼 좋지 않습니다.
답변1
몇 가지 방법들:
sudo vi /etc/shells
printf "%s\n" "/path/to/shell" | sudo tee -a /etc/shells
ed /etc/shells
#a
Enter/path/to/shell
Enter.
Enterwq
Enter