Metasploit Basic: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 7: Zeile 7:
 
*sudo systemctl enable postgresql
 
*sudo systemctl enable postgresql
 
==Init Metasploit first time==
 
==Init Metasploit first time==
*msfdb init
+
*sudo msfdb init
  
 
=Starten von Metasploit=
 
=Starten von Metasploit=

Version vom 6. November 2025, 14:07 Uhr

Fundamental

preparation

Postgresql enable and start

  • sudo systemctl start postgresql
  • sudo systemctl enable postgresql

Init Metasploit first time

  • sudo msfdb init

Starten von Metasploit

  • msfconsole

Examples

Aufgabe