Question: Hi could someoneplease help me with the below task I need to find the hidden magin number using HxD and i ' m not quite
Hi could someoneplease help me with the below task I need to find the hidden magin number using HxD and im not quite sure how.
There are some hidden data in the recovered picture Brokenpdf A ZIP file is suspected.
Open the file in HxD and search for the magic number to locate the hidden ZIP file. Hint:
the magic number is specified in archivepdf under ~DesktopDatafilesweek
Use copy and paste in HxD to carve out the hidden file. Hint: PDF files normally have a
footer of Hex value xFFD; and you should convert the Oct values of the magic numbers
to Hex values for better clarity.
Extract the contents of the hidden file and briefly describe what the contents are.
Please report your findings by preparing a document, and listing the steps you took with
screenshots. If commands are used, please explain their switches.
This is the archive contents
#
# archive: file magic for archive formats see also "msdos" for self
#
extracting compressed archives
#
# cpio, ar arc, arj, hpack, lhalharc rar, squish, uc zip, zoo, etc.
# prePOSIX "tar" archives are handled in the C code.
# POSIX
:mime
:mime
tar archives
string
ustar
POSIX tar archive
applicationxtar # encoding: posix
string
ustar GNU tar archive
applicationxtar # encoding: gnu
# cpio archives
#
# Yes, the top two "cpio archive" formats are supposed to just be "short".
# The idea is to indicate archives produced on machines with the same
# byte order as the machine running "file" with "cpio archive", and
# to indicate archives produced on machines with the opposite byte order
# from the machine running "file" with "byteswapped cpio archive".
#
# The SVR "cpio hints that there are additional formats, but they
# are defined as "short"s; I think all the new formats are
# characterheader formats and thus are strings, not numbers.
short
cpio archive
:mime applicationxcpio
short
byteswapped cpio archive
:mime applicationxcpio # encoding: swapped
string
ASCII cpio archive preSVR or odc
string
ASCII cpio archive SVR with no CRC
string
ASCII cpio archive SVR with CRC
# Debian package needs to go before regular portable archives
#
string
debian
:mime applicationxdebianpackage
string
debiansplit
part of multipart Debian package
string
debianbinary
Debian binary package
string
debian
string
format s
# These next two lines do not work, because a bzip Debian archive
# still uses gzip for the control.tar first in the archive Only
# data.tar varies, and the location of its filename varies too.
# filelibmagic does not current have support for asciistring based
# offsets as of
#
string
bz
b uses bzip compression
#
string
gz
b uses gzip compression
#
ledate
x
created: s
# other
:mime
archives
long
short
long
short
long
string
applicationxarchive
very old archive
very old PDP archive
old archive
old PDP archive
apl workspace
archive
# MIPS archive needs to go before regular portable archives
#
string
E
MIPS archive
string U
with MIPS Ucode members
string L
with MIPSEL members
string B
with MIPSEB members
string
string
string
search
L
B
X
and an EL hash table
and an EB hash table
out of date
h
Software Tools format archive text
#
# XXX why are there multiple thingies? Note that xc is
#
current ar archive
#
long
xc
archive file
#
# and for SVR archives, we have:
#
#
string
System V Release ar archive
#
string
archive
#
# XXX did Aegis really store shared libraries, breakpointed modules,
# and absolute code program modules in the same format as newstyle
# ar archives?
#
string
current ar archive
:mime applicationxarchive
string
SYMDEF
random library
belong
pre SR
belong
post SR
beshort
object archive
beshort
shared library module
beshort
debug breakpointed module
beshort
absolute code program module
string
System V Release ar archive
string
archive
#
# XXX from "vax", which appears to collect a bunch of byteswapped
# thingies, to help you recognize VAX files on bigendian machines;
# with "leshort", "lelong", and "string", that's no longer necessary....
#
belong
xff
VAX archive
belong
xce
VAX archive
#
long
xc
archive file
lelong
very old VAX archive
leshort
very old PDP archive
#
# XXX pdp claims that can have an SYMDEF member and thus
# be a random library it said xff rather than
#
lelong
old VAX archive
string
SYMDEF
random library
leshort
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
