|
Luigi Auriemmaaluigi.org (ARCHIVE-ONLY FORUM!) |
|
It is currently 19 Jul 2012 15:26
|
View unanswered posts | View active topics
Author |
Message |
HuRRaCaNe
|
Post subject: CoDUO q3dirtrav Posted: 06 Apr 2008 19:36 |
|
Joined: 06 Apr 2008 19:33 Posts: 18
|
well i was trying this q3dirtrav the other day, and it all works 'n stuff, ..
but when i do /download uo/server.cfg in the console
it sais it cant find the file for autodownloading
so now my question is, what am i doing wrong and/or how should i do it
thanks in advance
sincerly, H
|
|
Top |
|
|
aluigi
|
Post subject: Posted: 06 Apr 2008 21:35 |
|
Joined: 13 Aug 2007 21:44 Posts: 4068 Location: http://aluigi.org
|
I think the hypotesis are two:
- you are specifying a file not available on the server
- the server doesn't allow downloading (sv_allowdownload set to 0)
|
|
Top |
|
|
HuRRaCaNe
|
Post subject: wow o_O Posted: 07 Apr 2008 15:30 |
|
Joined: 06 Apr 2008 19:33 Posts: 18
|
woa
you actually replied
its an honor to meet you, sir.
well,
can you explain a little bit more how q3dirtrav actually works?
i've discussed with a friend of mine, and he said sv_allowdownload 1 is for allowing people to download files (from the re-direct) if they don't have them yet, so it wouldn't have any contact with the server itself to download the server files(server config's etc..).
also, when you can download (like maps) from the server, does this mean sv_allowdownload is on? (stupid question, i know, but it has been confusing me since there are a lot of cvar's about download stuff o_O)
maybe the cfg could be called master.cfg, or serversettings.cfg
|
|
Top |
|
|
aluigi
|
Post subject: Posted: 07 Apr 2008 16:16 |
|
Joined: 13 Aug 2007 21:44 Posts: 4068 Location: http://aluigi.org
|
The best way to understand how q3dirtrav works (although it's very very simple) is probably through the following video:
http://mirror.aluigi.org/video/q3dirtrav.avi
(the video is in h264 so check to have the right codec otherwise go on http://www.codecguide.com)
On the server sv_allowdownload MUST be 1 otherwise the directory traversal vulnerability cannot be exploited, this can be viewed if you don't have a mod and when you connect to the server you automatically download it.
Then when you type /download file from the console it should give you a different error if sv_allowdownload is disabled.
The other way to know if this variable is enabled is using query tools, for example like gslist:
gslist -d 1 SERVER PORT
Last edited by aluigi on 07 Apr 2008 16:25, edited 1 time in total.
|
|
Top |
|
|
HuRRaCaNe
|
Post subject: Posted: 07 Apr 2008 16:20 |
|
Joined: 06 Apr 2008 19:33 Posts: 18
|
yea i seen the movie.
but like i said, the sv_allowdownload will go to the redirect(i think), not the server
so what does q3dirtrav do?
not like how to use it :)
as in: what does the "program" do what i cant see? else you wouldn't make a program for it.
how does it get into the server to download the files
hmm little edit:
well i tried downloading dedicated.cfg
and CoD just.... i couldn't say froze because that wouldn't be the right word
my lagometer (cg_lagometer) just showed like i was lagging
then seconds later it started to do weird, like the top black bar when loading a map appeared.
|
|
Top |
|
|
aluigi
|
Post subject: Posted: 07 Apr 2008 16:35 |
|
Joined: 13 Aug 2007 21:44 Posts: 4068 Location: http://aluigi.org
|
technically the only thing which q3dirtrav does is filling the structure used by the client for downloading the files placing the custom remote and local filename you choosed.
In my tests using CoD 1.5 I had no problems, what exact version of Call of Duty are you using?
|
|
Top |
|
|
HuRRaCaNe
|
Post subject: Posted: 07 Apr 2008 16:39 |
|
Joined: 06 Apr 2008 19:33 Posts: 18
|
CoDUO(-> united offensive, if you don't know, but i bet you do) 1.51(b) i guess.
but i'm going to do another test here.
UFA server keeps their files in the UFA-MOD folder (also the master.cfg)
so maybe that server i've been testing it on, does the same but in their folder.
can you think of any other ways to crash servers besides q3infoboom though? i'm very interested with that stuff
|
|
Top |
|
|
aluigi
|
Post subject: Posted: 07 Apr 2008 16:45 |
|
Joined: 13 Aug 2007 21:44 Posts: 4068 Location: http://aluigi.org
|
CoDUO has not been tested by me so first check if it's "q3dirtrav compatible".
It's very simple, launch a dedicated server and set sv_allowdownload 1 (you can do it from both command-line and runtime if I'm not in error).
If you can download your files (you can use filemon to catch the exact folder on which the server checks the files) means it's compatible.
When you will know if it's compatible with q3dirtrav then you can think to the rest.
|
|
Top |
|
|
HuRRaCaNe
|
Post subject: Posted: 07 Apr 2008 16:48 |
|
Joined: 06 Apr 2008 19:33 Posts: 18
|
dedicated server, as in "internet dedicated" ?
or will a a listen server work fine
i only have 1 PC (and from my experience, starting a internet dedicated server will bring up a console, making that PC useless (cant run another copy of CoDUO, i think)
and i bet CoDUO is "the same" as CoD
its just a expansion (and i bet that is spelled wrong o_O)
EDIT: ahh you can run a server and CoDUO at the same time
but bla then again i don't know what to do :(
|
|
Top |
|
|
aluigi
|
Post subject: Posted: 07 Apr 2008 16:57 |
|
Joined: 13 Aug 2007 21:44 Posts: 4068 Location: http://aluigi.org
|
internet or LAN dedicated server, so you can then start the client process without problems.
Remember to select the client process from q3dirtrav since both the client and server have the same name, in case of confusion:
- start q3dirtrav
- start the dedicated server
- refresh the processes in q3dritrav and keep note of the PID of the cod process
- start the client (window mode is preferred for the tests) and join the server
- refresh the processes in q3dirtrav and select the CoDUO process with the different PID
- use q3dirtrav as usual
I know that CoD and CoDUO should be the same and in fact when I modified q3dirtrav for supporting CoD I also checked the CoDUO and CoD2 executables (through a disassembler since I don't have the games) for being sure that they used the same "different" structure, but as usual the "practice" can ever change.
|
|
Top |
|
|
HuRRaCaNe
|
Post subject: Posted: 07 Apr 2008 17:26 |
|
Joined: 06 Apr 2008 19:33 Posts: 18
|
ok so the console clearly said (of my LAN server)
"sv_allowDownload" is:"1" default:"1"
clientDownload: 0 : begining "uo/master.cfg"
clientDownload: 0 : "uo/master.cfg" file not found on server
so i'm having troubles getting the name of the cfg :(
and i guess there is no way of knowing that?
|
|
Top |
|
|
aluigi
|
Post subject: Posted: 07 Apr 2008 17:47 |
|
Joined: 13 Aug 2007 21:44 Posts: 4068 Location: http://aluigi.org
|
|
Top |
|
|
HuRRaCaNe
|
Post subject: Posted: 07 Apr 2008 17:57 |
|
Joined: 06 Apr 2008 19:33 Posts: 18
|
thats where i get confused.
i got filemon and everything
i filtered anything thats not CoDUOMP
then it just shows the pk3 names o_O
and nothing else.
i did guess the cfg name
/download merciless_uo/server.cfg
it did something... reconnected me & then when it finished loading "server disconnected - failed to validate pure client!"
|
|
Top |
|
|
aluigi
|
Post subject: Posted: 07 Apr 2008 18:02 |
|
Joined: 13 Aug 2007 21:44 Posts: 4068 Location: http://aluigi.org
|
the "reconnection" thing is a good thing, means that a file have been received.
have you seen if the local file has been created?
|
|
Top |
|
|
HuRRaCaNe
|
Post subject: Posted: 07 Apr 2008 18:06 |
|
Joined: 06 Apr 2008 19:33 Posts: 18
|
well, it hasn't been created
but i can see the console saying (before i re-load the map) "failed to initialize download for 'http://tomorrowzweaponz.net/maps/merciless_uo/server.cfg' "
which proves my point, it's looking for the cfg on the re-direct, instead of the server.
|
|
Top |
|
|
aluigi
|
Post subject: Posted: 07 Apr 2008 18:25 |
|
Joined: 13 Aug 2007 21:44 Posts: 4068 Location: http://aluigi.org
|
These "redirects" don't exist in the Quake 3 engine (where is located the bug), so it's a CoD related thing unrelated to the bug.
if you can't download files from the server you can't exploit the vulnerability.
|
|
Top |
|
|
HuRRaCaNe
|
Post subject: Posted: 07 Apr 2008 18:29 |
|
Joined: 06 Apr 2008 19:33 Posts: 18
|
i get your point
thanks for all the help anyway >=D
maybe we meet again, some day
|
|
Top |
|
|
aluigi
|
Post subject: Posted: 20 Apr 2008 12:38 |
|
Joined: 13 Aug 2007 21:44 Posts: 4068 Location: http://aluigi.org
|
released q3dirtrav 0.2.2 with support for ET 2.55
|
|
Top |
|
|
HuRRaCaNe
|
Post subject: Posted: 20 Apr 2008 12:40 |
|
Joined: 06 Apr 2008 19:33 Posts: 18
|
woa
so you're still working on this stuff
|
|
Top |
|
|
aluigi
|
Post subject: Posted: 20 Apr 2008 13:15 |
|
Joined: 13 Aug 2007 21:44 Posts: 4068 Location: http://aluigi.org
|
an user requested this work-around and then ET 2.55 is one of the most played games in the world 8-)
|
|
Top |
|
|
infus3
|
Post subject: Re: CoDUO q3dirtrav Posted: 15 Sep 2008 19:25 |
|
Joined: 17 Oct 2007 08:10 Posts: 31 Location: South Carolina
|
lol >.> hi hurra.
trying twz server? o.O
i i didn't read all this stuff but, if you're still trying to figure it out. it only works on servers that don't have a redirect. dont worry ufa is safe. ;]
!x0mbie
|
|
Top |
|
|
aluigi
|
Post subject: Re: CoDUO q3dirtrav Posted: 16 Sep 2008 12:52 |
|
Joined: 13 Aug 2007 21:44 Posts: 4068 Location: http://aluigi.org
|
"set cl_wwwdownload 0" disables the http redirect download and should force the in-game one
|
|
Top |
|
|
tictacman08
|
Post subject: Re: CoDUO q3dirtrav Posted: 25 Dec 2008 19:59 |
|
Joined: 27 Jun 2008 07:41 Posts: 27
|
Sorry to beat a dead horse with this question but.. does this q3dirttrav issue work with Call of duty 4 Patch 1.7?
Thanks
|
|
Top |
|
|
HuRRaCaNe
|
Post subject: Re: CoDUO q3dirtrav Posted: 25 Dec 2008 20:04 |
|
Joined: 06 Apr 2008 19:33 Posts: 18
|
Q3DirTrav does not work on any of the Call of Duty series (it does, if the files are directly downloaded from the server instead of using a redirect) but i doubt it that there are any servers out there which do not use a external site to download the files from.
i think the commands are something like this sv_wwwDownload //allow downloading or not sv_wwwBaseURL //where to download from
|
|
Top |
|
|
thebullet
|
Post subject: Re: CoDUO q3dirtrav Posted: 11 Jan 2010 12:46 |
|
Joined: 11 Jan 2010 12:43 Posts: 15
|
Hi, I was using Q3DirTrav for some purposes but now I see that on the server, sv_allowdownload is 1 (Enabled) but I am unable to download the file. What could be the reason? I created the server for testing purposes, I tried to download the file but same, Nothing Happened. What could be the possible reason?
|
|
Top |
|
|
aluigi
|
Post subject: Re: CoDUO q3dirtrav Posted: 11 Jan 2010 17:20 |
|
Joined: 13 Aug 2007 21:44 Posts: 4068 Location: http://aluigi.org
|
|
Top |
|
|
thebullet
|
Post subject: Re: CoDUO q3dirtrav Posted: 14 Jan 2010 09:28 |
|
Joined: 11 Jan 2010 12:43 Posts: 15
|
No i guess this is something else. The server shows that sv_allowdownload is 1 but it acts like if it were off. I tried it in a server where sv_allowdownload was 0 and the result was 100% same, nothing happened. It only happened in 1 server only not all. Could it be the fix (q3dirtravfix)??
|
|
Top |
|
|
aluigi
|
Post subject: Re: CoDUO q3dirtrav Posted: 14 Jan 2010 14:49 |
|
Joined: 13 Aug 2007 21:44 Posts: 4068 Location: http://aluigi.org
|
|
Top |
|
|
thebullet
|
Post subject: Re: CoDUO q3dirtrav Posted: 15 Jan 2010 08:22 |
|
Joined: 11 Jan 2010 12:43 Posts: 15
|
No server is Windows Server and I guess its been fixed =) Thanks for the support, will be here to know more and try more =)
|
|
Top |
|
|
extrabot
|
Post subject: Re: CoDUO q3dirtrav Posted: 17 Jan 2010 11:38 |
|
Joined: 17 Jan 2010 11:31 Posts: 5
|
Hi. I have a problem. I configured the program, I entered in the console / download main / server.cfg, reconnect to do (or downloaded to). But download file not save it in file OUTPUT :( Why?
|
|
Top |
|
|
|
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 post attachments in this forum
|
|