XboxHacker BBS
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
May 21, 2013, 05:57:49 PM


Login with username, password and session length


Pages: 1 2 3 »
  Print  
Author Topic: ftp  (Read 5907 times)
hodge74
Member
**
Posts: 17


View Profile
ftp
« on: December 05, 2009, 07:54:29 AM »

is this possible yet? can you browse 360 hdd send recieve files via ftp.
Logged
Arakon
Administrator
Xbox Hacker
*****
Posts: 6925


View Profile
« Reply #1 on: December 05, 2009, 08:01:31 AM »

no. someone will have to write a server for that. feel free to do so.
Logged

I do NOT give support by email, PM, ICQ or whatever. Anyone annoying me that way will have his balls removed. With a rusty butterknife. Slowly. And I'll enjoy doing it.
jelle2503
Xbox Hacker
*****
Posts: 1686


elitist prick


View Profile
« Reply #2 on: December 05, 2009, 08:04:44 AM »

networking is still encrypted.. so no.. not yet
Logged

*
Arakon
Administrator
Xbox Hacker
*****
Posts: 6925


View Profile
« Reply #3 on: December 05, 2009, 08:28:20 AM »

I doubt you need to decrypt the network traffic just for an ftp server that bypasses the system pretty much.. may need its own network stack, though. It's been done for xbox 1 afterall, and that also had encrypted network traffic.
Logged

I do NOT give support by email, PM, ICQ or whatever. Anyone annoying me that way will have his balls removed. With a rusty butterknife. Slowly. And I'll enjoy doing it.
jelle2503
Xbox Hacker
*****
Posts: 1686


elitist prick


View Profile
« Reply #4 on: December 05, 2009, 08:46:00 AM »

it's what cpasjuste said in #freeboot
Logged

*
hodge74
Member
**
Posts: 17


View Profile
« Reply #5 on: December 05, 2009, 09:44:29 AM »

im going to mess around with it, anybody want to help with this!
Logged
Icekiller
Master Hacker
****
Posts: 184


View Profile
« Reply #6 on: December 06, 2009, 06:37:40 AM »

@arakon
the network is still encrypted for live usage protocol.. so that needs to be patches (confirmed by several people)...

FTP server itself isn't te _real_ problem its the fact taht the kernel needs patches for it.

but any devers feel free to come to the _right_ channel
Logged
Arakon
Administrator
Xbox Hacker
*****
Posts: 6925


View Profile
« Reply #7 on: December 06, 2009, 06:50:36 AM »

Ah, I wasn't aware it was encrypted on kernel level.
Logged

I do NOT give support by email, PM, ICQ or whatever. Anyone annoying me that way will have his balls removed. With a rusty butterknife. Slowly. And I'll enjoy doing it.
Ski-lleR
Hacker
***
Posts: 84


View Profile
« Reply #8 on: December 06, 2009, 07:19:58 AM »

The doc say this about the devkit version of network protocol

The XNET_STARTUP_BYPASS_SECURITY flag to allow socket-based communication without the custom encryption and authentication protocol, typically for testing purposes

It's not authorized on retail, but can be disabled with small hack
Logged
Icekiller
Master Hacker
****
Posts: 184


View Profile
« Reply #9 on: December 06, 2009, 07:31:27 AM »

funny how people who never done any kernel hacking or other stuff say its a "small hack"..

do you know if its in the kernel? if it has checks in HV? if it has other checks in xex's?
Logged
Ski-lleR
Hacker
***
Posts: 84


View Profile
« Reply #10 on: December 06, 2009, 08:06:13 AM »

By small hack i mean small modification, i know it's very hard.
I coded sata driver for libxenon, taken me 2 or 3 days of coding, and 1 week of analyse
Logged
le_uberfry
Master Hacker
****
Posts: 226


View Profile
« Reply #11 on: December 06, 2009, 03:00:01 PM »

FTP server itself isn't te _real_ problem its the fact taht the kernel needs patches for it.
Are you sure? So you've looked into it to confirm this assumption, correct?
Logged

