Metasploit Basic: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=Fundamental= *Grundlegendes *[https://www.offensive-security.com/metasploit-unleashed/metasploit-architecture/ Aufbau] =preparation= ==Postgresql enable a…“)
 
 
(10 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 4: Zeile 4:
 
=preparation=
 
=preparation=
 
==Postgresql enable and start==
 
==Postgresql enable and start==
*systemctl start postgresql
+
*sudo systemctl start postgresql
*systemctl enable postgresql
+
*sudo systemctl enable postgresql
 
==Init Metasploit first time==
 
==Init Metasploit first time==
*msfdb init
+
*sudo msfdb init
=Aktuelles=
+
 
*[[metasploit vnc problem]]
+
=Starten von Metasploit=
 +
*msfconsole
  
 
=Examples=
 
=Examples=
*[[metasploit trojaner windows]]
 
 
*[[metasploit trojaner linux]]
 
*[[metasploit trojaner linux]]
*[[metasploit Schnellstart]]
+
*[[Metasploit trojaner windows]]
*[[metasploit Exploit und Payload (Samba)]]
+
*[[metasploit vsftp]]
 +
 
 +
=Aufgabe=
 +
*[[Metasploit trojaner windows]]

Aktuelle Version vom 6. November 2025, 14:45 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