Jump to content

help me get wpa key


prasanna

Recommended Posts

I want to get WPA key for WIFI where I get the signal . I know in Cyprus all the WPA key start with “TP” and owner of the Telephone No , how can I use the cowpatty to get the WPA key .

Can any one give me the command lines create a rainbow table using cowpatty

Link to comment
Share on other sites

I want to get WPA key for WIFI where I get the signal . I know in Cyprus all the WPA key start with “TP” and owner of the Telephone No , how can I use the cowpatty to get the WPA key .

Can any one give me the command lines create a rainbow table using cowpatty

What part of "We don't condone illegal activities" don't you understand?

Link to comment
Share on other sites

Is a rainbow table even possible? Wouldn't it take a few petabytes quite literally?

@op

Your giving hackers a bad name. How about you pay for your internet and hand out your keys to everybody where you live and hate your internet. I would understand if you were borrowing it temporarily just to surf the web til x happens because of x, but your just being a flat out thief who wants to steal other peoples stuff. If you don't have the guts to walk up to their door and ask them for their key, than you shouldn't do it behind a computer monitor. It's just common sense.

Link to comment
Share on other sites

if you know the first two letters and have an idea about the size of the password, then

puts "Possible keys:"
key[0].each do |c1|
  key[1].each do |c2|
    key[2].each do |c3|
      key[3].each do |c4|

         gerada="TP"+c1+c2+c3+c4

       end
    end
  end
end

Its ruby btw, hope you get the point

Link to comment
Share on other sites

Is a rainbow table even possible? Wouldn't it take a few petabytes quite literally?

@op

Your giving hackers a bad name. How about you pay for your internet and hand out your keys to everybody where you live and hate your internet. I would understand if you were borrowing it temporarily just to surf the web til x happens because of x, but your just being a flat out thief who wants to steal other peoples stuff. If you don't have the guts to walk up to their door and ask them for their key, than you shouldn't do it behind a computer monitor. It's just common sense.

It's more of a lookup table than rainbow table. You also want to use a password list, instead of every possible character combination, cause yea, it will take a shitload of drive space.

Here's the math on the amount of time it would take to bruteforce a wpa key.

http://forums.remote-exploit.org/pentestin...html#post104786

Link to comment
Share on other sites

Wpa-tkip psk's is already broken to begin with. A simple google would have given hime all the answers he needed if he had at least bothered to look for the answers himself. This isn't a technical question that requires help, its a lazy question that required someone to put in minimal effort to answer their own question.

Link to comment
Share on other sites

I just read some research on WPA cracking, they optimized the method so you can get through WPA tkip in 1 minute.

To the best of my knowledge, WPA and AES and WPA 2 are not yet cracked, has anyone read anything on that?

Yup. http://bit.ly/QKOeD

There is the PDF fromt the researchers who cracked it as well as source code to update Aircrack with the new attack.

Link to comment
Share on other sites

This is blatantly illegal and i have no idea why you guys are helping out with it, but i cannot resist to contribute to what has already been said here...

I found that WPA keys are typically just someones home phone number. You'd be surprised how often that is. If you know the area code you can build a dictionary file, pre-compile your rainbow tables, and give it a shot.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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