Waraxe IT Security Portal
Login or Register
July 27, 2024
Menu
Home
Logout
Discussions
Forums
Members List
IRC chat
Tools
Base64 coder
MD5 hash
CRC32 checksum
ROT13 coder
SHA-1 hash
URL-decoder
Sql Char Encoder
Affiliates
y3dips ITsec
Md5 Cracker
User Manuals
AlbumNow
Content
Content
Sections
FAQ
Top
Info
Feedback
Recommend Us
Search
Journal
Your Account
User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144

People Online:
Visitors: 206
Members: 0
Total: 206
Full disclosure
CyberDanube Security Research 20240722-0 | Multiple Vulnerabilities in Perten/PerkinElmer ProcessPlus
[KIS-2024-06] XenForo <= 2.2.15 (Template System) Remote Code Execution Vulnerability
[KIS-2024-05] XenForo <= 2.2.15 (Widget::actionSave) Cross-Site Request Forgery Vulnerability
CVE-2024-33326
CVE-2024-33327
CVE-2024-33328
CVE-2024-33329
CyberDanube Security Research 20240703-0 | Authenticated Command Injection in Helmholz Industrial Router REX100
SEC Consult SA-20240627-0 :: Local Privilege Escalation via MSI installer in SoftMaker Office / FreeOffice
SEC Consult SA-20240626-0 :: Multiple Vulnerabilities in Siemens Power Automation Products
Novel DoS Vulnerability Affecting WebRTC Media Servers
APPLE-SA-06-25-2024-1 AirPods Firmware Update 6A326, AirPods Firmware Update 6F8, and Beats Firmware Update 6F8
40 vulnerabilities in Toshiba Multi-Function Printers
17 vulnerabilities in Sharp Multi-Function Printers
SEC Consult SA-20240624-0 :: Multiple Vulnerabilities allowing complete bypass in Faronics WINSelect (Standard + Enterprise)
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> All other software -> Cutenews <= 1.4.5 admin password md5 hash fetch exploit Goto page Previous1, 2, 3, 4Next
Post new topicReply to topic View previous topic :: View next topic
PostPosted: Mon Jan 14, 2008 3:47 pm Reply with quote
waraxe
Site admin
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
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Mon Jan 14, 2008 5:36 pm Reply with quote
onez
Regular user
Regular user
Joined: Jan 12, 2008
Posts: 5




i got this:

View user's profile Send private message
PostPosted: Mon Jan 14, 2008 5:41 pm Reply with quote
Evo
Beginner
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?
View user's profile Send private message
PostPosted: Mon Jan 14, 2008 5:55 pm Reply with quote
waraxe
Site admin
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!
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Mon Jan 14, 2008 5:59 pm Reply with quote
Evo
Beginner
Beginner
Joined: Jan 14, 2008
Posts: 3




thanks waraxe Very Happy
That did the job. But I had to go into the ext folder and copy php_curl.dll into the php folder.
View user's profile Send private message
PostPosted: Mon Jan 14, 2008 6:00 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




Evo wrote:
thanks waraxe Very Happy
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.
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Wed Jan 30, 2008 8:17 pm Reply with quote
Kolumbus
Regular user
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!
View user's profile Send private message
PostPosted: Wed Jan 30, 2008 10:37 pm Reply with quote
waraxe
Site admin
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!
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Sun Feb 03, 2008 2:15 am Reply with quote
Trans
Beginner
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
View user's profile Send private message
PostPosted: Sun Feb 03, 2008 2:30 am Reply with quote
waraxe
Site admin
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.
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Sun Feb 03, 2008 10:55 am Reply with quote
Trans
Beginner
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..
View user's profile Send private message
PostPosted: Sun Feb 03, 2008 11:26 am Reply with quote
Zone
Beginner
Beginner
Joined: Feb 03, 2008
Posts: 3




I get a lot of errors.
When installing php, do I add a webserver?
View user's profile Send private message Visit poster's website
PostPosted: Sun Feb 03, 2008 12:27 pm Reply with quote
pexli
Valuable expert
Valuable expert
Joined: May 24, 2007
Posts: 665
Location: Bulgaria




Zone install something like this http://www.apachefriends.org/en/xampp.html

Very easy to use and no need to configuring.
View user's profile Send private message
PostPosted: Sun Feb 03, 2008 1:41 pm Reply with quote
waraxe
Site admin
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?
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Sun Feb 03, 2008 8:37 pm Reply with quote
Zone
Beginner
Beginner
Joined: Feb 03, 2008
Posts: 3




koko wrote:
Zone install something like this http://www.apachefriends.org/en/xampp.html

Very easy to use and no need to configuring.

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
View user's profile Send private message Visit poster's website
Cutenews <= 1.4.5 admin password md5 hash fetch exploit
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
Post new topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2024 Janek Vind "waraxe"
Page Generation: 0.235 Seconds