Bash:
pkg update; pkg upgrade
pkg install wget curl
cd $HOME;wget https://raw.githubusercontent.com/efxtv/Metasploit-in-termux/main/metasploit-6-termux.sh -q;bash metasploit-6-termux.sh
Все равно ругается, при вводе msfconsole пишет Could not find nokogiri-1.8.0, чтобы исправить я ввожу bundle install, но выдает
Downloading sqlite3-1.5.4 revealed dependencies
not in the API or the lockfile (mini_portile2 (~>
2.8.0)).
Either installing with `--full-index` or running
`bundle update sqlite3` should fix the problem., потом я ввожу bundle uodate sqlite3, но опять ошибка
An error occurred while installing
nokogiri (1.8.0), and Bundler cannot continue. Make sure that `gem install nokogiri -v '1.8.0' --source '
Ссылка скрыта от гостей
'` succeeds before
bundling., я пишу gem install nokogiri -v '1.8.0' --source '
Ссылка скрыта от гостей
, после этой комманды на новой строке появляется символ >, то есть надо что то ввести?