Difference between revisions of "CentOS 7.x Install Metasploit"
From Notes_Wiki
|  (Created page with "<yambe:breadcrumb>CentOS_7.x_metasploit|CentOS 7.x metasploit</yambe:breadcrumb> =CentOS 7.x Install Metasploit=  To install metasploit use following steps: # Disable firewall...") | 
| (No difference) | 
Revision as of 03:13, 26 January 2019
<yambe:breadcrumb>CentOS_7.x_metasploit|CentOS 7.x metasploit</yambe:breadcrumb>
CentOS 7.x Install Metasploit
To install metasploit use following steps:
- Disable firewalld and selinux
- systemctl stop firewalld
- systemctl disable firewalld
- setenforce 0
- #set SELINUX=disabled in below file
- vim /etc/sysconfig/selinux
 
 
- Copy Linux installer to a Linux machine.  chmod +x and run it.  Example:
- chmod +x metasploit-latest-linux-x64-installer.run
- #Below requires graphical login (Local or ssh -X)
- ./metasploit-latest-linux-x64-installer.run
 
- 
- Complete setup with all defaults eg SSL port:3790. The setup takes considerable time, so need to be patient
 
 
- Reboot the machine for metasploit to startup properly on machine boot. 'systemctl start metasploit' does not seem to help without reboot.
- Open https://localhost:3790/  (Note that localhost is required  till initial login is created.  After that FQDN can be used.)
- If localhost browser access is not feasible (Eg cloud) then in install-path (/opt/metasploit) there is a createuser script which can be used to create user over SSH as follows:
- cd /opt/metasploit
- ./diagnostic_shell
- #On diagnostic shell prompt
- ./createuser
- #Give username eg root and note password
 
 
 
- If localhost browser access is not feasible (Eg cloud) then in install-path (/opt/metasploit) there is a createuser script which can be used to create user over SSH as follows:
- Open https://FQDN:3790/ and login as root user. Activate product with activation key received in email.
- Change root password, if desired using "Account - root" -> "User settings" page from top right.
- Restart metasploit after activation using:
- systemctl restart metasploit
- systemctl status metasploit
 
 
<yambe:breadcrumb>CentOS_7.x_metasploit|CentOS 7.x metasploit</yambe:breadcrumb>

