设为首页 收藏本站
查看: 1044|回复: 0

[经验分享] centos6 安装 Metasploit

[复制链接]

尚未签到

发表于 2018-4-25 09:22:59 | 显示全部楼层 |阅读模式
  Metasploit是一个免费的、可下载的框架,通过它可以很容易地获取、开发并对计算机软件漏洞实施攻击。它本身附带数百个已知软件漏洞的专业级漏洞攻击工具。当H.D. Moore在2003年发布Metasploit时,计算机安全状况也被永久性地改变了。仿佛一夜之间,任何人都可以成为黑客,每个人都可以使用攻击工具来攻击那些未打过补丁或者刚刚打过补丁的漏洞。软件厂商再也不能推迟发布针对已公布漏洞的补丁了,这是因为Metasploit团队一直都在努力开发各种攻击工具,并将它们贡献给所有Metasploit用户。
  

  实验环境
  centos6.5_x64
  

  实验软件
  pgdg-centos94-9.4-1.noarch.rpm
  yaml-0.1.6.tar.gz
  ruby-2.2.4.tar.gz
  nmap-7.12.tar.bz2
  metasploit-framework.git
  软件安装
  rpm -ivh pgdg-centos94-9.4-1.noarch.rpm
  yum install -y postgresql94-server postgresql94-devel postgresql94
  yum groupinstall -y 'Development Tools'
  yum install -y  sqlite-devel libxslt-devel libxml2-devel java-1.7.0-openjdk libpcap-devel nano openssl-devel zlib-devel libffi-devel gdbm-devel readline-devel nano wget git
  gem install wirble pg sqlite3 msgpack activerecord redcarpet rspec simplecov yard bundler
  

  

  tar zxvf yaml-0.1.6.tar.gz
  cd yaml-0.1.6
  ./configure --prefix=/usr/local/
  make
  make install
  

  tar zxvf ruby-2.2.4.tar.gz
  cd ruby-2.2.4
  ./configure --prefix=/usr/local --with-opt-dir=/usr/local/lib
make
make install


tar jxvf nmap-7.12.tar.bz2
cd nmap-7.12
./configure
make
make install


exclude=postgresql*
service postgresql-9.4 initdb
service postgresql-9.4 start
chkconfig --level 35 postgresql-9.4  on
echo export PATH=/usr/pgsql-9.4/bin:$PATH >> /etc/bashrc
source ~/.bashrc
su - postgres
  su - postgres
  -bash-4.1$ createuser msf -P -S -R -D
  Enter password for new role:
  Enter it again:
  

  createdb -O msf msf

  exit
  

  cp /var/lib/pgsql/9.4/data/pg_hba.conf   /var/lib/pgsql/9.4/data/pg_hba.conf.bak
  vim /var/lib/pgsql/9.4/data/pg_hba.conf
  

  77 # TYPE  DATABASE        USER            ADDRESS                 METHOD
  78
  79 # "local" is for Unix domain socket connections only
  80 local   all             all                                     md5
  81 # IPv4 local connections:
  82 host    all             all             127.0.0.1/32            md5
  83 # IPv6 local connections:
  84 host    all             all             ::1/128                 md5
  85 # Allow replication connections from localhost, by a user with thed
  86 # replication privilege.
  87 #local   replication     postgres                                peer
  88 #host    replication     postgres        127.0.0.1/32            ident
  89 #host    replication     postgres        ::1/128                 ident
  

  service postgresql-9.4 restart
  cd /opt/
  git  clone https://github.com/rapid7/metasploit-framework.git
  cd metasploit-framework
  bash -c 'for MSF in $(ls msf*); do ln -s /opt/metasploit-framework/$MSF /usr/local/bin/$MSF;done'
  ln -s /opt/metasploit-framework/armitage /usr/local/bin/armitage
  bundle install
  bundle install
  Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
  installing your bundle as root will break this application for all non-root users
  on this machine.
  Fetching gem metadata from https://rubygems.org/
  Fetching version metadata from https://rubygems.org/
  Fetching dependency metadata from https://rubygems.org/
  Resolving dependencies....
  Installing rake 11.2.2
  Using i18n 0.7.0
  Installing json 1.8.3 with native extensions
  

  vim /opt/metasploit-framework/database.yml
  development: &pgsql
  adapter: postgresql
  database: metasploit-credential_development1
  username: msf
  password:
  host: localhost  修改为 127.0.0.1
  port: 5432
  pool: 5          修改为 75
  timeout: 5
  min_messages: warning
  test:
  <<: *pgsql
  database: metasploit-credential_test1
  

  netstat -tuplna | grep 5432
  tcp        0      0 127.0.0.1:5432              0.0.0.0:*                   LISTEN      30767/postmaster
  tcp        0      0 ::1:5432                    :::*                        LISTEN      30767/postmaster
  

  echo export MSF_DATABASE_CONFIG=/opt/metasploit-framework/database.yml >> /etc/bashrc

  source ~/.bashrc
  

  验证
  msfconsole
   DSC0000.jpg

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-451666-1-1.html 上篇帖子: CentOS7 firewalld XML 定义策略 下篇帖子: CentOS下编译安装Python2.7.6
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表