0

I am installing tool for testing. but after download tool in folder, i try to install it by

root@user:~ chmod +x metasploit-latest-linux-x64-installer.run
root@user:~ ./metasploit-latest-linux-x64-installer.run

And Output is like:

bash: ./metasploit-latest-linux-x64-installer.run: cannot execute binary file
Radhe
  • 121
  • 1
  • try this time by preceding.. `sh` to your command.. – Saurav Kumar Sep 10 '13 at 18:56
  • i tried this output: metasploit-latest-linux-x64-installer.run: metasploit-latest-linux-x64-installer.run: cannot execute binary file – Radhe Sep 10 '13 at 18:59
  • What is the output of `uname -a` command? – Radu Rădeanu Sep 10 '13 at 19:12
  • 2
    Just checking: you do have a 64-bit installation, right? What version? What URL did you download Metasploit from? What does `file metasploit-latest-linux-x64-installer.run` say? P.S. @SauravKumar That message indicates that this is not a script, prepending `sh` is exactly the wrong thing to do. – Gilles 'SO- stop being evil' Sep 10 '13 at 19:13

0 Answers0