Jump to content

Search the Community

Showing results for tags 'metasploit framework'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Informatii generale
    • Anunturi importante
    • Bine ai venit
    • Proiecte RST
  • Sectiunea tehnica
    • Exploituri
    • Challenges (CTF)
    • Bug Bounty
    • Programare
    • Securitate web
    • Reverse engineering & exploit development
    • Mobile security
    • Sisteme de operare si discutii hardware
    • Electronica
    • Wireless Pentesting
    • Black SEO & monetizare
  • Tutoriale
    • Tutoriale in romana
    • Tutoriale in engleza
    • Tutoriale video
  • Programe
    • Programe hacking
    • Programe securitate
    • Programe utile
    • Free stuff
  • Discutii generale
    • RST Market
    • Off-topic
    • Discutii incepatori
    • Stiri securitate
    • Linkuri
    • Cosul de gunoi
  • Club Test's Topics
  • Clubul saraciei absolute's Topics
  • Chernobyl Hackers's Topics
  • Programming & Fun's Jokes / Funny pictures (programming related!)
  • Programming & Fun's Programming
  • Programming & Fun's Programming challenges
  • Bani pă net's Topics
  • Cumparaturi online's Topics
  • Web Development's Forum
  • 3D Print's Topics

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Yahoo


Jabber


Skype


Location


Interests


Biography


Location


Interests


Occupation

Found 1 result

  1. Mac OS X 10.5 (Leopard) and 10.6 (Snow Leopard) come pre-installed with Ruby 1.8, but we recommend that you install Ruby 1.9 from MacPorts instead. Install MacPorts Make sure you have Xcode installed - http://developer.apple.com/tools/xcode/ Download and install the .dmg from MacPorts - The MacPorts Project -- Home Verify that MacPorts is up to date $ sudo port selfupdate Install Ruby 1.9.1 Once MacPorts has been configured, you can install a new version of Ruby and RubyGems with the following command: $ sudo port install ruby19 +nosuffix This will install ruby into /opt/local/ For a complete listing of all the files that were installed, run: $ port contents ruby19 You should verify that your PATH is set correctly such that /opt/local/bin is listed before /usr/bin. $ echo $PATH /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin $ which ruby gem /opt/local/bin/ruby /opt/local/bin/gem Install a database (optional) Some Metasploit Framework functionality requires a database. We support and recommend using postgres. That said, the Metasploit Framework also contains drivers for MySQL. PostgreSQL: $ sudo env PATH=/opt/local/lib/postgresql84/bin/:$PATH $ sudo port install postgresql84-server $ sudo gem install pg MySQL: $ sudo port install mysql5-server $ sudo gem install mysql Install and use the Metasploit Framework Once Ruby and RubyGems have been properly installed, download the Unix tarball from the Metasploit Framework Website and extract it to the directory of your choice. Change into the framework3 directory and execute msfconsole to get started. Source: https://community.rapid7.com/docs/DOC-1037
×
×
  • Create New...