Results 1 to 4 of 4

Thread: Metasploit installer problems

  1. #1
    Join Date
    Sep 2009
    Location
    Oz
    Beans
    49
    Distro
    Ubuntu 10.04 Lucid Lynx

    Metasploit installer problems

    I downloaded the Metasploit Linux installer which is a file type .run (I have never encountered one of these, but I was told it is essentially a .bin). So i tried to run it as I would a .bin

    guy@Cuttlefish:~$ cd ~/Downloads
    guy@Cuttlefish:~/Downloads$ ./framework-3.4.0-linux-i686.run

    which generates this output

    bash: ./framework-3.4.0-linux-i686.run: Permission denied

    so I tried using sudo and it said command not found, which I thought was strange as it tried to tell me that I didn't have permission earlier. I then logged in as root and got back to permission denied. Has anyone had experience with this, I would like to start learning about and playing with Metasploit, so any help would be appreciated.

  2. #2
    Join Date
    Aug 2005
    Beans
    129

    Re: Metasploit installer problems

    Have made sure the binary is executable?


    Code:
    chmod +x framework-3.4.0-linux-i686.run
    sudo ./framework-3.4.0-linux-i686.run

    By default files are not executable, but just read/write.

  3. #3
    Join Date
    Sep 2009
    Location
    Oz
    Beans
    49
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Metasploit installer problems

    oh jeez, thanks I totally forgot that step. I am going to try that, thanks. As I said, I am pretty new to this.

  4. #4
    Join Date
    Sep 2009
    Location
    Oz
    Beans
    49
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Metasploit installer problems

    Yeah, thanks again. That was it.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •