From cbf5d4eadb74e2969bb0d285316e261fc4c016ab Mon Sep 17 00:00:00 2001 From: TAbdiukov Date: Wed, 20 Jan 2021 14:20:28 +1100 Subject: [PATCH 1/5] First upload Source: http://dev.zuckschwerdt.org/openobex/wiki/ObexFtpServices --- Discovery/File-System/OBEX_common.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Discovery/File-System/OBEX_common.txt diff --git a/Discovery/File-System/OBEX_common.txt b/Discovery/File-System/OBEX_common.txt new file mode 100644 index 00000000..3a2ea002 --- /dev/null +++ b/Discovery/File-System/OBEX_common.txt @@ -0,0 +1,17 @@ +telecom/devinfo.txt +telecom/rtc.txt +telecom/pb.vcf +telecom/pb/luid/.vcf +telecom/pb/0.vcf +telecom/pb/###.vcf +telecom/pb/luid/.vcf +telecom/pb/info.log +telecom/pb/luid/###.log +telecom/pb/luid/cc.log +telecom/cal.vcs +telecom/cal/luid/.vcs +telecom/cal/###.vcs +telecom/cal/luid/.vcs +telecom/cal/info.log +telecom/cal/luid/###.log +telecom/cal/luid/cc.log From ba087b3874575d62876ed518bb05055cf2066f6f Mon Sep 17 00:00:00 2001 From: TAbdiukov Date: Wed, 20 Jan 2021 14:39:49 +1100 Subject: [PATCH 2/5] add comments; sort alphabetically; rm duplicates --- Discovery/File-System/OBEX_common.txt | 47 +++++++++++++++++---------- 1 file changed, 30 insertions(+), 17 deletions(-) diff --git a/Discovery/File-System/OBEX_common.txt b/Discovery/File-System/OBEX_common.txt index 3a2ea002..7e359387 100644 --- a/Discovery/File-System/OBEX_common.txt +++ b/Discovery/File-System/OBEX_common.txt @@ -1,17 +1,30 @@ -telecom/devinfo.txt -telecom/rtc.txt -telecom/pb.vcf -telecom/pb/luid/.vcf -telecom/pb/0.vcf -telecom/pb/###.vcf -telecom/pb/luid/.vcf -telecom/pb/info.log -telecom/pb/luid/###.log -telecom/pb/luid/cc.log -telecom/cal.vcs -telecom/cal/luid/.vcs -telecom/cal/###.vcs -telecom/cal/luid/.vcs -telecom/cal/info.log -telecom/cal/luid/###.log -telecom/cal/luid/cc.log +# Information hardware +telecom/devinfo.txt +# The Real Time Clock +telecom/rtc.txt +# Calendar Level 2 access +telecom/cal.vcs +# Level 3 static index access +telecom/cal/###.vcs +# Add new entry, Level 4 unique index access +telecom/cal/luid/.vcs +# Supported properties and memory info +telecom/cal/info.log +# Change log +telecom/cal/luid/###.log +# Change counter +telecom/cal/luid/cc.log +# Level 2 access +telecom/pb.vcf +# Own business card +telecom/pb/0.vcf +# Level 3 static index access +telecom/pb/###.vcf +# Add new entry, Level 4 unique index access +telecom/pb/luid/.vcf +# Supported properties and memory info +telecom/pb/info.log +# Change log +telecom/pb/luid/###.log +# Change counter +telecom/pb/luid/cc.log \ No newline at end of file From 6e71f29fc317c3d94ab4db8f82ddf1304ab762d3 Mon Sep 17 00:00:00 2001 From: TAbdiukov Date: Wed, 20 Jan 2021 14:59:16 +1100 Subject: [PATCH 3/5] a topn more paths from official specs Src: http://www.pday.com.cn/technology/irda_documents/irmc_v1p1.pdf --- Discovery/File-System/OBEX_common.txt | 47 ++++++++++++++++++++++++--- 1 file changed, 43 insertions(+), 4 deletions(-) diff --git a/Discovery/File-System/OBEX_common.txt b/Discovery/File-System/OBEX_common.txt index 7e359387..1acc90f3 100644 --- a/Discovery/File-System/OBEX_common.txt +++ b/Discovery/File-System/OBEX_common.txt @@ -14,17 +14,56 @@ telecom/cal/info.log telecom/cal/luid/###.log # Change counter telecom/cal/luid/cc.log -# Level 2 access +# Level 2 access. vCard stream object listing all the Objects in the Phone Book Object Store. telecom/pb.vcf # Own business card telecom/pb/0.vcf +# phone book objects with individual indices +telecom/pb/1.vcf # Level 3 static index access telecom/pb/###.vcf -# Add new entry, Level 4 unique index access -telecom/pb/luid/.vcf # Supported properties and memory info telecom/pb/info.log +# phone book Change Counter object +telecom/pb/luid/cc.log +# Add new entry, Level 4 unique index access +telecom/pb/luid/.vcf # Change log telecom/pb/luid/###.log # Change counter -telecom/pb/luid/cc.log \ No newline at end of file +telecom/pb/luid/cc.log +# Level 1 Information Exchange object +telecom/push.txt +# Incoming Calls +telecom/ich +# Outgoing Calls +telecom/och +# Missed Calls +telecom/mch +# Message Index Example - Incoming Messages +telecom/msg/in/0.vmg +# Message Index Example - Outgoing Messages: +telecom/msg/out/0.vmg +# Missed Messages History Object +telecom/mmh.vmg +# An Empty Notes Object (empty?) +telecom/nt.vnt +# vNote entries with indices +telecom/nt/1.vnt +# Formal Definition of Notes Objects - Information Log +telecom/nt/info.log +# Unknown +telecom/note.vnt +telecom/inmsg.vmg +telecom/outmsg.vmg +telecom/sentmsg.vmg +telecom/msg/sent +telecom/msg/in/luid/ +telecom/msg/out/luid/ +telecom/msg/sent/luid/ +telecom/msg/in/luid/cc.log +telecom/msg/out/luid/cc.log +telecom/msg/sent/luid/cc.log +telecom/nt +telecom/pb/1.vcf +default \ No newline at end of file From 5c246e58cdecd5e78a19e830a47cc868f5272238 Mon Sep 17 00:00:00 2001 From: TAbdiukov Date: Wed, 20 Jan 2021 15:06:25 +1100 Subject: [PATCH 4/5] a few extras from SE spec files for devs Sources, https://manualzz.com/doc/24948742 https://manualzz.com/doc/922881/dcs-phfs-dw-user-guide --- Discovery/File-System/OBEX_common.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Discovery/File-System/OBEX_common.txt b/Discovery/File-System/OBEX_common.txt index 1acc90f3..cc2b677c 100644 --- a/Discovery/File-System/OBEX_common.txt +++ b/Discovery/File-System/OBEX_common.txt @@ -1,4 +1,4 @@ -# Information hardware +# Information hardware version, software version, serial number, etc. Character sets telecom/devinfo.txt # The Real Time Clock telecom/rtc.txt @@ -10,6 +10,8 @@ telecom/cal/###.vcs telecom/cal/luid/.vcs # Supported properties and memory info telecom/cal/info.log +# Sony Ericson: Level 4 unique index access +telecom/cal/luid/*.vcs # Change log telecom/cal/luid/###.log # Change counter From 05fe10e8603e37e99328dd923a8283a3126bee53 Mon Sep 17 00:00:00 2001 From: TAbdiukov Date: Wed, 20 Jan 2021 16:06:00 +1100 Subject: [PATCH 5/5] Upload rare (uncommon) OBEX paths Sources: multiple (all listed in the file) --- Discovery/File-System/OBEX_rare.txt | 31 +++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Discovery/File-System/OBEX_rare.txt diff --git a/Discovery/File-System/OBEX_rare.txt b/Discovery/File-System/OBEX_rare.txt new file mode 100644 index 00000000..d25e2f81 --- /dev/null +++ b/Discovery/File-System/OBEX_rare.txt @@ -0,0 +1,31 @@ +# https://www.hybrid-analysis.com/sample/0182620c4532fbf71d9333c45c67057c5157a43dcf110cf26a45e62d771f2c6c/5ef8b70ff791f948d1080422 +btelecom/push.txt +# https://seclists.org/pen-test/2006/Aug/339 +telecom/folderlisting +telecom/sentmsg.vm +telecom/something.jph +# http://lists.unixcenter.ru/archives/mlug/2004-July/026116.html +# http://lists.unixcenter.ru/archives/mlug/2004-July/026118.html +telecom/calendar.txt +telecom/cal.vcf +# https://s3p.manualzz.com/store/data/024948742.pdf?key=7c38d81c1d38672e973debb671b3c68f&r=1&fn=24948742.pdf&t=1611075243638&p=86400 +# список файлов во внутреннем формате (имена UCS2) +telecom/note.vcn +# добавить новую запись +telecom/cal/luid.vcs +# извлекаем картинку: +Pictures/zhiraf.jpg +# записываем игрушку (телефон запрашивает подтверждение): +/tmp/Toneoflove.jar +# Dubious - Telecom with an uppercase T (OBEX is likely case-sensitive) +# https://archive.org/details/pdfy-k_NyjZisdngtL5Xt +# https://archive.org/details/pdfy--R42sHTAJgH01ZXT +# https://www.serasidis.gr/circuits/smscontrol/at_2003.pdf +Telecom/cal/luid/*.vcs +Telecom/cal/info.log +Telecom/cal/luid/ +Telecom/cal/luid/###.log +Telecom/cal/luid/cc.log +# My own findings +User Data/Java/7496AD5F.JAR +User Data/Sound/Melody/2298.MID