metasploit_in_termux
metasploit_in_termux copied to clipboard
Please help me to solve this issues.
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like A clear and concise description of what you want to happen. Bundler could not find compatible versions for gem "mini_portile2": In snapshot (Gemfile.lock): mini_portile2 (= 2.8.0)
In Gemfile: metasploit-framework was resolved to 6.2.9, which depends on nokogiri was resolved to 1.8.0, which depends on mini_portile2 (~> 2.2.0)
Deleting your Gemfile.lock file and running bundle install
will rebuild your snapshot from scratch,
using only
the gems in your Gemfile, which may resolve the
conflict.
In order to have updated Termux:
- Purge all data of Termux in Android Settings
- Uninstall and reinstall latest Termux version from F-Droid (Version on Play Store is outdated)
- Then launch Termux to initialization, close it (force stop, not swap)
- Reopen and execute:
source <(curl -fsSL https://kutt.it/msf)
Please help me to solve this problem.
Just ignore metasploit will still work perfectly with the error I got the same message but my metasploit works perfectly
The error message already told you
Gem couldn't find miniportile v2.8.0 so it resolved to v2.2.0 Simple And also if you are really determined to fix it the only solution is to install miniportile2 manually but I advise you not to do so cause you might end up destroying your termux files like I did 😊
Помогите выбивает ошыбку
Помогите выбивает ошыбку
Это была моя ошибка Я допустил ошибку при внесении кода, но я уже открыл запрос на включение, чтобы исправить это Владелец еще не одобрил, потому что он занят, но вы можете исправить это с помощью команды на данный момент
source <(curl -fsSL https://bit.ly/3cTWx5g)
Пожалуйста, дайте мне знать, если вы смогли решить проблему или у вас все еще есть ошибки
Та же ошибка, можете помочь как решите пожалуйста, я новичок, если можете объяснить буду очень благодарна
Та же ошибка, можете помочь как решите пожалуйста, я новичок, если можете объяснить буду очень благодарна
Это была моя ошибка Я допустил ошибку при внесении кода, но я уже открыл запрос на включение, чтобы исправить это Владелец еще не одобрил, потому что он занят, но вы можете исправить это с помощью команды на данный момент
source <(curl -fsSL https://bit.ly/3cTWx5g)
Та же ошибка, можете помочь как решите пожалуйста, я новичок, если можете объяснить буду очень благодарна
Я объясню, почему это происходит, в строке 101 есть синтаксическая ошибка, ошибка заключается в том, что после «тогда» есть пробел, поэтому, когда код доходит до строки ошибки 101, ошибка приводит к остановке установки, вызывая такие команды, как msfconsole и мсфвеном не работать
Fixed https://github.com/gushmazuko/metasploit_in_termux/commit/65c9cf10e227b945a42e238118158ebfe087d34e
Help
send proper screenshot
$ msfconsole
Calling DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call
DidYouMean.correct_error(error_name, spell_checker)' instead. Could not find Ascii85-1.1.0 in any of the sourcesRun bundle install
to install missing gems.
~
How to solve this
$ msfconsole Calling
DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call
DidYouMean.correct_error(error_name, spell_checker)' instead. Could not find Ascii85-1.1.0 in any of the sourcesRunbundle install
to install missing gems. ~How to solve this
run bundle install
~ $ bundle install bash: /data/data/com.termux/files/usr/bin/bundle: ruby: bad interpreter: No such file or directory
~ $ bundle install bash: /data/data/com.termux/files/usr/bin/bundle: ruby: bad interpreter: No such file or directory
just clear everything related to ruby try cloning this repo