nsteger123
04-16-2008, 05:16 PM
:confused::confused:
What does this mean??
asecretkeygoeshere

Login info, please tell me....

BroadStBullies
04-16-2008, 05:23 PM
That is so weird. Thats something Ive never seen before

evel_king
04-16-2008, 05:30 PM
Maybe IP address passwords? But then where are the passwords, if it says "asecretkeygoeshere"? Makes no sense. And what is racoon? That's what the name of the folder, so understanding what racoon is should help understand what this file is.

Also, it mentions something about macuser@localhost, and you aren't on a Mac, and nor am I. We need someone with a Mac to see this file, there may be some changes, as it says macuser, not pcuser, or windowsuser, or anything like that.

Aristarchos
04-16-2008, 05:31 PM
thats really weird
crazy apple with all of their shenanigans

GrooveMachine
04-16-2008, 05:38 PM
Racoon is not a folder made by Apple--it's a third-party install :)

evel_king
04-16-2008, 05:39 PM
What is racoon though?

GrooveMachine
04-16-2008, 05:40 PM
http://www.oreillynet.com/mac/blog/2007/07/raccoon_on_iphone.html

evel_king
04-16-2008, 05:44 PM
Thanks, so it's a portable web server. But that blog makes it look like it comes with the iPhone/iPod Touch, not 3rd party. I'm really confused right now,

wearmaize
04-16-2008, 05:48 PM
idk... I have a mac if you want me to check it out at some point.

somethingrandomgoeshere

nsteger123
04-16-2008, 05:50 PM
ok ill tell you where i found it, got to /private/etc/racoon then the psk.txt
I found another thing about bluetooth, ill upload some pics, it talks about the CSR chipset which is bluetooth right?

Stegerian
04-16-2008, 05:50 PM
Yea
I found the same thing
nsteger is my brother
so were finding all this

evel_king
04-16-2008, 05:51 PM
Well we've figured out that racoon isn't Mac related (Read through the posts, and follow the link posted by GrooveMachine), so no Mac help is now needed. But thanks for volunteering!

evel_king
04-16-2008, 05:52 PM
Yea
I found the same thing
nsteger is my brother
so were finding all this

Dude, that's bluetooth, not this. Maybe you uploaded the wrong screenie?

EDIT: Nevermind, apparently nsteger took us off topic. Post about that in your bluetooth thread though, don't go off topic here.

nsteger123
04-16-2008, 05:54 PM
i am more interested in the bluetooth thing, it says power off, then a couple lines under power on. I looked up the CSR chip and i read about it, its for bluetooth. Another mystery! Lets figure it out.....:D

Stegerian
04-16-2008, 05:56 PM
Look closely
it said
CSR chipset(bluetooth)
And a bunch of other things
Power on, power off, ect

nsteger123
04-16-2008, 05:56 PM
k ill post somewher else about bluetooth, but lets figure the password thing out. the secret key is wierd i heard that if the jailbreakers had that code it would be the easiest thing to jailbreak...

evel_king
04-16-2008, 05:57 PM
People, there is NO bluetooth on iPod. No hardware has been found, and the file you guys found is named "iPhone", and iPod Touch and iphone share alot of files, including Bluetooth images, and apparently Bluetooth files. It has been triple confirmed, yet, not everyone believes that there is none.

It would be cool, blame Steve Jobs for not including it (I feel so much anger against Steve today)

nsteger123
04-16-2008, 05:59 PM
well what about the password?????
Apple has a big secert that need to be figured out!

evel_king
04-16-2008, 06:01 PM
That may not be Apple. GrooveMachine said racoon is third party. But looking at a blog with info on it, it looked like it comes with iPod Touch/iPhone. Maybe Apple borrowed it from this third party.

nsteger123
04-16-2008, 06:02 PM
ok if you look up 3ffe:501:410:ffff:200:86ff:fe05:80fa it tells you about the racoon config, anyone good at this kind of stuff, il look around through files to see what i can find

evel_king
04-16-2008, 06:09 PM
I opened up racoon.conf, and got this:

# $KAME: racoon.conf.in,v 1.17 2001/08/14 12:10:22 sakane Exp $

# "path" must be placed before it should be used.
# You can overwrite which you defined, but it should not use due to confusing.
path include "/etc/racoon" ;

# Allow third parties the ability to specify remote and sainfo entries
# by including all files matching /etc/racoon/remote/*.conf
include "/tmp/racoon/*.conf" ;

# search this file for pre_shared_key with various ID key.
path pre_shared_key "/etc/racoon/psk.txt" ;

# racoon will look for certificate file in the directory,
# if the certificate/certificate request payload is received.
path certificate "/etc/cert" ;

# "log" specifies logging level. It is followed by either "notify", "debug"
# or "debug2".
#log debug;

