Forums: Radmin Brute Force Password Attack - Forums

Jump to content

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Radmin Brute Force Password Attack Developed By Me

#1 User is offline   Nova 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 49
  • Joined: 10-January 04

Posted 29 November 2004 - 01:55 PM

I have been working on it for weeks to try and get rid of bugs and stuff, but heres the first beta release of this. please read the -=important=- before using it
  ==================================================="
   =  Nova's Radmin Dictionary Password Hacker   ="
   =  novation@talk21.com             ="
   =  usage: cscript nrdph.vbs           ="
   =  password source = password.txt        ="
   ==================================================="



Many Thnks goes out to rafter who joins me here in the trial section, Regards M8


-=IMPORTANT=-

1/ This script runs in cscript, it must be run from the bat file or there will be no way to stop the process

2/ The script takes over your machine, it executes radmin and types in the passwords, you must leave your computer to work while it is attempting to log in,
i hold absolutly no responsibility of the outcomes if you start opening windows and browsing the net ect...

3/ I have setup the script for an optimal connection, if your connection to the server is bad i highly advise you to edit the script and change the sleep parameters

4/ Before starting the script for the first time, radmin.exe has to be setup correctly, /TOOLS/OPTIONS/ "+ Do not show splash screen" "+ Do not start if radmin is already running"

5/ Password.txt will hold your passwords, Please note it can be a long proccess similar to that of TSgrind so choose your passwords wisley

6/ The script can only brute force the single password authentication

7/ Finally, if the script is modified or altered to improve please can you send a copy my way out of gratitude.. Thanks PM for email


Have Phun


http://www.classifiedcars.co.uk/temp/RADMIN.rar

0

#2 User is offline   tshark 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 42
  • Joined: 15-September 04

Posted 29 November 2004 - 07:47 PM

hey. nice script man! I've been looking for something like this for a while. Now for your next step i think you should make a radmin scanner that looks for servers with null passwords (i already know there is one out there) and then the servers it does find with a password would be brute forced with this script.

Keep up the good work!

- T
0

#3 User is offline   belgther 

  • Master Sergeant
  • Icon
  • Group: Specialist
  • Posts: 650
  • Joined: 06-October 04

Posted 30 November 2004 - 04:24 AM

well but you have to add a proxy changer like brurus does...
because such servers ban your ip temporarily after trying a certain number of passwords
"The wisest one is the one who knows himself/herself." Quote of the life
belgther... aka... belgther
0

#4 User is offline   H3wo 

  • Private
  • Icon
  • Group: Members
  • Posts: 5
  • Joined: 14-October 04

Posted 30 November 2004 - 10:08 AM

nice job m8

hope it works..

going to try it.. giving you later info

beardednose says:
Here's the first offical THANKS post of this thread. Don't do it!
Another 10-point winner....

0

#5 User is offline   WeSkeR 

  • Private
  • Icon
  • Group: Members
  • Posts: 15
  • Joined: 05-September 04

Posted 30 November 2004 - 02:36 PM

tested on my lan and works fine for me :)

it takes ages, but nice idea

maybe its possible to add a log for accepted passwords
0

#6 User is offline   R3myBoy 

  • Private
  • Icon
  • Group: Members
  • Posts: 10
  • Joined: 23-February 04

Posted 01 December 2004 - 05:16 AM

Tha new radmin (v2.2) is protected against brute force attacks.
So i guess tha tool will only work on 2.1 servs ...
0

#7 User is offline   dennis28 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 37
  • Joined: 31-July 03

Posted 01 December 2004 - 08:14 AM

nice tool

maybe an idea to close the radmin.exe after each attempt and open it again instead of opening a new one everytime and keeping the old one open

or get rid of the connection info when it failed
if you run it now after about five minutes you have about 200 orso radmin.exe opended in your task manager

maybe an idea :)
0

#8 User is offline   Nova 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 49
  • Joined: 10-January 04

Posted 01 December 2004 - 12:38 PM

dennis28, on Dec 1 2004, 04:14 PM, said:

after about five minutes you have about 200 orso radmin.exe opended in your task manager


Yeh the beta radmin viewer 3 supplied has the option to only run one radmin at a time and shouldnt open anymore up if there is already one open, #4 in the readme bit,


