PDA

View Full Version : Y! Crackers ???


obligation
09-25-2003, 02:11 AM
Well.....I've started on my own cracker, and the only 2 things it really needs is the start button commands to actually make it run thru the ID - PW from lists....and how to add a status spot so it will show what ID - PW it's running

I've looked through many cracker sources and since i'm fairly new to all this ****, they didn't make sense....i hear some work some don't, some are patched. Whatever that means, sure it sounds good, but means nothing to me. If someone could help me out with like

Private Sub StartButton_Click()
What the **** goes here and how do i make it start and work?
End Sub


I figure i have to add winsock an all that **** too, which is all german to me, so if there's one who is patient enough to help me out, post back and i'll get back here to get a reply up a.s.a.p

or if you will help u can just leave ur YIM ID and i'll IM ya...
Thanks to whoever will help

Mark__C
09-25-2003, 02:24 AM
in pseudocode

Load Sockets

Connect Sockets

On Socket Data Arrival **

Get Data
close sock
Check for crack success in data
Connect Socket

}

This will make it go over and over in a loop (Assuming its a crackable server, otherwise you will be blocked and the id will be locked)

obligation
09-25-2003, 02:27 AM
i appreciate the quick reply....however, it made no sense to me, can you break it down a bit by chance?...
or maybe msg me on yahoo so i can find out exactly wtf you're saying?...
your choice here or there, just need a lot of help, nobody seems to wanna help that way with "newbies" :(

Mark__C
09-25-2003, 02:28 AM
u have vb 6?

obligation
09-25-2003, 02:29 AM
yes, i use vb 6 pro

Mark__C
09-25-2003, 02:33 AM
ok put a winsock control on the form and set its index to 0

now u know how on most crackers it asks how many socks u want to use? thats the number of winsocks

so u get the number of socks the user wants and put it in say text1

then on btnStart_Click or whatever create the array


dim lngFor as long
For lngFor = 1 to Clng(Val(Text1.Text))
Load Winsock1(lngFor)
Next LngFor


that will make your socket array

then just run a loop connecting each one and follow the pseudocode i gave before

obligation
09-25-2003, 02:38 AM
i'm thinking i'm hopeless....becase that looked good but i don't make much sense of it....

would it be too much to ask, for you to make up a code i would use for like a "Start" button in the cracker that will make it grab the id from List1 and the pw from List2

i know nothing about winsock and it's not really the sockets i'm talking about....


don't i need winsock to make the cracker connect to the server that tries to login id - pw

anyways, would you be able to throw together some code for my "start" button ???

I've been looking for help for about a week now and not one person has even paid any mind to my questions, now I have someone who has, so sorry if i seem like i'm asking for a lot...i'm just so frusterated with this now, but i don't wanna give up on it, but with nowhere solid to go with, i'mma have to give up soon i think.

Mark__C
09-25-2003, 02:40 AM
dude, if you dont know the basics.. this is maybe too much to start with.

you have to learn the language first before making anything

obligation
09-25-2003, 02:43 AM
i've heard that before....ok then...



well....uh.....thanks anyways, i guess.

Mark__C
09-25-2003, 02:48 AM
well its good advice

you should take it

when i started in vb4 i tried the same stuff u did and got nowhere

heed my words

obligation
09-25-2003, 02:51 AM
i suppose.....might as well i guess..

baloney_mahoney
09-25-2003, 10:42 AM
Yes, you definitely need to take Mark's advise. Dont try to get involved in any programming if it's way over your head, it will just lead to frustation. Man, there was a time when writing 'Hello, World" was totally beyond my comprehension. So, start small and gradually work your way up to the more sophisicated stuff

John-
09-25-2003, 01:46 PM
when obligation said he needed 2 things he had the rest what i think he meant to say is

"i have designed how it will look like i have put buttons and text boxs on, all i want is the source code thanks"

i cant really talk i know jack shi.t

i tried finding you a site with some examples of cracker source codes but couldnt remember any if you join some forums here and there people might give you some codes you can examine, if you get lost in it look up certain parts ubtil it makes a little sense

baloney_mahoney
09-25-2003, 01:57 PM
I wouldn't mind trying to help him but I know if I do it will just lead into a big ****ing argument with you know who.

John-
09-25-2003, 02:26 PM
nah it wont if you actually HELP lol
only joking i dont wanna get involved in you and nscopexs argument.

pugamsish
09-25-2003, 05:48 PM
I redoing Idbeholda's cracker, and it is coming along well. It works.

John-
09-25-2003, 07:44 PM
just a quick thought that came to mind.
obligation a brilliant place to learn about
the winsock control and its many functions
is winsockvb.com.
they have very basic stuff which
even i could understand. :)

