Questions tagged [metasploit]

metasploit is an application for performing exploits against computers - it is typically used for pentesting systems

22 questions
6
votes
2 answers

How to install Metasploit and Armitage

I want to install metasploit and armitage on my ubuntu 16.04 LTS laptop running kernel 4.6 I've read blogs and posts on how to install it but the problem is is that they are outdated. The packages are not there anymore and or the commands dont…
Adriaan
  • 591
6
votes
1 answer

How to update ruby version to 2.5.1?

When I tried opening metasploit by msfconsole It showed an error rbenv: version `2.5.1' is not installed (set by /opt/metasploit-framework/.ruby-version) I tried rbenv install rbx-2.5.1 its showing BUILD FAILED (Ubuntu 16.04 using ruby-build…
3
votes
2 answers

metasploit problems

I've searched the whole internet for an answer and still haven't found one, I decided to uninstall metasploit i typed in the following $ cd /opt opt$ ls google lol sublime_text tor-browser-en wine-staging metasploit opt$ cd…
2
votes
0 answers

Is it possible to install metasploit on Ubuntu touch

I know that it is possible to install Metasploit on iPhones and somehow on Android mobile devices, today I installed ubuntu emulator and try ubuntu touch directly from my computer and I have a question: Is it possible to run Metasploit on Ubuntu…
user420734
2
votes
1 answer

Armitage won't start: parse error

I installed Armitage along with Metasploit and Postgresql but Armitage is not connecting. Starting Postgresql works fine sudo service postgresql start * Starting PostgreSQL 9.3 database server [ OK ] Metasploit is working…
Halnex
  • 143
2
votes
3 answers

Uninstall Metasploit problem

I had serious problems with Metasploit since I installed it, so I want to uninstall it I did try /opt/metasploit-4.5.0/uninstall but it doesn't work it shows a yes and no .. I choose yes then wait some seconds another window opens for 0.01sec then…
1
vote
2 answers

run programs from select menu

I've created a simple bash script to create a select menu which look like this : 1) Run nmap 2) Wireshark 3) metasploit framework 4) Exit now I want to run these programs as per menu selection. I am very new to bash scripting so looking for anyone's…
rajan
  • 11
1
vote
1 answer

How to choose to install all apps at once in katoolin/Kali linux repositories interface?

How can I install all the Kali linux tools at once? This is what I have. View the categories of available software in katoolin interface Can I just press 0 for everything to be installed at once, without going into one category at a time when…
Ali
  • 534
1
vote
0 answers

Problems Installing Metasploit Framework on Ubuntu

I have encountered 3 problems while following this guide to installing Metasploit Framework on Ubuntu and Debian: 1) After installing proper version of ruby, there is a command given for installing Ruby libraries: sudo gem install bundler. When I…
1
vote
0 answers

msfconsole -r file.rc output format

I need to check a host automatically with the help of msfconsole The relevant checks are in file.rc, it's possible to automate that routine via docker image with command RUN msfconsole -r file.rc After that all output processed as in the comment…
alex
  • 11
1
vote
0 answers

Problem with msfvenom command

I came across this problem while typing the command msfvenom -x "file.apk" -p android/meterpreter/reverse_tcp LHOST ="" LPORT ="" -o "newfile.apk"" Does anyone know something about that? I get the following error: Traceback (most recent call…
0
votes
2 answers

Metasploit wont launch

I recently downloaded Metasploit and tried to run it by typing msfconsole but I get this: ** Welcome to Metasploit Framework Initial Setup ** Please answer a few questions to get started. Would you like to use and setup a new database…
0
votes
1 answer

Metasploit installation -- Syntax error

I was installing Metasploit using the script invocation for quick installation and as I pasted the script in the terminal the error ./msfinstall: line 1:syntax error near unexpected token 'newline' ./msfinstall: line1: '' appeared.…
0
votes
1 answer

Permission denied when using bundler commands

I am pretty much completely new to Metasploit so I may just be having a problem that anyone who is experienced could fix but I hadn't seen any fixes online anywhere. I am running msfvenom -p android/meterpreter/reverse_tcp LHOST=ip R >…
0
votes
1 answer

Issue with Metasploit/Armitage install on Ubuntu

I installed Metasploit via this tutorial. I am able to run msfconsole and it works fine. However, I can't do service metasploit start (metasploit.service doesn't exist), and there is no file for metasploit in/etc/init.d. I assume this has to do…
dylan7
  • 185
  • 1
  • 2
  • 12
1
2