N
N
nnGot5832021-08-11 02:50:43
linux
nnGot583, 2021-08-11 02:50:43

Tshark does not recognize Russian letters, what should I do?

I intercepted the travik, and let's say I need to find out the password or something else in Russian, Tshark reads Latin letters and numbers perfectly, but it denotes Russian letters as “ . . . . . . “
How can this be solved?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
hint000, 2021-08-11
@hint000

tshark also produces a hex dump.
It can be converted to its original form with the command . xxd -r
But with a blunt tshark -x | xxd -rone, only a small fragment is converted (presumably one package, I didn’t delve into it) and falls out, so you need to experiment, think a little and write a script. For example, pipe tshark output through awk or sed before feeding it to xxd.

and let's say I need to know the password
Don't count on it too much; except that the program that sends the password over the network was written by a schoolboy. In normal cases, a password hash is sent, or all authentication is wrapped in an encryption layer.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question