Basic 12.
Well, I already got the correct user name from the hash, but it came from the pass file, now before going to the pass folder (which I found in yet another folder) it stated something about basic user auth, and all it requires is a user, no pass or something ;S all in all, I found the "pass" file and cracked the hash, but I still can't get in. Do I only put this cracked hash in the pass/user field or what? I'm pretty lost.
Thanks.
yeah im still confused on this one. It seems like an sql query style injectoin or URL modification sort of thing would be hte solution to this 'un, but im rather confused on where to start. If you have to find the .htaccess file, and get into it to get hte password file (.htpasswd?) then how do you go about accessing it? like an sql_query=SELCET so on and so forth, or do you use the .php?search=file…
i think i got an idea on about where to go with this, but im rather lost on it.
the file you see is broken into 2 parts.
username : hash
the hash is DES encrypted. to crack this type of encyrption, John The Ripper is a common program to brute it via collisions.
just save the whole file into a text file and set JTR up to crack it with a dictionary file.
hope that clears things up.
Mr_Cheese wrote: the file you see is broken into 2 parts.
username : hash
the hash is DES encrypted. to crack this type of encyrption, John The Ripper is a common program to brute it via collisions.
just save the whole file into a text file and set JTR up to crack it with a dictionary file.
hope that clears things up.
I did…!.. but the programs always displays an error "No password hashes loadad…"… in the FAQ sais 'see EXAMPLES'… in the f- EXAMPLES sais that we have to use the shadow file… what the f… is this in windows? I thought this was only a UNIX-LiNUX matter????? …. ….
I really dont care about the f-mission 12…. but what i have to do for the f-ripper to work??? I use a dos command in Win XP My pass file is: mypass.txt: user:xxxxxxxxxx
where xxxxx= chiphered password… and… i have the wordlist of Cain in the current dir. I enter the f-command…
john-386 –wordlist=wordlist.txt mypass.txt
then… i get No password hashes loaded
I have try 10000 diff combination…. of password file…. and always i get No password hashes loaded
Dows anybody use this is Win XP…. i m starting to believe that there is bug with this fucking prog…
SORRY about the f-word but…… i m really getting mad!!!!!!!
spyware wrote: Nah.
1: Create a file called: crackme.txt 2: open the file and enter "username:hash". 3: Drag 'n drop the file onto john-386.exe 4: Done
Drug & drop ?/???? Its a dos like exe file…. how can i d&d? it opens a dos box… and closes immidiatelly!!
PS:I down load 3 times the WIN version!!!!
Thiseas wrote: [quote]spyware wrote: Nah.
1: Create a file called: crackme.txt 2: open the file and enter "username:hash". 3: Drag 'n drop the file onto john-386.exe 4: Done
Drug & drop ?/???? Its a dos like exe file…. how can i d&d? it opens a dos box… and closes immidiatelly!!
PS:I down load 3 times the WIN version!!!![/quote]
drug and drop that exe file into a "command prompt" and hit enter…
ok sigh* i guess i will have to help you out even tho you should have figured this out. goto Run in your start menu. now type in cmd or command.com and a command prompt should pop up. now navigate to the directory where you put john and then type in either john-mmx or john-386 and it should work.
seriously use google next time before you ask us a question.
EDIT: oh and another thing about the hash. always put like admin:hash or something like that. use notepad and save the file into the run directory of john. and then when u run john (say you saved it as passwd) you would type in something like "john-mmx passwd.txt" (without the quotes ofcourse.)