# "padding" defines some parameter of padding. You should not touch these.
padding
{
maximum_length 20; # maximum padding length.
randomize off; # enable randomize length.
strict_check off; # enable strict check.
exclusive_tail off; # extract last one octet.
}

# if no listen directive is specified, racoon will listen to all
# available interface addresses.
listen
{
#isakmp ::1 [7000];
#isakmp 202.249.11.124 [500];
#admin [7002]; # administrative's port by kmpstat.
#strict_address; # required all addresses must be bound.
}

# Specification of default various timer.
timer
{
# These value can be changed per remote node.
counter 10; # maximum trying count to send.
interval 3 sec; # interval to resend (retransmit)
persend 1; # the number of packets per a send.

# timer for waiting to complete each phase.
phase1 30 sec;
phase2 30 sec;
}

#
# anonymous entry is defined in /etc/racoon/remote/anonymous.conf
#
#remote anonymous
#{
# #exchange_mode main,aggressive;
# exchange_mode aggressive,main;
# doi ipsec_doi;
# situation identity_only;
#
# #my_identifier address;
# my_identifier user_fqdn "macuser@localhost";
# peers_identifier user_fqdn "macuser@localhost";
# #certificate_type x509 "mycert" "mypriv";
#
# nonce_size 16;
# lifetime time 1 min; # sec,min,hour
# initial_contact on;
# support_mip6 on;
# proposal_check obey; # obey, strict or claim
#
# proposal {
# encryption_algorithm 3des;
# hash_algorithm sha1;
# authentication_method pre_shared_key ;
# dh_group 2 ;
# }
#}

#remote ::1 [8000]
#{
# #exchange_mode main,aggressive;
# exchange_mode aggressive,main;
# doi ipsec_doi;
# situation identity_only;
#
# my_identifier user_fqdn "macuser@localhost";
# peers_identifier user_fqdn "macuser@localhost";
# #certificate_type x509 "mycert" "mypriv";
#
# nonce_size 16;
# lifetime time 1 min; # sec,min,hour
#
# proposal {
# encryption_algorithm 3des;
# hash_algorithm sha1;
# authentication_method pre_shared_key ;
# dh_group 2 ;
# }
#}

#
# anonymous entry is defined in /etc/racoon/remote/anonymous.conf
#
#sainfo anonymous
#{
# pfs_group 1;
# lifetime time 30 sec;
# encryption_algorithm aes, 3des ;
# authentication_algorithm hmac_sha1;
# compression_algorithm deflate ;
#}

# sainfo address 203.178.141.209 any address 203.178.141.218 any
# {
# pfs_group 1;
# lifetime time 30 sec;
# encryption_algorithm des ;
# authentication_algorithm hmac_md5;
# compression_algorithm deflate ;
# }

#sainfo address ::1 icmp6 address ::1 icmp6
#{
# pfs_group 1;
# lifetime time 60 sec;
# encryption_algorithm 3des, cast128, blowfish 448, des ;
# authentication_algorithm hmac_sha1, hmac_md5 ;
# compression_algorithm deflate ;
#}

I'm guessing it's code, anyone understand some of it?

EDIT: I have to go now, I'll be back tomorrow to check on progress. Good luck!

nsteger123
04-16-2008, 06:14 PM
ok i found out it is some kind of remote access server

it has something to do with the macuser@localhost, its in like every racoon file. Im looking in the remote folder, it says


remote anonymous
{
#exchange_mode main,aggressive;
exchange_mode aggressive,main;
doi ipsec_doi;
situation identity_only;

#my_identifier address;
my_identifier user_fqdn "macuser@localhost";
peers_identifier user_fqdn "macuser@localhost";
#certificate_type x509 "mycert" "mypriv";

nonce_size 16;
lifetime time 1 min; # sec,min,hour
initial_contact on;
support_mip6 on;
proposal_check obey; # obey, strict or claim

proposal {
encryption_algorithm 3des;
hash_algorithm sha1;
authentication_method pre_shared_key ;
dh_group 2 ;
}
}

sainfo anonymous
{
pfs_group 1;
lifetime time 30 sec;
encryption_algorithm aes, 3des ;
authentication_algorithm hmac_sha1;
compression_algorithm deflate ;
}

evel_king
04-17-2008, 01:33 PM
Ok, I was going through the legal document on my iPod (In Settings - General - About - Legal) and near the end, I found a third party, WIDE Project, and in brackets next to it was racoon and something else. The part in brackets is the product, so these guys made racoon. I'm gonna go to their website and find out about racoon.

EDIT: So I went to their website, and found a link to the official racoon2 website. I went there and found a whole bunch of stuff about it. This is racoon2 though, successor to racoon, but it's probably the same thing with more features. Link: www.racoon2.wide.ad.jp

I have to go right now, I'll be back later to read about racoon on that website.

EDIT 2: I Read Through It, But Didn't Understand Much, We'll Need Someone With Experience