Downloadliste

Projektbeschreibung

SSHatter uses a brute force technique to determine
the how to log into an SSH server. It simply tries
each combination in a list of usernames and
passwords to determine which ones successfully log
in.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-12-15 10:08
1.0

Diese Veröffentlichung fügt stummen Modus, in dem SSHatter Kontrollkästchen Kennwort wird gleich vergessen, den Benutzernamen und leer. Sie fügt hinzu, sudo-Modus, wo SSHatter das Passwort an STDIN Echo wird. Sie fügt hinzu, rudimentry File-Transfer-Modi, die Arbeit auch interaktiv über "put" und "get". Es verbessert die Nutzung Nachricht. Es gibt eine neue Kommandozeilen-Schnittstelle auf Basis Getops. Es ist ein modulares Design, um mehr Wiederverwendung von Code ermöglichen, ein neues Threading-Modell, Unterstützung für SSH und privaten Schlüsseln, Masse-Modus für die Zeit nach Brute-Force-Ausführung von Befehlen und interaktiven Modus für die Zeit nach Brute-Force-Befehlsausführung. Timing-Angriff auf Benutzernamen Aufzählung wurde jetzt entfernt.
Tags: Major feature enhancements
This release adds dumb mode, where SSHatter will check password equals password, username, and blank. It adds sudo mode, where SSHatter will echo the password to STDIN. It adds rudimentry file transfer modes, which also work interactively via "put" and "get". It improves the usage message. There is a new command line interface based on Getops. There is a modular design to allow more code reuse, a new threading model, support for SSH private keys, mass mode for post brute force command execution, and interactive mode for post brute force command execution. Timing attack based username enumeration has been removed for now.

2007-10-06 23:05
0.6

SSHatter ermöglicht nun Timing-Angriffe schützt, um rudimentäre Benutzernamen Aufzählung versucht werden. Es erlaubt nun Port-Nummern in den Ziel-Server angegeben werden Datei im Format <hostname>: [<portnumber>]. Es gab auch verschiedene andere Verbesserungen und Bugfixes.
Tags: Major feature enhancements
SSHatter now allows timing attacks to be attempted
for rudimentary username enumeration. It now
allows port numbers to be specified in the target
servers file in the format
&lt;hostname&gt;:[&lt;portnumber&gt;]. There have
also been other miscellaneous improvements and
fixes.

2007-09-26 05:41
0.5

Diese Version verarbeitet Systeme konfiguriert AllowUsers korrekt, da diese Systeme nicht wieder tun "Zugriff verweigert" on Net:: SSH:: Perl-> login ().
Tags: Minor feature enhancements
This version handles systems configured with AllowUsers correctly, as these systems do not return "Permission denied" on Net::SSH::Perl->login().

2007-09-25 17:27
0.4

Optional Wiederanschluss auf Verbindungsfehler wurde hinzugefügt.
Tags: Minor feature enhancements
Optional reconnection on connection failure was
added.

2007-09-11 07:32
0.3

Die Reihenfolge der Schleifen wurde geändert, um die Leistung zu verbessern.
Tags: Code cleanup
The order of the loops was changed to improve performance.

Project Resources