Learn Metasploit
Link to the room - https://tryhackme.com/room/rpmetasploit Task1 #1 Kali and most other security distributions of Linux include Metasploit by default. If you are using a different distribution of Linux, verify that you have it installed or install it from the Rapid 7 Github repository. Answer:Not Required Task 2(Initializing) #1 First things first, we need to initialize the database! Let's do that now with the command: Command: msfdb init Answer:Not Required #2 Before starting Metasploit, we can view some of the advanced options we can trigger for starting the console. Check these out now by using the command: Command: msfconsole -h (-h is for help ) Answer: Not Required #3 We can start the Metasploit console on the command line without showing the banner or any startup information as well. What switch do we add to msfconsole to