Metasploit Basic: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 4: Zeile 4:
 
=preparation=
 
=preparation=
 
==Postgresql enable and start==
 
==Postgresql enable and start==
*systemctl start postgresql
+
*sudo systemctl start postgresql
*systemctl enable postgresql
+
*sodo systemctl enable postgresql
 
==Init Metasploit first time==
 
==Init Metasploit first time==
*msfdb init
+
*sudo msfdb init
 +
 
 
=Aktuelles=
 
=Aktuelles=
 
*[[metasploit vnc problem]]
 
*[[metasploit vnc problem]]

Version vom 29. Oktober 2021, 06:14 Uhr

Fundamental

preparation

Postgresql enable and start

  • sudo systemctl start postgresql
  • sodo systemctl enable postgresql

Init Metasploit first time

  • sudo msfdb init

Aktuelles

Examples