Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 21342  / 2 Years ago, fri, july 8, 2022, 10:29:10

Is there a way to know how to catch the username of the users connected to my system?
So, I've a WiFi router with a wep key setted, me and friend are making some test.



Considered that my friend has encrypted the key and use my network, is it possible to know using him IP and MAC address detecting his username??
He also use an Ubuntu.



Thanks a lot!!!


More From » security

 Answers
1

There are two different levels of authentication/connectivity involved.




  1. Authentication of users in order to connect and access your local network.

  2. Authentication of users on hosts in order to access specific services.



More specifically:



First level:

The user provides a password, based on the selected security protocol (WEP, WPA, WPA2,etc) of your wireless router, in order to become a member of your local network and access various services (e.g. file services on your Ubuntu machine, shell access, or direct outbound Internet access).



This kind of information will be provided directly from your wireless router (probably by a web-based administration page).



Second level:

The user is already connected to the local network (so the first level of authentication has completed), has a local IP address and can access the various hosts of the network.
When the user connects to your Ubuntu machine through telnet or SSH, a relevant entry will be shown by using the commands w,who or users.



One - possibly - important detail:

The commands above display currently logged on users on your system; that is, users connected remotely or locally to the system through command-line (shell access) or GUI (X session).
Users connected to specific services (such as FTP) will not be visible.
It is up to the specific application/daemon to log/display the users accessing the relevant service.


[#44971] Saturday, July 9, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
losbu

Total Points: 71
Total Questions: 124
Total Answers: 106

Location: Honduras
Member since Sat, Jul 24, 2021
3 Years ago
;