it was setup, so as when you got the authentication failed popup the script should press <enter> and that should have closed radmin, the problems you are having are timing problems,

/it opens radmin/ waits 1 second / types in password then <enter>/ waits 1 second/ press's <enter> to close radmin/waits 1 second/ goto top.

if you are not connected in time it will issue the next command regardless, timing thingymujiggies. sleep 1000

i understand about 2.2 :(



ahh, instead of logging the passwords of sucessful logins there is another way,

download RAdmin AutoLogin Beta from

hxxp://www.x2software.net/forums/showthread.php?t=46


then modify the code to send keys alt+s before it preeses <enter> to send password and this will save the password in radmin if you sucessfully login,

dunno how to code but it might look something like

WshShell.AppActivate "Enter password for <Entry name>"
WshShell.SendKeys PASSWORD
WshShell.SendKeys "{ALT} & {S}"
WScript.Sleep 1000
WshShell.SendKeys "{ENTER}"
WScript.Sleep 1000
WshShell.SendKeys "{ENTER}"


might work
0

#9 User is offline   dennis28 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 37
  • Joined: 31-July 03

Posted 01 December 2004 - 01:03 PM

thx for the explanation gonna give it a go ;)


edit/
can't seem to get rid of the dialog box "bad password"
if you select the box after each try then it works

is there a code to select the dialog box to let it close after each try ?
0

#10 User is offline   Dirkjan 

  • Private
  • Icon
  • Group: Members
  • Posts: 2
  • Joined: 09-November 04

Posted 01 December 2004 - 01:46 PM

Nice script man!
Going to try it out :)

Another winner! I'm running out of warning points....
BN

0

#11 User is offline   VIXVVXIV 

  • Private First Class
  • Icon
  • Group: Specialist
  • Posts: 32
  • Joined: 01-December 03

Posted 01 December 2004 - 02:23 PM

nicE Nova !

I have Code too a rAdmin bruter for a long time.

its only for Radmin 2.1 !

Radmin v.2.1 brUter by VIXTools v.0.0.1


German / Deutsch - Wichtig
----------------

1.) Sie mssen das Startbild von Radmin deaktivieren,
  bevor Sie Radmin mit "Radmin v.2.1 brUter by VIXTools v.0.0.1" starten !

2.) Sie knnen ganz normal am PC weiter arbeiten,
  "Radmin v.2.1 brUter by VIXTools v.0.0.1" wird sie nicht behindern;-).

Viel Spa !!!



English - Important
--------

1.) Befor you work with "Radmin v.2.1 brUter by VIXTools v.0.0.1",
  deactivate on the start of Radmin.exe the splash screen !

2.) During the bruter is running, he doesnt handicap you by your working!!!

Have fun !!!


Visit http://www.vixtools.de.vu


Have fun :D

VIXVVXIV
0

#12 User is offline   Nova 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 49
  • Joined: 10-January 04

Posted 01 December 2004 - 04:35 PM

ahh thats nice work VIX

thats the sort of thing i was aiming for ;)

Cheers
0

#13 User is offline   jaune 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 33
  • Joined: 25-August 03

Posted 01 December 2004 - 05:09 PM

thank man for prog nice good !! ;)

merci 1000 fois pour ton prog ! ;)
0

#14 User is offline   Zer0Limit 

  • Private
  • Icon
  • Group: Members
  • Posts: 14
  • Joined: 15-September 04

Posted 01 December 2004 - 09:26 PM

10X man
I will try this prog and i will see if it good. good idea
0

#15 User is offline   SorCerer 

  • Private
  • Icon
  • Group: Members
  • Posts: 4
  • Joined: 17-October 04

Posted 03 January 2005 - 05:11 AM

Logging passwords for Nova's version:

WshShell.AppActivate(str) returns 1 if succeeds. All we have to do is add

If WshShell.AppActivate("Telnet -") Then
WScript.echo "!pass found for " & ip & ":" & line
WshShell.SendKeys "exit"
WScript.Sleep 1000
End If


after the first <WshShell.SendKeys "{ENTER}"> and run the .bat file like this

nrdph.bat > a.txt


Check a.txt after the scanner has finished ;)

-SorCerer
0

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users

  • Share



Our Sponsors:


SwiftLayer Affiliate Web Hosting