Sponsor Advertisements
Sponsor Advertisements
|
|
|
Sponsor Advertisements
Sponsor Advertisements
|
|
#10641 - 08/08/03 11:20 PM
Re: Newbs question on password files
|
Junior Member
Registered: 08/07/03
Posts: 8
|
I'm currently experimenting with it, I've written a small program in C++ that sort of does it, but am having no joy in getting access. I have a few more ideas, will post source soon, if it works A friend recommended using a buffer overflow to write to the password file, so far I've had not much luck with that. Thanks for the advice
|
|
Top
|
|
|
|
#10642 - 08/08/03 11:52 PM
Re: Newbs question on password files
|
Junior Member
Registered: 07/31/03
Posts: 14
Loc: Canada
|
Chasm
here is what i do. Say you get someones password file and you want to decrypt some of those passwords, you obviously can't write a program to decrypt them but what you can do is this:
1) Get a huge list of words (possible a dictionary list) 2) In linux they have a standard algorithm they use for encrypting those plaintext passwords into encrypted text. Search for it and use the code in your program to encrypt all the words in your dictionary file. 3) now all you have to do is write a little program which will loop through and try and match your encryted dictionary file with your password file.
Simple stuff isn't it?
_________________________
Keep It Real!
|
|
Top
|
|
|
|
|
Registered: 03/07/02
Posts: 270
|
|
2200 Members
46 Forums
25397 Topics
60567 Posts
Max Online: 1567 @ 04/25/10 10:20 AM
|
|
|
0 registered (),
291
Guests and
311
Spiders online. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|