ubuntu16.04安裝metasploit+postgresql

來源:互聯網
上載者:User

標籤:

1、安裝msf

1.1、開啟終端,進入安裝目錄(你想放在哪就進哪

cd /opt

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

1.2、chmod 755 msfinstall

1.3、./msfinstall

等它自動安裝完畢,然後先不要啟動,目前最新版的這個msf會問你要不要用內建到database,你想用內建到資料庫就斷行符號,想用自己到資料庫就輸入no斷行符號

 

2、安裝postgresql

2.1、apt-get install postgresql  

2.2、su - postgres                      

2.3、psql                                   

2.4、\password 123456

 

2.5、可忽略這一項,如果你喜歡用psql到話(純命令),安裝postgresql到管理工具

2.5.1、安裝apache

apt-get install apache2

2.5.2、安裝pgadmin

apt-get install phppgadmin

2.5.3、重啟一下apache(好像也可以不用重啟,我的什裝好之後重啟才能看到介面

/etc/init.d/apache2 restart

2.5.4、登入頁面應該就可以瀏覽了

http://127.0.0.1/phppgadmin/

 

ubuntu16.04安裝metasploit+postgresql

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.