I had a blast at the party yesterday!
Oh wait, what you mean you weren't invited? It was in your mouth and everyone came!
Icekiller
Master Hacker
****
Posts: 184


View Profile
« Reply #12 on: December 06, 2009, 03:24:46 PM »

well we tried the basic
xbox360: hello  <=> got it?:pc
but that didn't get anything back...
and according to the docs the function that does allow unencrypted stuff is disabled @ linking...

argh reread
no it isn't @ the kernel but it was the easiest and most officieus thing to say
« Last Edit: December 06, 2009, 03:34:54 PM by Icekiller » Logged
q36
Master Hacker
****
Posts: 325


View Profile
« Reply #13 on: December 06, 2009, 07:23:41 PM »

Wouldn't that be in one of the dlls...
Logged
jelle2503
Xbox Hacker
*****
Posts: 1686


elitist prick


View Profile
« Reply #14 on: December 07, 2009, 05:13:43 AM »

we all can guess...

its in teh wireless adapatezr
Logged

*
damox
Master Hacker
****
Posts: 484


View Profile
« Reply #15 on: December 07, 2009, 06:10:56 AM »

its in teh wireless adapatezr

That's where I hide my pronz.  Wink
Logged
le_uberfry
Master Hacker
****
Posts: 226


View Profile
« Reply #16 on: December 07, 2009, 06:15:57 AM »

its in teh wireless adapatezr

That's where I hide my pronz.  Wink
Ahhhh you have 2 girlfriends? The DePalma Twins? Or do you call the other one Palmela Handerson?
Logged

I had a blast at the party yesterday!
Oh wait, what you mean you weren't invited? It was in your mouth and everyone came!
vgplayer
Member
**
Posts: 11


View Profile
« Reply #17 on: December 07, 2009, 06:39:53 AM »

What about libxenon and Xell?
Logged
Hoax
Hacker
***
Posts: 87



View Profile
« Reply #18 on: December 08, 2009, 03:04:43 AM »

I thought a bit about it..

When running gentoo via XeLL we can use the networkcard to browse through the web etc. so there should be already a possibility to access the harddisk via ftp on linux. I saw the FatX library flying around here, couldn't we use it to access the device ? If so.. We should be able to run an simple ftp server incl. listener via XeLL after the SWITCH command, aren't we? So the Box boots into XeLL which do the SWITCH cmd. After this we could start the ftp server listener while or before loading the dashboard and we will have the possibility to connect to the xbox all the time via xell ftp listener? Don't know if this is possible or if xell is capable to do something like this. Why not execute different thing on different threads at the same time Wink Maybe we can rip the XBL files to get some free space for ftp, etc. ? Else we should be able to check a harddisk is plugged where the ftp server is stored. If XeLL can find any storage device including the right path/app it will start, else it will bypass this.

Don't know if this is possible in any way? Just a thing I thought about. If someone can get some useful information out of this and will start a project regarding this, just pm me..
Maybe we can find a nice solution for this..
« Last Edit: December 08, 2009, 04:49:25 AM by Hoax » Logged
ReverseAffect
Xbox Hacker
*****
Posts: 1345

360Reball


View Profile WWW
« Reply #19 on: December 08, 2009, 04:05:55 AM »

question? can the Ethernet Port be detected by any program or system call in linux?
is there no known program to do the connection sharing to pc or a crossover cable to keep the signal high to say "hello world"?  Shocked
and what about the old usb way of having  pc to pc data transfer.....or usb to serial? or is it just no known address to the 360's port?
or is this xbl way of saying were smarter then you's? can't we have a call in the onboard nand to call up a small server in a xd card or another nand...
just saying, as Arakon said it was done through the xbox1 and i know through the bios......

don't bite my head off on this...I ain't messing around i am just asking  Huh
 
« Last Edit: December 08, 2009, 04:10:08 AM by ReverseAffect » Logged

sick like a mofo..not reballing for a while...
Pages: 1 2 3 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM