Jump to content

Password Bruteing


Recommended Posts

Hey hows it going every one well i finaly want to get into this a little more and a friend asked me to write something for him so i got stuck im rpetty sure you guys can walk me through a little bit.

its a game called www.surviveordie.de its a webtext based game with like strategy.

Now i got stuck on how to enter a website in the exlorer(i couldnt open iexplore.exe for what ever reason) so i tried it with explorer but no luck. I want to enter the text :

http://www.surviveordie.de/l.php?txtcolor=...headline=004000

into the adress box and then i think i can find my way further until i get stuck again. if you could plz help lol thx

hers the code i got so far any criticism is welcome

;passwordbruteforcer for www.surviveordie.de
;by rellik88         contact:rellik88@d00m.com
;starts explorer for site entry
Run("Explorer.exe")
;checks for window(german system)
WinWaitActive("Eigene Dateien")
;go into edit box adress enter webadress(url)
;http://www.surviveordie.de/l.php?txtcolor=99FF99&background=black&link1=339933&link2=00CC00&headline=004000

;go to log in page locate the acount name box and enter acount name thats down below

;acount name here maybe an input box ?!?


;locate password box and enter (word) from word.txt (not sure if this works)
Edited by rellik88
Link to comment
Share on other sites

run ('C:\Program Files\Internet Explorer\iexplore.exe http://www.surviveordie.de/l.php?txtcolor=99FF99&background=black&link1=339933&link2=00CC00&headline=004000')

opens that page in internet explorer, providing its installed in the default location.

in fact, you don't need to send that full URL so

run ('C:\Program Files\Internet Explorer\iexplore.exe http://www.surviveordie.de/l.php')

will do

Link to comment
Share on other sites

its better to do

Run ( @ComSpec & " /c start http://www.surviveordie.de/l.php" )

because that way it uses the default browser

[font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]

Link to comment
Share on other sites

k sweet that will get me further thx for your help really apriciate it.

if i get into another block ill let you know thx

EDIT:aight i got so far, my next step would be to tab into the acount name box. I tried fooling around with the window recognition (im using mozilla) but im not sure how to work it.

i found this but when i use the command

Run ( @ComSpec & " /c start http://www.surviveordie.de/l.php" )

i get another window opend from my documents ima see if i can find a way to close it !

then i would try this comand

Send ("{TAB 13}")

so i could get into the window and that would be 13 tabs so well see maybe i find something ill let you know

EDIT:Sry lol never removed the old run explorer no help needed thx lol

Edited by rellik88
Link to comment
Share on other sites

hmm alright i tried the tab thing to get to the next "tab" but it wont go,

i need to do 13 tabs to get to the acount name box but it wont work. Any hints ?

if somone could tell me if thers somekind of word recognition or edit box recognition that would be sweet

i tried repeating the comands but im sure im forgetting something

thx

Link to comment
Share on other sites

sure, i need a little walk through though. I kno thers the window spy thing but im not sure how it works and i couldnt find a real tutorial

but yeah type ahead ill follow your lead :)

EDIT:Ill go on a little tut hunt but give me a lead still plz

Edited by rellik88
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...