|
|
|
|
|
|
IT Security and Insecurity Portal |
|
Posted: Mon Jan 14, 2008 3:47 pm |
|
|
waraxe |
Site admin |
|
|
Joined: May 11, 2004 |
Posts: 2407 |
Location: Estonia, Tartu |
|
|
|
|
|
|
Open the command prompt (as before) and type "php cutemd5.php"
This should execute the exploit. Now just wait and watch messages on screen. After exploit finish the job, you will see final hash for cutenews targeted username password and hopefully there is log file in same folder as exploit, with same final log data.
Let me know, if it is not working as expected, or if you will get md5 hashes, then you can post them here - it can be possible to crack them in order to reveal original plaintext password. |
|
Last edited by waraxe on Mon Jan 14, 2008 5:58 pm; edited 1 time in total |
|
|
|
Posted: Mon Jan 14, 2008 5:36 pm |
|
|
onez |
Regular user |
|
|
Joined: Jan 12, 2008 |
Posts: 5 |
|
|
|
|
|
|
|
i got this:
|
|
|
|
|
Posted: Mon Jan 14, 2008 5:41 pm |
|
|
Evo |
Beginner |
|
|
Joined: Jan 14, 2008 |
Posts: 3 |
|
|
|
|
|
|
|
All goes well for me, until I type this: php cutemd5.php
It gives this error:
Validating target url
PHP fatal error: call to undefined function curl_init() in C:\Documents and Settings\notsaying\My Documents\cutemd5.php on line 347
also for the username fetch, what shall I save the file as? |
|
|
|
|
Posted: Mon Jan 14, 2008 5:55 pm |
|
|
waraxe |
Site admin |
|
|
Joined: May 11, 2004 |
Posts: 2407 |
Location: Estonia, Tartu |
|
|
|
|
|
|
Curl error is beacause curl extension is not loaded.
Look for "php.ini" file, probably in Windows folder.
There is text line:
Code: |
;extension=php_curl.dll
|
Uncomment it like this:
Code: |
extension=php_curl.dll
|
Oops, i forgot to mention before, that you need to change target username too - in exploit script! |
|
|
|
|
Posted: Mon Jan 14, 2008 5:59 pm |
|
|
Evo |
Beginner |
|
|
Joined: Jan 14, 2008 |
Posts: 3 |
|
|
|
|
|
|
|
thanks waraxe
That did the job. But I had to go into the ext folder and copy php_curl.dll into the php folder. |
|
|
|
|
Posted: Mon Jan 14, 2008 6:00 pm |
|
|
waraxe |
Site admin |
|
|
Joined: May 11, 2004 |
Posts: 2407 |
Location: Estonia, Tartu |
|
|
|
|
|
|
Evo wrote: | thanks waraxe
That did the job. But I had to go into the ext folder and copy php_curl.dll into the php folder. |
That's because you php.ini is not containing valid extention dir value, i think. |
|
|
|
|
Posted: Wed Jan 30, 2008 8:17 pm |
|
|
Kolumbus |
Regular user |
|
|
Joined: Jan 30, 2008 |
Posts: 20 |
|
|
|
|
|
|
|
I get the same error, curl_init()
Do i need curl on my pc or something, a ickle advice would be super! |
|
|
|
|
Posted: Wed Jan 30, 2008 10:37 pm |
|
|
waraxe |
Site admin |
|
|
Joined: May 11, 2004 |
Posts: 2407 |
Location: Estonia, Tartu |
|
|
|
|
|
|
Kolumbus wrote: | I get the same error, curl_init()
Do i need curl on my pc or something, a ickle advice would be super! |
Look above in same forum thread - i was suggesting to uncomment "extension=php_curl.dll" in php.ini file. Try it! |
|
|
|
|
Posted: Sun Feb 03, 2008 2:15 am |
|
|
Trans |
Beginner |
|
|
Joined: Feb 03, 2008 |
Posts: 2 |
Location: 127.0.0.1 |
|
|
|
|
|
|
I have no ";extension=php_curl.dll" in my PHP.INI file.. I have PHP 5.2.5,
Help please? I get the same error
Code: | Validating target url
PHP fatal error: call to undefined function curl_init() in C:\Documents and Settings\notsaying\My Documents\cutemd5.php on line 347 |
|
|
|
|
|
Posted: Sun Feb 03, 2008 2:30 am |
|
|
waraxe |
Site admin |
|
|
Joined: May 11, 2004 |
Posts: 2407 |
Location: Estonia, Tartu |
|
|
|
|
|
|
Go to php directory and look for curl extension dll, mentioned above. Is it present? Next open php.ini and look for any other extension settings there. And then try to add curl dll entry to php.ini file.
If you will get error messages, post them here. |
|
|
|
|
Posted: Sun Feb 03, 2008 10:55 am |
|
|
Trans |
Beginner |
|
|
Joined: Feb 03, 2008 |
Posts: 2 |
Location: 127.0.0.1 |
|
|
|
|
|
|
Ok Waraxe will give that a go but i don't know which section to insert it into.. |
|
|
|
|
Posted: Sun Feb 03, 2008 11:26 am |
|
|
Zone |
Beginner |
|
|
Joined: Feb 03, 2008 |
Posts: 3 |
|
|
|
|
|
|
|
I get a lot of errors.
When installing php, do I add a webserver? |
|
|
|
|
Posted: Sun Feb 03, 2008 12:27 pm |
|
|
pexli |
Valuable expert |
|
|
Joined: May 24, 2007 |
Posts: 665 |
Location: Bulgaria |
|
|
|
|
|
|
|
|
|
|
Posted: Sun Feb 03, 2008 1:41 pm |
|
|
waraxe |
Site admin |
|
|
Joined: May 11, 2004 |
Posts: 2407 |
Location: Estonia, Tartu |
|
|
|
|
|
|
Trans wrote: | Ok Waraxe will give that a go but i don't know which section to insert it into.. |
Do you have php correctly installed? Php.ini usually contains lots of extension entries. Can you post your php.ini contents here? And are you sure, that you looked at right php.ini - one from windows directory? |
|
|
|
|
Posted: Sun Feb 03, 2008 8:37 pm |
|
|
Zone |
Beginner |
|
|
Joined: Feb 03, 2008 |
Posts: 3 |
|
|
|
|
|
|
|
Why would I need xampp?
I am installing it, but that doesn't explain my errors with the php.
php_mbstring.dll
OCI.dll
OCI.dll
OCI.dll
sqlite3.dll
aspell-15.dll
libcs.dll
DB2CLI.dll
libSQLDBC_C.dll
libmonetra.dll
lcrzo.dll
OCIW32.dll
DB2CLI.dll
ICLIT09B.dll
intl3_svn.dll
Couldn't find alot of modules
and some notices about some 'constant' things
And I got the same errors with xampp |
|
|
|
|
www.waraxe.us Forum Index -> All other software
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT
Page 2 of 4
Goto page Previous1, 2, 3, 4Next
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|