Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » zMUD General Discussion
Troubadour
GURU


Joined: 14 Oct 2000
Posts: 556
Location: USA

PostPosted: Sun Mar 24, 2002 5:07 am   

Wardialing Methodology
 
Loucypher9, please provide us with some raw MUD output related to this activity, particularly success and failure messages and any echo messages, as well as the commands necessary to 'dial' on a safe.

I'm guessing you're trying to bruteforce safecracking by dialing all permutations. I suppose we'll also need to know the range of possible numbers and the number of tumblers in the safe.

Troubadour
Reply with quote
Troubadour
GURU


Joined: 14 Oct 2000
Posts: 556
Location: USA

PostPosted: Sun Mar 24, 2002 5:14 am   
 
You can use nested #LOOP statements to try all the permutations. I'm assuming its a three tumbler lock with a range of 0 to 59.


#LOOP 0, 59 {
#VAR firstnum %i
#LOOP 0, 59 {
#VAR secondnum %i
#LOOP 0, 59 {
dial left @firstnum
dial right @secondnum
dial left %i
pull handle
}
}
}


You should modify this to fit your MUD.

Troubadour
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » zMUD General Discussion All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© 2009 Zugg Software. Hosted by Wolfpaw.net