Wireshark password
Solved/Closed
zack
-
brupala Posted messages 111399 Registration date Status Membre Last intervention -
brupala Posted messages 111399 Registration date Status Membre Last intervention -
Hello everyone
As part of securing my VoIP network, I captured the packets (accessing the Trixbox server via the browser) using Wireshark. However, I can't seem to find the username and password I used to connect to the remote server among all these packets.
Please help me if you know an effective filter (to locate the username and password) or any other way to achieve this.
As part of securing my VoIP network, I captured the packets (accessing the Trixbox server via the browser) using Wireshark. However, I can't seem to find the username and password I used to connect to the remote server among all these packets.
Please help me if you know an effective filter (to locate the username and password) or any other way to achieve this.
Thanks again...
when you do a tcpstream follow, you get the list of all the packets from a single conversation but especially the transferred content displayed in ascii and the login is necessarily at the beginning of the conversation, unless it is not done on the same tcp connection
on the other hand,
it's encouraging for the security of your system, if even the administrator can't find the passwords ;-)
thanks again...