How to monitor computers through open wireless routers

Asked by Chakib

Hello,
If I have an open wireless router, is there a program people can use to monitor what I do online? how do they do it?

Thanks,

Chakib

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Bhavani Shankar
Solved:
Last query:
Last reply:
Revision history for this message
Best Bhavani Shankar (bhavi) said :
#1

Hello

There are various router monitoring tools in linux

the best one I have found is wireshark

to install wireshark you need to have the universe repos enabled

Refer:

http://psychocats.net/ubuntu/sources

and type:

sudo apt-get install wireshark

sudo apt-get install wireshark-common

More on wireshark here:

http://www.wireshark.org/docs/wsug_html/

Regards

Bhavani Shankar.

Revision history for this message
Chakib (chakib007) said :
#2

Thanks Bhavani Shankar, that solved my question.