From 7c28b368bb4d783c85c12328f31a197dd524133f Mon Sep 17 00:00:00 2001 From: root Date: Sun, 28 Aug 2016 20:16:37 -0400 Subject: [PATCH] BruteX by 1N3@CrowdShield --- install.sh | 7 ++++--- sniper | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index 23f187f..a1d4da1 100644 --- a/install.sh +++ b/install.sh @@ -37,7 +37,7 @@ gem install rake gem install ruby-nmap net-http-persistent mechanize text-table echo -e "$OKORANGE + -- --=[Cleaning up old extensions...$RESET" -rm -Rf Findsploit/ Brutex/ Goohak/ XSSTracer/ MassBleed/ SuperMicro-Password-Scanner/ CMSmap/ yasuo/ Sublist3r/ shocker/ jexboss/ serializekiller/ +rm -Rf Findsploit/ BruteX/ Goohak/ XSSTracer/ MassBleed/ SuperMicro-Password-Scanner/ CMSmap/ yasuo/ Sublist3r/ shocker/ jexboss/ serializekiller/ testssl.sh/ SimpleEmailSpoofer/ ssh-audit/ echo -e "$OKORANGE + -- --=[Downloading extensions...$RESET" git clone https://github.com/1N3/Findsploit.git @@ -55,8 +55,10 @@ git clone https://github.com/joaomatosf/jexboss.git git clone https://github.com/drwetter/testssl.sh.git git clone https://github.com/lunarca/SimpleEmailSpoofer git clone https://github.com/arthepsy/ssh-audit - echo -e "$OKORANGE + -- --=[Setting up environment...$RESET" +cd $INSTALL_DIR/BruteX/ +bash install.sh +cd .. mkdir loot 2> /dev/null cp -f $INSTALL_DIR/bin/clamav-exec.nse /usr/share/nmap/scripts/ 2> /dev/null chmod +x $INSTALL_DIR/sniper @@ -85,7 +87,6 @@ ln -s $INSTALL_DIR/Findsploit/findsploit /usr/bin/findsploit ln -s $INSTALL_DIR/Findsploit/copysploit /usr/bin/copysploit ln -s $INSTALL_DIR/Findsploit/compilesploit /usr/bin/compilesploit ln -s $INSTALL_DIR/MassBleed/massbleed /usr/bin/massbleed -ln -s $INSTALL_DIR/BruteX/brutex /usr/bin/brutex ln -s $INSTALL_DIR/testssl.sh/testssl.sh /usr/bin/testssl echo -e "$OKORANGE + -- --=[Done!$RESET" echo -e "$OKORANGE + -- --=[To run, type 'sniper'! $RESET" diff --git a/sniper b/sniper index 1441293..d2fdbe7 100644 --- a/sniper +++ b/sniper @@ -57,8 +57,8 @@ REGEX='^[0-9]+$' DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) # ENABLE/DISABLE AUTOMATIC BRUTE FORCE -# DEFAULT IS "0" (DISABLED) -AUTOBRUTE="0" +# DEFAULT IS "1" (ENABLED) +AUTOBRUTE="1" if [ -z $TARGET ]; then echo -e "$OKRED ____ $RESET"