nscopex
09-25-2003, 09:36 PM
lOl idbeholdas cracker is my login codes :-) fun times... it works pat... so make it auto and itll be better

pugamsish
09-26-2003, 01:25 PM
im making it auto, his password loader doesn't work. And I am using the l0phtCrack password dictionary

Mark__C
09-26-2003, 02:11 PM
I thought all servers would be patched by now?

Idbeholda
09-26-2003, 02:27 PM
Originally posted by pugamsish
im making it auto, his password loader doesn't work. And I am using the l0phtCrack password dictionary

It should work. When you click "Load PList", it prompts you for the path of the password list (didn't feel like adding more components [common dialog controls] to the project), then it begins cracking the id automatically. To do it manually, simply type in the password, and hit "verify id".

pugamsish
09-26-2003, 02:46 PM
Idbeholda, whenver I type in a Filepath it crashes.

pugamsish
09-26-2003, 02:48 PM
Private Sub Command2_Click()
AA = InputBox("Please enter the pathname of the password list", "Security Class Extra Credit")
Open AA For Input As #1
Do While Not EOF(1)
Line Input #1, AA
List1.AddItem AA
Loop
Close #1
If ids.Text = "" Then MsgBox "Invalid username": Exit Sub
For X = 0 To List1.ListCount
pw.Text = List1.List(X)
vids_Click
Timer2.Enabled = True
Next X

End Sub

Idbeholda
09-26-2003, 02:53 PM
Well, I'm fiddling with it right now, and it seems to work fine. It's not crashing when I load a pathlist. The only thing I can think of is that maybe you didn't put a value in to where it says "Millisecond Pause", but that would only set the default to 0 anyway.

vids_Click already has a DoEvents in it, so it shouldn't freeze. Even if I added a DoEvents statement within the loop, it wouldn't really do anything except generate redundant code.

baloney_mahoney
09-26-2003, 02:53 PM
For X = 0 To List1.ListCount


Shouldn't that be .ListCount - 1

Idbeholda
09-26-2003, 02:58 PM
Technically it should, but vb doesn't go past the maximum value of lists. I'm also lazy, so I didn't feel like typing in -1 since it does that anyway. If you look at the source for vbait, you'll notice the same thing (strange shortcuts). It still works.

baloney_mahoney
09-26-2003, 03:02 PM
Interesting, indeed.

If I do that I will get a run time error 'Subscript out of range'

pugamsish
09-26-2003, 03:02 PM
the pathlist can be any file. txt, .doc right?

pugamsish
09-26-2003, 03:03 PM
the pathlist can be any file. txt, .doc right?

Idbeholda
09-26-2003, 03:03 PM
hm.

pugamsish
09-26-2003, 03:03 PM
paste me your code for it

Idbeholda
09-26-2003, 03:04 PM
yeah, it can be of any extension. it's only when you don't type in a filename, that it comes up with a "filepath access error". And the passlist also should be just a straight list of passes.

pugamsish
09-26-2003, 03:07 PM
paste me the code for timer2
i deleted Millisecond pause for some reason

pugamsish
09-26-2003, 03:08 PM
separated by a hard return, comma or what?

Idbeholda
09-26-2003, 03:11 PM
Private Sub Timer1_Timer()
pbb.connect server.Text, "11999"
End Sub


Private Sub Text1_Change()
Timer2.Interval = Val(Text1.Text)
End Sub

You'll notice that timer2 doesn't have any code with it... it's simply used to pause for a few brief moments.

Idbeholda
09-26-2003, 03:14 PM
.. and that would be hard return...

password
password
password
password

ad nauseum.. you get the picture.


and this is part of the code in RabidStatter, baloney...

Private Sub Command3_Click()
For X = 1 To List1.ListCount
Label4.Caption = X
Call ChangeStatus(List1.List(X))
pause Val(Text1.text)
Next X
Label4.Caption = ""
End Sub


Never produces an out of script error range. :D

pugamsish
09-26-2003, 03:17 PM
thanks

pugamsish
09-26-2003, 03:18 PM
I keep getting a file not found error

Idbeholda
09-26-2003, 03:24 PM
np pug

Idbeholda
09-26-2003, 03:25 PM
did you type in the correct path.. .and i mean full path (ie "c:\asdf\pass.txt")

if it's in another folder in the same directory, all you do is type in the directory, backslash, and the filename

crap\asdf.txt

pugamsish
09-26-2003, 03:26 PM
yes

pugamsish
09-26-2003, 03:27 PM
is my code identical to yours for the the loading of the password list

pugamsish
09-26-2003, 03:29 PM
get on AIM IM me pat1527

baloney_mahoney
09-26-2003, 03:32 PM
Must be some kind of setting I have for VB6 but I copied that paste, (modified), added 10 items to List1 in Form_Load(), clicked on button and got run-time error 'Subscript Out of Range'


Private Sub Command3_Click()
For X = 1 To List1.ListCount
Label4.Caption = List1.List(X)
'Call ChangeStatus(List1.List(X))
'pause Val(Text1.text)
Next X
'Label4.Caption = ""
End Sub

Idbeholda
09-26-2003, 03:37 PM
well, i've made it on my comp.. never had that problem.... I also don't have aim :(

pugamsish
09-26-2003, 03:38 PM
i dont have a problem with that, I have an issue with loadin this file, christ this is gettin on my nerves.

Mark__C
09-26-2003, 04:25 PM
just add a commondialog its better and easier in the long run

Idbeholda
09-26-2003, 04:44 PM
Yeah, i know, but I was lazy at the time. I also didn't wanna make the prog have to use 3 ocx files, and all you have to do is type in the name of the file (if it's in the same directory, it's even better lol), rather than pointing and clicking a bunch of times, and typing in 9 extra lines of code (slight exaggeration)

pugamsish
09-29-2003, 04:39 PM
well, i have it in the same directory, and it won't work... christamighty

John-
09-29-2003, 09:22 PM
this is a mad place to put this comment but i am going to put this here none theless.
i would appreciate this if an admin DID NOT delete this.
the only reason i am posting is because i want to post my opinion.
certain things have been annoying me for a while.(bear with me for any spelling mistakes i am pissed as a fart)

alot of people make out they know sh.it on this board and they dont.
alot of people on this board post and they dont know sh.it.


i dont know sh.it but i have tried to learn and there have been people that have been there for me to help me try and learn but the thing is they dont try and mention there name every 30 seconds like every other fuc.ker on this board.

some people try to help just because they want to i guess not because there is a reward or they will get there name on some forum.

so i thought why not say thanks to these people they havent just helpe me but they have helped others aswell.
i am only gonna thank 1 person mainly and you all know him his name is Austin this guy doesnt get enough credit for what he is capable of, there are to many insults on this forum and not enough compliments well this is mine to austin.
even though people piss you of my friend by messaging you all the time bear with it my friend they may be the next you.
secondly i have noticed people criticise you,
well thats what the net is for criticising people anonymous, do you think if everyone knew where each other lived the insults would still go around? they wqouldnt the net is for fags to diss each other(little fags)

another compliment to fit mickey who has also try to help me learn programming, thank you for your time and effort,
i do appreciate it.

there are lots of other people who i could probably compliment but i dont have time and cant be fuc.ked because there are only a few people that have actually tried to help without wanting to get there name known for helping.

also Mark__C i dont actually know you but from what i hear your progrs are great so keep up the good work.

hopefully i will be able to stay around for a while longer on this forum, but some times i have to leave rather hastely for reasons which some may know.
but i am a member of lost of forums always under a different name:) as those of you that know me will know.

but i guess i am making this post to say thanks to those that i have shared some sort of net friendship with,
i have met lots of peopleover the last few years in yahoo
some nice some bad but i always remember the nice ones even if i do have to dissappear.

this is just a post incase i do suddenly dissappear you know why(well a few people will)

i doubt i will be going anywhere soon
but thanks to thos i know
a pleasure to those i have met.
and well...... i hope the people i
might are as cool as the people i have met

John-
09-30-2003, 08:22 AM
hmm... i tried editing that message above but you can only do it 15 minutes after you post.

right now my head really hurts my hands are shaking like never before my stomach hurts and i have diarroeah or however you spell that fuc.ked up word.
i had way to much to drink last night and should not have been mixing my drinks.
i dont know why i made the above post apart from excesive alcohol and i have no idea how i was capable of typing neither, but i think i was in a soppy mood and wanted to say thanks to some people for being nice when there are so many fools on the net i think thats why i made that post anyway.
if anybody wants to delete this and that post i dont mind it might save me some embarrasment from looking to stupid lol.

thanks

baloney_mahoney
09-30-2003, 08:39 AM
Do you think that you put your foot in your mouth?

Don't worry about it. I have done so many posts and latter I wish I hadn't done. Oh, well, history is history.

pugamsish
09-30-2003, 12:43 PM
who can't program? i dare you to say I can't.

John-
09-30-2003, 02:21 PM
i was just pissed i wasnt on about anybody inparticular honest.

just try ignore that post and lets get back on topic.
so can anybody help obligation make a cracker or show him step by step how it works i think lots of people could learn from this especially me.

i think my favorite thing with visual basic and i guess with all programming languages is that there is more than one way to do something so you have more options when programming.
like there might be 2 exact programs but they may be coded completely different.

baloney_mahoney
09-30-2003, 02:34 PM
Well, I cant help with making a cracker, per se, since I have not done one but I can help with specific problems or situations code-wise but the questions really need to be explicit so that there is no second-quessing about what the person is talking about.

I think I tried to help someone, so I asked some questions only because I wanted to make sure that I was on the right track and also to get it clear in my head exactly what that person was having problems with but I guess he got it figured out since he never replied back.

Idbeholda
09-30-2003, 04:00 PM
Jack: Is it a problem if I stay at your place?
Tyler: Do you have a problem asking?
Jack: Well, can I stay?
Tyler: Yes.

In other words, if you have a question you want to ask me, just ****ing ask.

KANE_6969
09-30-2003, 04:56 PM
pug can't program heheh that dare was lame

pugamsish
09-30-2003, 06:58 PM
sure i cant... hahaha you wish

Idbeholda
10-01-2003, 10:08 AM
What dare?

KANE_6969
10-01-2003, 10:30 AM
id scrollup he dared someone to say he can;t prog so i said it..hell its just words what an easy bet

Idbeholda
10-01-2003, 11:01 AM
.... um.... ok....

KANE_6969
10-01-2003, 12:20 PM
should i go slower or do you get it?

Idbeholda
10-01-2003, 01:17 PM
<sarcasm>No, I didn't get it the first time.</sarcasm>
<sarcasm><worship>Kane's Inflated Ego is the best there is</worship></sarcasm>


The tags are so you won't get confused.

baloney_mahoney
10-01-2003, 01:28 PM
By the time you get to this message I simply have no idea what the original topic was about. It appears that people just can't stop from posting one silly, pointless reply after another.

I learned my lesson when I had that idiotic go-around with 'you know who' so I decieded that I just wouldn't reply anymore to try and stop this kind of stuff.

But you are all free-willing so it's up to you.

KANE_6969
10-01-2003, 02:08 PM
so your saying you worship me i get it

Idbeholda
10-01-2003, 03:27 PM
<ubersarcasm>Yes, you're god. Excuse me while I go light candles that are on my shrine</ubersarcasm>

pugamsish
10-01-2003, 04:59 PM
hahahahahahaah Quick question, I am gettin the cookie in this program i am trying to make when the user logs in, but how can I get the account info page to load with the cookie so they do not have to log in again.

baloney_mahoney
10-01-2003, 05:11 PM
In my little VB prog (and it sure isn't anything to brag about) I just log into the Yahoo server with the ID and cookie. As long as you dont log out you shouldn't have to worry about re-logging in again. Well, that's the way it works for me.

pugamsish
10-01-2003, 05:48 PM
i have the cookie and the login, its just i try to open it in a custom browser to edit **** and it asks for a Pword

baloney_mahoney
10-01-2003, 06:20 PM
That's correct. You need to program around that problem. I had same situation but then I got sick and tired of having to do that so I wrote more code to take care of that situation in the program so I wouldnt have to re-type the password again.

baloney_mahoney
10-01-2003, 08:12 PM
Also, before I wrote the code to get around that problem I was getting it much too often.

Then it dawned on me. My cookie in the cookie directory had expired. So, I logged into yahoo through the normal way of logging in and the cookie was reset.

Then when I ran my program I didnt have that problem again for quite awhile. But I figured not every one will know to do that so I wrote some code in the program to solve that problem. At least it solved it for me.

KANE_6969
10-01-2003, 09:49 PM
wow someone madea kane shrine!