Metasploit Basic: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| (6 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 | *msfdb init | ||
| − | = | + | |
| − | * | + | =Starten von Metasploit= |
| + | *msfconsole | ||
=Examples= | =Examples= | ||
| − | |||
*[[metasploit trojaner linux]] | *[[metasploit trojaner linux]] | ||
*[[metasploit vsftp]] | *[[metasploit vsftp]] | ||
| − | *[[ | + | =Aufgabe= |
| + | *[[Metasploit trojaner windows]] | ||
Aktuelle Version vom 16. Mai 2025, 06:56 Uhr
Fundamental
preparation
Postgresql enable and start
- sudo systemctl start postgresql
- sudo systemctl enable postgresql
Init Metasploit first time
- msfdb init
Starten von Metasploit
- msfconsole