co4ie Posted February 12, 2012 Report Posted February 12, 2012 sshtrix is a very fast multithreaded SSH login cracker. It supports SSHv1 and SSHv2.sshtrix was designed to automate rapid bruteforce attacks against SSH authentification screens. Unlike other public tools, the aim is to keep it simple, stable, fast and modular.With its clean code design, it is easy to extend the code to a framework or to fork itagainst protocols of your choice.DownloadSi pt ca am dat de probleme la instalare , aveti si un script (doar modificat de mine) pt a il instala mai usor si cu toate cele necesare!! Scriptul este pt Backtrack dar poate fi modificat usor si pt celelalte distributii linux1! #!/bin/sh# a little dirty script to quickly install the libssh 0.5.2 and sshtrix 0.0.2# from noptrix.net on backtrack 5r1# smtx 2011# installinstallsshtrix(){# change to /usr/src dircd /usr/src# download sshtrixwget http://www.nullsecurity.net/tools/sshtrix-0.0.2.tar.gzcat > checksums.md5 << __EOF__cc9eecb6fb3729152a1fd79851b634fc sshtrix-0.0.2.tar.gz__EOF__# download libsshwget --no-check-certificate http://www.libssh.org/files/0.5/libssh-0.5.2.tar.gzcat >> checksums.md5 << __EOF__38b67c48af7a9204660a3e08f97ceba6 libssh-0.5.2.tar.gz__EOF__# check md5sumsmd5sum -c checksums.md5#unpack srctar xzf sshtrix-0.0.2.tar.gztar xzf libssh-0.5.2.tar.gz# install prequisites for libsshapt-get install libssl-dev cmake -y# compile/install libsshcd libssh-0.5.2mkdir buildcd buildcmake -DCMAKE_INSTALL_PREFIX=/opt/libssh-0.5.2 -DCMAKE_BUILD_TYPE=Debug ..make install# compile sshtrixcd /usr/src/sshtrix-0.0.2export CFLAGS=" -W -Wall -Wextra -O2 -std=c99 -pedantic -pthread -I inc -I /opt/libssh-0.5.2/include/ -L /opt/libssh-0.5.2/lib/"export DISTDIR=/pentest/passwords/sshtrixmake -e sshtrixmkdir -p /pentest/passwords/sshtrixcp sshtrix /pentest/passwords/sshtrix/cp doc/sshtrix.1 /usr/share/man/man1/# create wrapper with LD_PRELOADED latest sshlibcd /pentest/passwords/sshtrixcat > sshtrix_wrap.sh << __EOF__#!/bin/shbash -c "export LD_LIBRARY_PATH=/opt/libssh-0.5.2/lib/ && /pentest/passwords/sshtrix/sshtrix \$*"__EOF__chmod +x sshtrix_wrap.sh# symlink to wrapper so its in $PATHln -s /pentest/passwords/sshtrix/sshtrix_wrap.sh /usr/local/bin/sshtrix## clean upcd /usr/srcrm libssh-0.5.2.tar.gzrm -rf libssh-0.5.2rm sshtrix-0.0.2.tar.gzrm -rf sshtrix-0.0.2rm checksums.md5}# uninstalluninstallsshtrix(){rm -rf /pentest/passwords/sshtrixrm /usr/local/bin/sshtrixrm -rf /opt/libssh-0.5.2/rm /usr/share/man/man1/sshtrix.1}if [ $# -ne 1 ]then echo "Error in $0 - Invalid Argument Count" echo "Syntax to install: $0 install" echo "Syntax to uninstall: $0 uninstall" exitfiif [ $1 == "install" ]then echo "installing sshtrix" installsshtrix exitfiif [ $1 == "uninstall" ]then echo "uninstalling sshtrix" uninstallsshtrix exitfiSalvati ca script.sh chmod +x script.sh ./script.sh install Quote
doiulyka Posted February 18, 2012 Report Posted February 18, 2012 Error in script.sh - Invalid Argument CountSyntax to install: script.sh installSyntax to uninstall: script.sh uninstallBanuiesc ca am gresit undeva.. Quote
u0m3 Posted February 18, 2012 Report Posted February 18, 2012 Error in script.sh - Invalid Argument CountSyntax to install: script.sh installSyntax to uninstall: script.sh uninstallBanuiesc ca am gresit undeva..Atat! Am zis! Quote
1337 Posted February 18, 2012 Report Posted February 18, 2012 Mirror: SSH login crackerMirror ma-ta , iesi cu adf.ly-urile repejor, salut. Quote
Nytro Posted February 18, 2012 Report Posted February 18, 2012 Mirror: SSH login crackerBan. Sa nu va mai prind cu astfel de rahaturi pe aici. Quote
lightangel Posted May 29, 2012 Report Posted May 29, 2012 Please reupload this script. it's dead Quote
cactusiNio Posted May 29, 2012 Report Posted May 29, 2012 Please reupload this script. it's deadEra greu sa dai un search pe google.SSHTrix Multithreaded SSH Login Cracker 0.0.1 ? Packet Storm Quote