Jump to content

ZBIN file extention

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
10 replies to this topic

#1
agentx

agentx

    Newbie

  • Members
  • Pip
  • 4 posts
I have a file with a .zbin extention and would like to view the text stored inside. What tool can I use to view the contents? Any help would be greatly appreciated

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
What was it created with/used as a part of?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
agentx

agentx

    Newbie

  • Members
  • Pip
  • 4 posts
It was created with isafe keylogger software which I have remove but not before I saved the cache files which is what these are. These are the files that the log file would be created from. I just want to know what language these are created with and a tool I can use now to view these.

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
At a guess, they are compressed binary data. The language that made them is irrelevant, as any language can create the same file format. The bigger issue will be knowing the file format, which is probably undocumented, and therefor almost impossible to decrypt without a program to keep tweaking the values and noting the differences with a file comparison tool.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
agentx

agentx

    Newbie

  • Members
  • Pip
  • 4 posts
Thanks for the reply these files are highly encrypted by AES 1024. Is there a way to decrypt?

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Only through brute force, and a LOT of CPU cycles.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#7
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,721 posts
As far as I know, the largest AES keys are 256 bits, not 1024. If you've got a 1024-bit key you're essentially screwed over.
sudo rm -rf /

#8
agentx

agentx

    Newbie

  • Members
  • Pip
  • 4 posts
Sorry I was given the wrong info, all records are encrypted with AES256 not 1024.

#9
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
You're still in a hard way.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#10
nokia2004

nokia2004

    Newbie

  • Members
  • Pip
  • 1 posts
hey,
anyone could solve this problem?
opening the .zbin extension to view it contents???

ty really appreciate

#11
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,721 posts
This thread is over two months old. Please don't post on threads more than a week or two old, because the people on the thread have almost definitely moved on to other things, and it pushes other newer threads down in the active thread list.
sudo rm -rf /