Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using strings - Uncoding script

Status
Not open for further replies.

maxcrook

Programmer
Jan 25, 2001
210
GB
In a dir /name/db/bin - I have a number of scripts that you can not look at as perforimg more gives the following

^?^GÌØ!^C^PM-^AA^C^TM-^A!^C^P8M-^@0؟8À/M-^C92A9`2M-^QM-^Qa8H$Ù`M-^@a^CXM-^@M-

You can use strings on the name of the file but unfortunately it is still not very conclusive ! Is there anyway that I can redirect the output to another file and the decrypt as it where. I know that the Uk does not have the crypt command installed due to government restrictions.

 
Are you sure it's a script? It could be an executable. Use the file command to check their type, i.e.

file <filename>

Greg.
 
Sorry I meant executable ! The following is displayed

DEI: executable (RISC System/6000) or object module not stripped

Is there a way of looking at this in a more informative way than strings ?

Max
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top