Link to home
Start Free TrialLog in
Avatar of jebbie635
jebbie635

asked on

Encrypted file

Hi experts,

Have any idea how to decrypt this?

User generated image
Avatar of ozo
ozo
Flag of United States of America image

See if
  file
can identify the file type
Run
  strings
on it to see the printable text
Avatar of jebbie635
jebbie635

ASKER

The file has no extension. Please tell me how to run strings.
Ok i ran this

strings -ao -n 1 -t o filename

How does the result help? I want it decrypted.
When you ran
 file filename
what kind of file did it think it was?
ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, not stripped
You might try executing it. (maybe in a sandbox if you're afraid it does something malicious)
Or use a decompiler.
I'm not sure what you have available, but gdb might do for a start.
I need to see the whole source. How do i do that?
ASKER CERTIFIED SOLUTION
Avatar of ozo
ozo
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial