村长 发表于 2021-8-28 23:31:29

centos 7 下metasploit安装以及配置数据库


??安装metasploit??

#使用脚本进行安装,具体命令如下

yum install -y wget curl

curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall

chmod +x msfinstall

./msfinstall

然后会安装在/opt/metasploit-framework/目录下

??安装PostgreSQL??

wget https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm

rpm -ivh pgdg-redhat-repo-latest.noarch.rpm

yum install -y postgresql11 postgresql11-server postgresql11-devel

#初始化数据库:

/usr/pgsql-11/bin/postgresql-11-setup initdb

#启动并设为开机自启

systemctl start postgresql-11

systemctl enable postgresql-11

#切换用户并进入数据库

sudo -u postgres psql

#创建用户和数据库

create user msf_test with password 'youpass' nocreatedb;

create database msf1 with owner ='msf_test';

\q

#修改数据库配置

vim /var/lib/pgsql/11/data/pg_hba.conf

#修改为

# "local" is for Unix domain socket connections only
local   all             all                                     md5
# IPv4 local connections:
host    all             all             127.0.0.1/32            md5
# IPv6 local connections:
host    all             all             ::1/128               md5

#重启数据库使配置生效

systemctl restart postgresql-11

#创建metasploit数据配置信息

vim /opt/metasploit-framework/database.yml

#写入以下内容:

production:
adapter: postgresql
database: msf1
username: msf_test
password: youpass
host: 127.0.0.1
port: 5432
pool: 75
timeout: 5

#使配置生效

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

source ~/.bashrc

#启动

msfconsolehttp://cdn.u1.huluxia.com/g4/M01/9D/43/rBAAdmCr2ZaAZrWuAALfHFKc0Q0356.jpg

liqiang24 发表于 2021-8-30 12:42:16

前排,哇咔咔

半度微凉 发表于 2021-9-1 19:40:39

占位编辑
页: [1]
查看完整版本: centos 7 下metasploit安装以及配置数据库

村长黑科技是专业提供项目资源的服务的村长黑科技平台,如合购网赚项目、引流推广软件、软件程序开发等项目就选村长黑科
技平台参与或发布项目定制各种软件就来村长黑科技平台

本站中所有被研究的素材与信息全部来源于互联网,版权争议与本站无关。本站所发布的任何软件的破解分析文章、破解分析视频、补丁、注册机和注册信息,

仅限用于学习和研究软件安全的目的。您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容。学习破解分析技术是为了更好的完善软件可能存在的不安全因素,提升软件安全意识。所以您如果喜欢某程序,

请购买注册正版软件,获得正版优质服务!不允许将上述内容私自传播、销售或者其他任何非法用途!否则,产生任何法律责任,一切后果请用户自负,与本网站无关!如有侵权或非法用途请举报!请发送到邮箱:cxphj8@foxmail.com

《意见反馈》或《截图指定页面备注》发送到邮件,收到后24小时内删除,禁止用户学习使用关掉用户【学习使用权】!