Metasploit: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 30: Zeile 30:
 
*[[metasploit ssh_brute_force]]
 
*[[metasploit ssh_brute_force]]
 
*[[metasploit smb_brute_force]]
 
*[[metasploit smb_brute_force]]
 +
*[[metasploit ftp_brute_force]]
 
*[[metasploit postgres_payload]]
 
*[[metasploit postgres_payload]]
 
*[[metasploit dir_scanner]]
 
*[[metasploit dir_scanner]]

Version vom 12. Oktober 2022, 19:21 Uhr

Fundamental

preparation

Postgresql enable and start

  • systemctl start postgresql
  • systemctl enable postgresql

Init Metasploit first time

  • msfdb init

Apache enablen und start

  • systemctl start apache2
  • systemctl enable apache2

Aktuelles

Examples

misc

Links